Re: IMAP-problems



On 04/12/2003, Darko Obradovic wrote:
[ snip ]
> I attached the stacktrace, and will file a bug-report as soon as I 
> can be sure I didn't miss anything, as its obviously a pthread-
> problem again, but the linking-order should be ok, libpthread before 
> libc.

And an interesting trace it is: it seems that expand_collapse_timeout, 
which is a timeout handler, and as such grabs the gdk-lock, is also 
called directly from cancel_arrow_animation, which already holds the 
lock!  Hard to see how that can ever work...

> If all fails, I could live with "--disable-threads" later on, as I 
> won't need the POP3-fetch-dialogue anymore, so IMAP-users might be 
> able to live with it.
> 
> bye,
> 
> Darko
> 
> Program received signal SIGINT, Interrupt.
> [Switching to Thread 1024 (LWP 1474)]
> 0x41054b39 in sigsuspend () from /lib/libc.so.6
> (gdb) where
> #0  0x41054b39 in sigsuspend () from /lib/libc.so.6
> #1  0x40f2aa9f in __pthread_wait_for_restart_signal ()
>    from /lib/libpthread.so.0
> #2  0x40f2cb0a in __pthread_alt_lock () from /lib/libpthread.so.0
> #3  0x40f290f2 in pthread_mutex_lock () from /lib/libpthread.so.0
> #4  0x40a65de1 in expand_collapse_timeout () from
> /usr/lib/libgtk-x11-2.0.so.0
> #5  0x40a6145f in cancel_arrow_animation () from
> /usr/lib/libgtk-x11-2.0.so.0



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