1) Could you give me some context. Does it crash all the times,
sometimes, with a specific layout, have you tried disabling all plugins
(-noplugins command line option does that) ... ?

2) the -backtrace option can be useful but is limited as it only prints a 
backtrace when something is printed.
There is a way to get the full trace of the executed perl code, I'm not sure 
it's a good idea, I never tried to debug something with it, but maybe you could 
try :
Install libdevel-trace-perl
run perl -d:Trace /usr/bin/gmusicbrowser 2>&1 |gzip >fulltrace.gz
compressing it is important as it gets very big but compresses very well (just 
tried with my library, 9M compressed, ~1G not compressed !)

3) segmentation faults can be tricky to track down, as it may corrupt
some memory, and then crash some time later at a random point for no
apparent reason. So I don't know if a full trace will help

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435043

Title:
  crash on close

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1435043/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to