Bug#443741: boinc-manager: Program crashes on certain GUI-related operations

Alex Malinovich demonbane at the-love-shack.net
Sun Sep 23 19:47:23 UTC 2007


On Sun, 2007-09-23 at 21:06 +0200, Frank S. Thomas wrote:
> Hi,
> 
> On Sunday 23 September 2007, Alex Malinovich wrote:
> > Using the advanced view of boincmgr, the program will crash when running
> > any operations that cause a pop-up window to be displayed. Going to
> > Options, Preferences, etc, causes the program to crash (but not fully
> > exit. Ctrl-C or kill is still required.). I believe this might be
> > related to the recent GTK update but I'm not sure. The below message
> > gets printed to the console at each crash:
> 
> I'm running an up to date sid and can't confirm this bug. Can you please 
> install the boinc-dbg package and post the backtrace again.

See partial backtrace below. (full backtrace is attached as gdb.txt)

If you need any more information just let me know. If you need quick
testing done you can catch me on Jabber at
demonbane(at)jabber(dot)the-love-shack(dot)net



Starting program: /usr/bin/boincmgr 
[Thread debugging using libthread_db enabled]
[New Thread 0x2ada21ab4c30 (LWP 20226)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x2ada21ab4c30 (LWP 20226)]
0x00002ada1bace6a5 in raise () from /lib/libc.so.6

Thread 1 (Thread 0x2ada21ab4c30 (LWP 20226)):
#0  0x00002ada1bace6a5 in raise () from /lib/libc.so.6
#1  0x00002ada1bad0100 in abort () from /lib/libc.so.6
#2  0x00002ada1bb0754b in ?? () from /lib/libc.so.6
#3  0x00002ada1bb0ea4a in ?? () from /lib/libc.so.6
#4  0x00002ada1bb1263c in free () from /lib/libc.so.6
#5  0x00002ada194cc959 in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#6  0x0000000000494f0f in CDlgOptions::CreateControls
(this=0x7fff91e46d80) at DlgOptions.cpp:327
#7  0x000000000049672a in CDlgOptions::Create (this=0x7fff91e46d80,
parent=0xa58200, id=10000, caption=@0x7fff91e472e0, pos=@0x94b280,
size=@0x94b8d0, style=536877056) at DlgOptions.cpp:107
#8  0x0000000000496890 in CDlgOptions (this=0x7fff91e46d80,
parent=0xa58200, id=10000, caption=@0x7fff91e472e0, pos=@0x94b280,
size=@0x94b8d0, style=536877056) at DlgOptions.cpp:71
#9  0x000000000043b5af in CAdvancedFrame::OnOptionsOptions
(this=0xa58200) at AdvancedFrame.cpp:1513
#10 0x00002ada19a7e3af in wxEvtHandler::ProcessEventIfMatches ()
from /usr/lib/libwx_baseu-2.6.so.0
#11 0x00002ada19a7e54e in wxEventHashTable::HandleEvent ()
from /usr/lib/libwx_baseu-2.6.so.0
#12 0x00002ada19a7e699 in wxEvtHandler::ProcessEvent ()
from /usr/lib/libwx_baseu-2.6.so.0
#13 0x00002ada194ed3d4 in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#14 0x00002ada1dd71a1f in g_closure_invoke ()
from /usr/lib/libgobject-2.0.so.0
#15 0x00002ada1dd856f8 in ?? () from /usr/lib/libgobject-2.0.so.0
#16 0x00002ada1dd87135 in g_signal_emit_valist ()
from /usr/lib/libgobject-2.0.so.0
#17 0x00002ada1dd87523 in g_signal_emit ()
from /usr/lib/libgobject-2.0.so.0
#18 0x00002ada1c26a7c8 in gtk_widget_activate ()
from /usr/lib/libgtk-x11-2.0.so.0
#19 0x00002ada1c16bbc6 in gtk_menu_shell_activate_item ()
from /usr/lib/libgtk-x11-2.0.so.0
#20 0x00002ada1c16d586 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x00002ada1c15f81f in _gtk_marshal_BOOLEAN__BOXED ()
from /usr/lib/libgtk-x11-2.0.so.0
#22 0x00002ada1dd71a1f in g_closure_invoke ()
from /usr/lib/libgobject-2.0.so.0
#23 0x00002ada1dd85ada in ?? () from /usr/lib/libgobject-2.0.so.0
#24 0x00002ada1dd86e5f in g_signal_emit_valist ()
from /usr/lib/libgobject-2.0.so.0
#25 0x00002ada1dd87523 in g_signal_emit ()
from /usr/lib/libgobject-2.0.so.0
#26 0x00002ada1c266445 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#27 0x00002ada1c158b52 in gtk_propagate_event ()
from /usr/lib/libgtk-x11-2.0.so.0
#28 0x00002ada1c159af5 in gtk_main_do_event ()
from /usr/lib/libgtk-x11-2.0.so.0
#29 0x00002ada1c61ad1c in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#30 0x00002ada1e3e0d54 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
#31 0x00002ada1e3e403d in ?? () from /usr/lib/libglib-2.0.so.0
#32 0x00002ada1e3e4337 in g_main_loop_run ()
from /usr/lib/libglib-2.0.so.0
#33 0x00002ada1c159ec3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#34 0x00002ada194802e1 in wxEventLoop::Run ()
from /usr/lib/libwx_gtk2u_core-2.6.so.0
#35 0x00002ada195081ab in wxAppBase::MainLoop ()
from /usr/lib/libwx_gtk2u_core-2.6.so.0
#36 0x00002ada19a2e41c in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#37 0x0000000000449e72 in main (argc=1, argv=0x4f02) at
BOINCGUIApp.cpp:71
#38 0x00002ada1babab44 in __libc_start_main () from /lib/libc.so.6
#39 0x0000000000423809 in _start ()
The program is running.  Exit anyway? (y or n) Not confirmed.
Kill the program being debugged? (y or n) 


-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-boinc-devel/attachments/20070923/d8584181/attachment.pgp 


More information about the pkg-boinc-devel mailing list