aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Crash when losing focus.  (Read 3932 times)

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
Crash when losing focus.
« on: November 26, 2004, 07:12:00 PM »

Not sure if this is old, but with wxGTK-2.5.3 amule crashes if another application, like licq, grabs the focus. Here's the output:
Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 26358)]
0x4032e550 in wxTopLevelWindowGTK::IsActive() () from /usr/lib/libwx_gtk_core-2.5.so.3
The bt:
Code: [Select]
[0] CamuleApp::OnFatalException() in amule.cpp:974
[1] wxFatalSignalHandler in /usr/lib/libwx_base-2.5.so.3[0x40633678]
[2] ?? in /lib/libpthread.so.0 [0x40033c43]
[3] ?? in [0xffffe420]
[4] gtk_marshal_BOOL__POINTER in /usr/lib/libgtk-1.2.so.0[0x408a5566]
[5] ?? in /usr/lib/libgtk-1.2.so.0 [0x408dca11]
[6] ?? in /usr/lib/libgtk-1.2.so.0 [0x408dbe4d]
[7] gtk_signal_emit in /usr/lib/libgtk-1.2.so.0[0x408d9a21]
[8] gtk_widget_event in /usr/lib/libgtk-1.2.so.0[0x4091b54f]
[9] gtk_main_do_event in /usr/lib/libgtk-1.2.so.0[0x408a4424]
[10] ?? in /usr/lib/libgdk-1.2.so.0 [0x4096cac3]
[11] ?? in /usr/lib/libglib-1.2.so.0 [0x409a1af8]
[12] ?? in /usr/lib/libglib-1.2.so.0 [0x409a1844]
[13] g_main_run in /usr/lib/libglib-1.2.so.0[0x409a0814]
[14] gtk_main in /usr/lib/libgtk-1.2.so.0[0x408a3cb7]
[15] wxEventLoop::Run() in /usr/lib/libwx_gtk_core-2.5.so.3[0x40320ac8]
[16] wxAppBase::MainLoop() in /usr/lib/libwx_gtk_core-2.5.so.3[0x403ab8f3]
[17] wxAppBase::OnRun() in /usr/lib/libwx_gtk_core-2.5.so.3[0x403aba4a]
[18] wxEntry(int&, char**) in /usr/lib/libwx_base-2.5.so.3[0x405d5253]
[19] main in amule-gui.cpp:161
[20] __libc_start_main in /lib/libc.so.6[0x40ba2480]
[21] wxGenericTreeCtrl::OnCompareItems(wxTreeItemId const&, wxTreeItemId const&) in /usr/local/bin/amule[0x8131e61]
The full bt:
Code: [Select]
#0  0x40bb5f11 in kill () from /lib/libc.so.6
No symbol table info available.
#1  0x40030bbd in pthread_kill () from /lib/libpthread.so.0
No symbol table info available.
#2  0x40030f1b in raise () from /lib/libpthread.so.0
No symbol table info available.
#3  0x40bb5b22 in raise () from /lib/libc.so.6
No symbol table info available.
#4  0x40bb73d0 in abort () from /lib/libc.so.6
No symbol table info available.
#5  0x4063367d in wxFatalSignalHandler () from /usr/lib/libwx_base-2.5.so.3
No symbol table info available.
#6  0x40033c43 in __pthread_sighandler () from /lib/libpthread.so.0
No symbol table info available.
#7  
No symbol table info available.
#8  0x4032e550 in wxTopLevelWindowGTK::IsActive() () from /usr/lib/libwx_gtk_core-2.5.so.3
No symbol table info available.
#9  0x408a5566 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#10 0x408dca11 in gtk_signal_remove_emission_hook () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#11 0x408dbe4d in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#12 0x408d9a21 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#13 0x4091b54f in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#14 0x408a4424 in gtk_main_do_event () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#15 0x4096cac3 in gdk_flush () from /usr/lib/libgdk-1.2.so.0
No symbol table info available.
#16 0x409a1af8 in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#17 0x409a1844 in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#18 0x409a0814 in g_main_run () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#19 0x408a3cb7 in gtk_main () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#20 0x40320ac8 in wxEventLoop::Run() () from /usr/lib/libwx_gtk_core-2.5.so.3
No symbol table info available.
#21 0x403ab8f3 in wxAppBase::MainLoop() () from /usr/lib/libwx_gtk_core-2.5.so.3
No symbol table info available.
#22 0x403aba4a in wxAppBase::OnRun() () from /usr/lib/libwx_gtk_core-2.5.so.3
No symbol table info available.
#23 0x405d5253 in wxEntry(int&, char**) () from /usr/lib/libwx_base-2.5.so.3
No symbol table info available.
#24 0x082c5ab4 in main (argc=1, argv=0xbffff494) at amule-gui.cpp:161
No locals.
Logged

alehack

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 43
Re: Crash when losing focus.
« Reply #1 on: November 27, 2004, 10:10:18 PM »

I have the same problem with amule-cvs and wx2.5.3 under fedora core 2.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Crash when losing focus.
« Reply #2 on: November 27, 2004, 10:57:17 PM »

kricklen: are you on FC too? version 2 too?
Logged

chemical

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 61
Re: Crash when losing focus.
« Reply #3 on: November 29, 2004, 12:29:09 PM »

This does happen after Alt+Tab, too. This bug prevents from using amule on my machine.

wxGTK 2.5.3
aMule rc7
Windowmanager xfce 4.0.5
SuSE 9.0 (with manually compiled gcc 3.4.2)
« Last Edit: November 29, 2004, 01:02:19 PM by chemical »
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Crash when losing focus.
« Reply #4 on: November 29, 2004, 02:33:26 PM »

ah! xfce. there are some problems on xfce. it looks like xfce is somehow buggy with it's interface :-/

alehack: you also on xfce?
Logged

alehack

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 43
Re: Crash when losing focus.
« Reply #5 on: November 29, 2004, 03:07:16 PM »

Fedora Core 2+Security updates and KDE 3.2.2
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Crash when losing focus.
« Reply #6 on: November 29, 2004, 07:57:18 PM »

:-/
damn, then maybe a wxWidgets 2.5.3 bug i guess :-S
kry should take it a look...
Logged

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
Re: Crash when losing focus.
« Reply #7 on: November 29, 2004, 09:20:52 PM »

Nope. I'm on gentoo with kde, the bug also shows when you open preferences and the window pops up.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Crash when losing focus.
« Reply #8 on: November 29, 2004, 09:34:04 PM »

but you're with wx 2.5.3, right?
Logged

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
Re: Crash when losing focus.
« Reply #9 on: November 29, 2004, 09:40:56 PM »

Yes wxGTK-2.5.3.
Logged