Hi Gary,

On Wed, 2003-10-29 at 00:01, Gary Ekker wrote:
> evolution crashes on startup, but only when I execute it from gdb. If I
> don't run it from the debugger, it runs fine??? Attached is the
> stacktrace. Additionally, if I try to attach to evolution after loading
> it, it never loads all the symbols and fails, see symbolload.

        Well - the stacktrace shows not the real problem - but a SIGPIPE during
the shutdown of the ORB which is happening 'atexit' from an X error
trapped by the XError handler.

        To find out where that came from you need to ensure the application is
doing synchronous X calls - to do that run it in gdb with the --sync
parameter, and perhaps --g-fatal-warnings too perhaps.

        Thanks,

                Michael.

-- 
 [EMAIL PROTECTED]  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to