pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] 0.11.92 nit picks


From: Charles Kerr
Subject: Re: [Pan-users] 0.11.92 nit picks
Date: Sun, 19 May 2002 19:07:40 -0700
User-agent: Mutt/1.3.20i

On Sun, May 19, 2002 at 09:52:30AM -0600, Thomas Gamble wrote:
> On Sunday 19 May 2002 07:23 am, Charles Kerr Pontificated:
> >
> > Oh, bother. :)
> >
> > This is the ``Xlib: async reply!!'' error with a facelift for gtk2.
> > Thomas, the thing to do is run Pan inside of gdb like this:
> >
> >     $ gdb pan
> >     (gdb) break gdk_x_error
> 
> Function "gdk_x_error" not defined.

        oh, it's in the .so.  Try this:

        $ gdb pan
        $ break main
        $ r
        breakpoint 1 reached
        $ break gdk_x_error     
        $ continue
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]