Bug report submitted from http://junkie.doomed.org
--------------------------------------------------------
Name: wisekki
Junkie version: 0.3.2cvs
(q)
Operating system: Mandrake 9.1
Bug importance level: Well what do you think, it does this every
time i upload
something.. HIGH
Is the bug reproducible? every time...
Bug descripton (how it occured):
--------------------------------
What did I do? I uploaded a file to the remote server on port 1011..
what else do
you need to know? :)
debug output:
-------------
(junkie:19740): Gtk-CRITICAL **: file ../../gtk/gtkwidget.c: line 1626
(gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)\'
failed
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 19740)]
0x40576cd1 in strcasecmp () from /lib/i686/libc.so.6
(gdb) up
#1 0x0808c11f in j_object_get_data (root=0x407e6c64,
tag=0x808ed01
\"ftp_event_estat\") at jobject.c:166
166 if (!strcasecmp(tag, opnt->tag))
(gdb) up
#2 0x0805f343 in ftp_event_stor_nonblock_callback (fd=13,
data=0x8272bf8) at
ftp_event_callback.c:786
786 einfo->estat = j_object_get_data(einfo->obj,
\"ftp_event_estat\");
(gdb) up
#3 0x08068bfc in gui_io_event_handler (source=0x82735b0,
condition=G_IO_NVAL,
data=0x8295700) at gui_io.c:152
152 ret = pass->callback(pass->fd, pass->data);
(gdb) up
Initial frame selected; you cannot go up.
-----------------------------------------------
(gdb) i threads
2 Thread 32769 (LWP 19742) 0x405d0537 in poll () from
/lib/i686/libc.so.6
* 1 Thread 16384 (LWP 19740) 0x40576cd1 in strcasecmp ()
from /lib/i686/libc.so.6
-----------------------------------------------
(gdb) p tag
No symbol \"tag\" in current context.
(gdb) p opnt
No symbol \"opnt\" in current context.
conclusion/last words:
----------------------
I have no idea. btw.. gdb doesn\'t give any more information than
that.. or is there
some secret switch i could use to see them ;)