Re: POP3 Audit



oki last one...

i was able to track things down to till end was a bit of work
but exactly here it fails. ive tried several things and also
placed some gdb outputs to the draft box but then i deleted
them because i was able to track the problem down until reaching
this point...

gtk_signal_emit(GTK_OBJECT(mailbox), libbalsa_mailbox_signals[CHECK]);

then bummer... but something i dont understand is, check_mailbox_list
will also be called without pthreads support so it also goes into
libbalsa_mailbox_check ... this tells us that the problem must
have happened before...

--------------------------------------------------------------

galaxy@ulixys:~ > gdb balsa
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) break libbalsa_mailbox_check 
Breakpoint 1 at 0x80ac0fa: file mailbox.c, line 408.
(gdb) run
Starting program: /usr/local/bin/balsa 
[New Thread 1024 (LWP 24391)]

Gdk-WARNING **: locale not supported by C library
[New Thread 2049 (LWP 24392)]
[New Thread 1026 (LWP 24393)]
[Switching to Thread 1026 (LWP 24393)]

Breakpoint 1, libbalsa_mailbox_check (mailbox=0x81533b0) at mailbox.c:408
408	    g_return_if_fail(mailbox != NULL);
(gdb) s
409	    g_return_if_fail(LIBBALSA_IS_MAILBOX(mailbox));
(gdb) s
libbalsa_mailbox_get_type () at mailbox.c:85
85	    if (!mailbox_type) {
(gdb) s
102	}
(gdb) s
libbalsa_mailbox_check (mailbox=0x81533b0) at mailbox.c:411
411	    gtk_signal_emit(GTK_OBJECT(mailbox), libbalsa_mailbox_signals[CHECK]);
(gdb) s
0x80ac150	412	}
(gdb) s

Program exited normally.
(gdb) 

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa




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