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-20040627: crashing just after startup  (Read 1837 times)

nich

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 55
cvs-20040627: crashing just after startup
« on: June 28, 2004, 12:07:53 AM »

Right after start up, before finding all shared files (and listing them), it crashed beautifully like this:
Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
0x40b348a7 in free () from /lib/libc.so.6
bt:
Code: [Select]
(gdb) bt
#0  0x40b348a7 in free () from /lib/libc.so.6
#1  0x40a1f1a3 in operator delete(void*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5
#2  0x40a1f1ff in operator delete[](void*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5
#3  0x082aab5b in CSysTray::SetColorLevels(int*, unsigned*, int) (this=0x8937698, pLimits=0xbfffefd4, pColors=0xbfffefd0, nEntries=1) at SysTray.cpp:798
#4  0x0829f150 in CamuleDlg::UpdateTrayIcon(int) (this=0x881b370, procent=0) at amuleDlg.cpp:766
#5  0x0829e8fb in CamuleDlg::ShowTransferRate() (this=0x881b370) at amuleDlg.cpp:670
#6  0x082a0425 in CamuleDlg::OnGUITimer(wxTimerEvent&) (this=0x881b370) at amuleDlg.cpp:1057
#7  0x4049cee7 in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
#8  0x405353e0 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
#9  0x4053487f in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
#10 0x4053557d in wxEvtHandler::ProcessEvent(wxEvent&) () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
#11 0x40341927 in wxTimerBase::Notify() () from /home/nich/arquivos/programas/libs/lib/libwx_gtk_core-2.5.so.1
#12 0x4024661d in timeout_callback () from /home/nich/arquivos/programas/libs/lib/libwx_gtk_core-2.5.so.1
#13 0x4071b565 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
#14 0x08926b98 in ?? ()
#15 0x4072c248 in ?? () from /usr/lib/libglib-1.2.so.0
bt full:
Code: [Select]
(gdb) bt full
#0  0x40b348a7 in free () from /lib/libc.so.6
No symbol table info available.
#1  0x40a1f1a3 in operator delete(void*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5
No symbol table info available.
#2  0x40a1f1ff in operator delete[](void*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5
No symbol table info available.
#3  0x082aab5b in CSysTray::SetColorLevels(int*, unsigned*, int) (this=0x8937698, pLimits=0xbfffefd4, pColors=0xbfffefd0, nEntries=1) at SysTray.cpp:798
No locals.
#4  0x0829f150 in CamuleDlg::UpdateTrayIcon(int) (this=0x881b370, procent=0) at amuleDlg.cpp:766
        pLimits16 = {100}
        pColors16 = {0}
        pVals16 = {136840403}
        data = (char **) 0xbfff037f
#5  0x0829e8fb in CamuleDlg::ShowTransferRate() (this=0x881b370) at amuleDlg.cpp:670
        kBpsUp = 0
        kBpsDown = 0
        buffer =
        percentDown = 0
        buffer2 =
        buffer3 = 0x818cba4 "ÉÃU\211å\203ì\bÇEü"
        bmp = (struct wxStaticBitmap *) 0xbfff0000
#6  0x082a0425 in CamuleDlg::OnGUITimer(wxTimerEvent&) (this=0x881b370) at amuleDlg.cpp:1057
        msPrev1 = 4192
        msPrev5 = 5093
        msPrevGraph = 4192
        msPrevStats = 0
        msPrevHist = 5000
        msCur = 5093
        bStatsVisible = false
        msGraphUpdate = 3000
        sStatsUpdate = 5
#7  0x4049cee7 in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
No symbol table info available.
#8  0x405353e0 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
No symbol table info available.
#9  0x4053487f in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
No symbol table info available.
#10 0x4053557d in wxEvtHandler::ProcessEvent(wxEvent&) () from /home/nich/arquivos/programas/libs/lib/libwx_base-2.5.so.1
No symbol table info available.
#11 0x40341927 in wxTimerBase::Notify() () from /home/nich/arquivos/programas/libs/lib/libwx_gtk_core-2.5.so.1
No symbol table info available.
#12 0x4024661d in timeout_callback () from /home/nich/arquivos/programas/libs/lib/libwx_gtk_core-2.5.so.1
No symbol table info available.
#13 0x4071b565 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#14 0x08926b98 in ?? ()
No symbol table info available.
#15 0x4072c248 in ?? () from /usr/lib/libglib-1.2.so.0
No symbol table info available.

All this in cvs-20040627 compiled with wx 2.5.1.
Logged