Reply To: Crash while browsing Admin

#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?