Comment 1 for bug 532809

Revision history for this message
Razzloss (razzloss) wrote :

Try the workaround mentioned in bug #326977 and see if it fixes the problem.

Otherwise we do need the backtrace. The easiest way to get this is to install the debug version of the main trunk from the launchpad PPA (link to linuxdcpp PPA can be found in the overview page, and it also contains the instructions how to install). Once installed open terminal and type ulimit -c unlimited and linuxdcpp to start linuxdcpp. Enter to the hub which segfaults. After this (you'll need gdb installed also) type gdb linuxdcpp core (instead of core it can be core.somenumbers or linuxdcpp.somenumbers use ls to find out which). in gdb prompt then type set logging on linuxdcpp.gdb-output [enter] thread apply all bt full [enter] {scroll through the output until back at the prompt} set logging off [enter] and upload linuxdcpp.gdb-output as an attachment to launchpad.

--RZ