Bug report submitted from http://junkie.doomed.org
--------------------------------------------------------
Name: wisekki
Email address: kuusisto@pp.inet.fi
Junkie version: 0.3.2cvs
Operating system: MDK9.1
Bug importance level: high, why did it open another tab to
reconnect?
Is the bug reproducible? i\'m not sure.
Bug descripton (how it occured):
--------------------------------
I was downloading a file, site disconnected, junkie resumed the
download in another
tab for some reason. i tried to change to that previous tab and it
crashed.
debug output:
-------------
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 28137)]
0x0807b5a8 in gui_treestore_remove_list (tree=0x8200d60,
p=0x80e6830,
freecb=0x8085a1f )
at gui_treestore.c:248
248 blist->next = list->next;
(gdb) up
#1 0x0807f4b4 in gui_qwin_popup_remove (item=0x81fea80,
upointer=0x0) at
gui_qwin_popup.c:154
154
gui_treestore_remove_list(GTK_TREE_VIEW(q_window),
path,
(gdb) up
Initial frame selected; you cannot go up.
-------------------------------------------
(gdb) i threads
2 Thread 32769 (LWP 28139) 0x405d0537 in poll () from
/lib/i686/libc.so.6
* 1 Thread 16384 (LWP 28137) 0x0807b5a8 in
gui_treestore_remove_list
(tree=0x8200d60, p=0x80e6830,
freecb=0x8085a1f ) at gui_treestore.c:248
-------------------------------------------
(gdb) bt
#0 0x0807b5a8 in gui_treestore_remove_list (tree=0x8200d60,
p=0x80e6830,
freecb=0x8085a1f )
at gui_treestore.c:248
#1 0x0807f4b4 in gui_qwin_popup_remove (item=0x81fea80,
upointer=0x0) at
gui_qwin_popup.c:154
conclusion/last words:
----------------------
who do you think i am? some lame ass coder who sits behind his
computer 24/7 trying
to fix all the bugs he made :)
Logged In: YES
user_id=138265
added a check into gui_sitebar.c which checks if the site is already
added to the sitebar, not possible to add the same site twice now.
Hopefully fixes this bug.