On Wed, 29 Mar 2006 12:25:16 -0800 Terry Kemmerer <[EMAIL PROTECTED]> wrote:
> >From that point on, when I click on Ekiga to execute its routine, I > >get > a pause, and then suddenly the dialpad appears momentarily for > perhaps 1 second and then the dialpad then disappears. > > A quick check of the process monitor reveals no trace of the > application running after such a vanishing act, so the routine is > terminating itself. > > Does anyone have any ideas of what I can do to get Ekiga to stick > around? Thanks! :) Start it from a terminal, look if it segfaults, if yes, start it again from within a debugger: gdb $(which ekiga) # run It will segfault, then: # thread apply all bt and mail that output. J. -- dreaming in digital living in realtime thinking in binary talking in IP WELCOME TO OUR WORLD _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
