Crash while browsing Admin

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1351
    Tabooyah
    Participant

    I am using the svn-1571 build. I can get the server up and going fine, but when I login to the web admin and try to bring up the index page it partially loads and I get the following

    dump:


    Thread 12: Connection type HTTP/1.1
    : Connection: persist
    Thread 12: parsing GET args
    Thread 12: Entering ws_getgetvars (method=stats)
    Thread 12: Adding arg method = stats
    Added *method=stats*
    Thread 12: Done parsing GET/POST args!
    Thread 12: Original URI: /xml-rpc
    Thread 12: Translated URI: /xml-rpc
    Thread 12: Preparing to find handler
    Checking /xml-rpc against handler for /
    Thread 12: URI Match!
    Thread 12: Time is 1178006060 seconds after epoch
    Thread 12: Setting time header
    Added *Date=Tue, 1 May 2007 07:54:20 GMT*
    Added *Connection=keep-alive*
    Added *Server=mt-daapd/svn-1571*
    Added *Content-Type=text/html*
    Added *Content-Language=en_us*
    Thread 12: Using non-default handler
    in main_auth
    Checking url /xml-rpc
    Checking url /xml-rpc
    Dispatching auth for /xml-rpc to config auth
    Checking if pw required for /xml-rpc as admin
    Yep
    Preparing to decode YWRtaW46cGFzc3dvcmQ=
    Decoded admin:password
    Decoded user=admin, pw=password
    in main_auth
    Checking url /xml-rpc
    Checking url /xml-rpc
    Dispatching auth for /xml-rpc to config auth
    Added *HTTP_USER=admin*
    Added *HTTP_PASSWD=password*
    in main_handler
    Checking url /xml-rpc
    Checking url /xml-rpc
    Dispatching /xml-rpc to config handler
    Entering config_handler
    Entering config_set_status
    Exiting config_set_status
    Updating Connection from keep-alive to close
    Entering config_set_status
    Exiting config_set_status
    Added *Cache-Control=no-cache*
    Added *Expires=-1*
    Updating Content-Type from text/html to text/xml; charset=utf-8
    Emitting reponse header Expires: -1
    Emitting reponse header Cache-Control: no-cache
    Emitting reponse header Content-Language: en_us
    Emitting reponse header Content-Type: text/xml; charset=utf-8
    Emitting reponse header Server: mt-daapd/svn-1571
    Emitting reponse header Connection: close
    Emitting reponse header Date: Tue, 1 May 2007 07:54:20 GMT
    Segmentation fault

    Config:


    [general]
    web_root = /usr/local/share/mt-daapd/admin-root
    port = 3689
    admin_pw = password
    db_type = sqlite3
    db_parms = /usr/local/var/cache/mt-daapd
    mp3_dir = /home/Fileserver/media/Music
    servername = Mediabox
    runas = nobody
    playlist = /usr/local/etc/mt-daapd.playlist
    extensions = .mp3,.m4a,.m4p
    ssc_codectypes = ogg,flac,alac
    ssc_prog = /usr/local/bin/mt-daapd-ssc.sh
    logfile = /var/log/mt-daapd.log
    scan_type = 2
    [plugins]
    plugin_dir = /usr/local/share/mt-daapd/plugins
    #10472
    rpedde
    Participant

    @Tabooyah wrote:

    I am using the svn-1571 build. I can get the server up and going fine, but when I login to the web admin and try to bring up the index page it partially loads and I get the following

    dump:


    Thread 12: Connection type HTTP/1.1
    : Connection: persist
    Thread 12: parsing GET args
    Thread 12: Entering ws_getgetvars (method=stats)
    Thread 12: Adding arg method = stats
    Added *method=stats*
    Thread 12: Done parsing GET/POST args!
    Thread 12: Original URI: /xml-rpc
    Thread 12: Translated URI: /xml-rpc
    Thread 12: Preparing to find handler
    Checking /xml-rpc against handler for /
    Thread 12: URI Match!
    Thread 12: Time is 1178006060 seconds after epoch
    Thread 12: Setting time header
    Added *Date=Tue, 1 May 2007 07:54:20 GMT*
    Added *Connection=keep-alive*
    Added *Server=mt-daapd/svn-1571*
    Added *Content-Type=text/html*
    Added *Content-Language=en_us*
    Thread 12: Using non-default handler
    in main_auth
    Checking url /xml-rpc
    Checking url /xml-rpc
    Dispatching auth for /xml-rpc to config auth
    Checking if pw required for /xml-rpc as admin
    Yep
    Preparing to decode YWRtaW46cGFzc3dvcmQ=
    Decoded admin:password
    Decoded user=admin, pw=password
    in main_auth
    Checking url /xml-rpc
    Checking url /xml-rpc
    Dispatching auth for /xml-rpc to config auth
    Added *HTTP_USER=admin*
    Added *HTTP_PASSWD=password*
    in main_handler
    Checking url /xml-rpc
    Checking url /xml-rpc
    Dispatching /xml-rpc to config handler
    Entering config_handler
    Entering config_set_status
    Exiting config_set_status
    Updating Connection from keep-alive to close
    Entering config_set_status
    Exiting config_set_status
    Added *Cache-Control=no-cache*
    Added *Expires=-1*
    Updating Content-Type from text/html to text/xml; charset=utf-8
    Emitting reponse header Expires: -1
    Emitting reponse header Cache-Control: no-cache
    Emitting reponse header Content-Language: en_us
    Emitting reponse header Content-Type: text/xml; charset=utf-8
    Emitting reponse header Server: mt-daapd/svn-1571
    Emitting reponse header Connection: close
    Emitting reponse header Date: Tue, 1 May 2007 07:54:20 GMT
    Segmentation fault

    Config:


    [general]
    web_root = /usr/local/share/mt-daapd/admin-root
    port = 3689
    admin_pw = password
    db_type = sqlite3
    db_parms = /usr/local/var/cache/mt-daapd
    mp3_dir = /home/Fileserver/media/Music
    servername = Mediabox
    runas = nobody
    playlist = /usr/local/etc/mt-daapd.playlist
    extensions = .mp3,.m4a,.m4p
    ssc_codectypes = ogg,flac,alac
    ssc_prog = /usr/local/bin/mt-daapd-ssc.sh
    logfile = /var/log/mt-daapd.log
    scan_type = 2
    [plugins]
    plugin_dir = /usr/local/share/mt-daapd/plugins

    Is this a 64 bit machine?

    #10473
    Tabooyah
    Participant

    Yes.

    # uname -a
    Linux bling2 2.6.16.21-0.25-smp #1 SMP Tue Sep 19 07:26:15 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux

    #10474
    rpedde
    Participant

    @Tabooyah wrote:

    Yes.

    # uname -a
    Linux bling2 2.6.16.21-0.25-smp #1 SMP Tue Sep 19 07:26:15 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux

    I’ve seen this reported, not sure why. I’m setting up a 64 bit test host for debugging.

    Probably next nightlies you’ll see fixes.

    — Ron

    #10475
    Tabooyah
    Participant

    Excellent. In the meantime, do you want any gdb output from my setup?

    #10476
    rpedde
    Participant

    @Tabooyah wrote:

    Excellent. In the meantime, do you want any gdb output from my setup?

    I got a couple backtraces, and I can’t believe what they are telling me. Like va_arg isn’t working or something. Doesn’t make sense. I really need to poke around on a 64 bit machine to see what the story is.

    Thanks tho.

    — Ron

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.