Herbie,

Please try this method:

$ sudo apt-get install gdb libpt2.6.1-dbg libopal3.6.1-dbg ekiga-dbg

Start ekiga in a new terminal like this:

$ gdb --args ekiga -d 4 2>&1 | tee gdb-ekiga.txt
(gdb) run

Now Ekiga should run normally. Perform the action you did to make it
crash, then go back to the terminal window and you should see something
like SIGSEGV at...

At this stage type:

(gdb) thread apply all bt
(gdb) quit

The file gdb-ekiga.txt has the backtrace you need to attach here.

Once done, you can safely remove the debug packages:
$ sudo apt-get remove gdb libpt2.6.1-dbg libopal3.6.1-dbg ekiga-dbg

Best regards,
Yannick

** Changed in: ekiga (Ubuntu)
       Status: New => Incomplete

-- 
Crash accepting a hung up call
https://bugs.launchpad.net/bugs/373630
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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

Reply via email to