On 2012-10-07 15:04:26, Francesco Poli wrote:
> Please help me: how can I obtain a backtrace?

The best way to obtain a core dump from iceweasel plugins I came across
so far is to do the following:

Run:
 $ ulimit -c unlimited
 $ iceweasel
and reproduce the crash. You should end up with a core dump in $(pwd).
Run
 $ gdb /usr/bin/gnome-mplayer core
to inspect it and get a back trace.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to