Hi,

Do the following:
sudo apt-get install libpt-1.10.10-ptrace libopal-2.2-ptrace ekiga-dbg
gdb

gdb ekiga 2>&1 | tee gdb-ekiga.txt
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run -d 4

The program will start. Perform any actions necessary to reproduce the
crash

Retrieve a backtrace of the crash:

(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit

Attach the complete output from GDB, contained in gdb-ekiga.txt, here.

Regards,
Yannick

-- 
ekiga quits immediately unless sudo
https://bugs.launchpad.net/bugs/174913
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to