aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: cvs-20040626 - tray_menu crash  (Read 1805 times)

Beno

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
cvs-20040626 - tray_menu crash
« on: June 26, 2004, 07:38:09 PM »

KDE: 3.2.3
aMule: cvs-20040626 (with cvs-20040624 no crash)
Systray integration: KDE 3.x
configure: "./configure --enable-debug --prefix=/usr/local/amule"
Code: [Select]
 Configure script has finished system check.

  Configured aMule CVS for 'i686-pc-linux-gnu'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with verbose console output?    no
  Should aMule be compiled with upload speed sense?        no
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be built?                        no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  Should aMule ed2k links handler be built?                yes
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          gentoo_debian

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10

After minimize aMule to tray... and then right-click on the tray-icon:
Code: [Select]
[...]
Connection Event from 211.234.*.* : 4661
ClientSoftware ->34<- ClientVersion ->v42<- ClientModString ->
Crypto available
CurrentIdentState not available
Hashing thread timed out with no aditions - removing thread
Hashing thread ended

[*right-click-on-tray*]

Program received signal SIGSEGV, Segmentation fault.
tray_menu (widget=0x88a0e88, event=0x8901078, data=0x0) at SysTray.cpp:563
563             return TRUE;
(gdb) bt
#0  tray_menu (widget=0x88a0e88, event=0x8901078, data=0x0) at SysTray.cpp:563
#1  0x082a73d8 in tray_clicked (event_box=0x88a0e88, event=0x8901078, data=0x0) at SysTray.cpp:581
#2  0x40596161 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
#3  0x08901078 in ?? ()
(gdb) bt full
#0  tray_menu (widget=0x88a0e88, event=0x8901078, data=0x0) at SysTray.cpp:563
        status_menu = (GtkWidget *) 0x8901078
        item = (GtkWidget *) 0x88a0f28
        down_speed = (GtkWidget *) 0x4061ef74
        dl_item = (GtkWidget *) 0xcfa80
        up_speed = (GtkWidget *) 0x40ddaff6
        up_item = (GtkWidget *) 0x10
        info_menu = (GtkWidget *) 0xbfffee20
        info_item = (GtkWidget *) 0xbfffee20
        label =
        upl_speed =
        dl_speed =
        temp = (gchar *) 0x8a6d8f8 "12"
        tempstring = (gchar *) 0x88a0d08 "\200ê^\bÜ\a\001"
        tempspeed = 1080498472
        max_dl_speed = 96
        max_up_speed = 16
        actual_dl_speed = 90
        actual_up_speed = 12
#1  0x082a73d8 in tray_clicked (event_box=0x88a0e88, event=0x8901078, data=0x0) at SysTray.cpp:581
No locals.
#2  0x40596161 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#3  0x08901078 in ?? ()
No symbol table info available.
(gdb) continue
Continuing.

OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--

[0] /usr/local/amule/bin/amule(_ZN9CamuleApp16OnFatalExceptionEv+0x59) [0x8296d0d]
[1] /usr/lib/libwx_gtk-2.4.so(wxFatalSignalHandler+0x2b) [0x403f4f0b]
[2] [0xffffe420]
[3] /usr/local/amule/bin/amule [0x82a73d8]
[4] /usr/lib/libgtk-1.2.so.0(gtk_marshal_BOOL__POINTER+0x17) [0x40596161]
[5] [0x9a15]

Program received signal SIGABRT, Aborted.
0x40a14371 in kill () from /lib/libc.so.6
with Configure: "./configure --enable-debug --enable-safetray --prefix=/usr/local/amule" same crash
Logged
Beno