Reply To: svn-1528 – mDNS works on Solaris!

#9981
rpedde
Participant

@lunaticallday wrote:

Hello Ron,

could you give me a hint, how to create a static backtrace?

If you’ll email me, I’ll walk to through it. 🙂

Basically, just run gdb on the mt-daapd binary:

foo@bar:~$ gdb /path/to/mt-daapd
(gdb) set args -d9 -f -c /path/to/config.file -y


running


process stopped with SIGSEGV at address 0x8243EA893
(gdb) bt

That’s it. So just run it, then make it crash while running under gdb, then do a ‘bt’ from gdb.

That’s it.

— Ron