Reply To: Crash on openSUSE 10.2

#10354
rpedde
Participant

@gmichelson wrote:

Hi !

After last update I installed on openSUSE, mt-daapd is crashing if I try to access web admin page. I tried to go back few versions, but got same result.

Can you get a stack backtrace in gdb with that? Should be able to run it under gdb like:

Code:
foo@bar$ gdb /path/to/mt-daapd
(gdb) run -d9 -f -c /path/to/mt-daapd.conf -y
[code]

then make it crash, however you normally do it.

Then, back in gdb:

[code]
(gdb) bt

I need the stuff it dumps after you do “bt”.