NetworkManager segfault (invalid glib callbacks)

2005-03-17 Thread Pierre Ossman
I've been experiencing segfaults with NetworkManager and after some rather pesky debugging sessions it seems that the problem lies within glib. backtrace from the crash: #0 0x0010 in ?? () #1 0xb7f6f134 in dbus_timeout_handle (timeout=0x8074610) at dbus-timeout.c:470 #2 0xb7fdf71d in

Re: NetworkManager segfault (invalid glib callbacks)

2005-03-17 Thread Havoc Pennington
On Thu, 2005-03-17 at 16:56 +0100, Pierre Ossman wrote: The problem here is that a 'source' that has been removed is somehow still dispatched. When it is called here the related structures are already freed and overwritten by other data. The callback address in the object (a DBusTimeout

Re: NetworkManager segfault (invalid glib callbacks)

2005-03-17 Thread Pierre Ossman
Havoc Pennington wrote: On Thu, 2005-03-17 at 16:56 +0100, Pierre Ossman wrote: The problem here is that a 'source' that has been removed is somehow still dispatched. When it is called here the related structures are already freed and overwritten by other data. The callback address in the