aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: New crash trace to take care ...  (Read 3920 times)

BigBob

  • aMule project creator.
  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 141
    • http://bigbob.fun.free.fr
New crash trace to take care ...
« on: November 24, 2003, 05:36:41 AM »

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 19886)]
0x40661a41 in _int_free () from /lib/libc.so.6
Current language:  auto; currently c
(gdb) bt
#0  0x40661a41 in _int_free () from /lib/libc.so.6
#1  0x4066085c in free () from /lib/libc.so.6
#2  0x40545ed3 in operator delete(void*) () from /usr/lib/libstdc++.so.5
#3  0x0809f997 in ~CUpDownClient (this=0x956d640) at mfc.h:48
#4  0x080a2b82 in CUpDownClient::Disconnected() (this=0x956d640) at BaseClient.cpp:1078
#5  0x080a2e19 in CUpDownClient::TryToConnect(bool) (this=0x956d640, bIgnoreMaxCon=false)
    at BaseClient.cpp:1199
#6  0x080b55f8 in CUpDownClient::AskForDownload() (this=0x956d640) at DownloadClient.cpp:114
#7  0x0812a6a8 in CPartFile::Process(unsigned) (this=0x8634208, reducedownload=200)
    at PartFile.cpp:1181
#8  0x080c3269 in CDownloadQueue::Process() (this=0x1c) at DownloadQueue.cpp:343
#9  0x08185bfc in TimerProc() () at UploadQueue.cpp:577
#10 0x402b6d2a in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) ()
   from /usr/lib/libwx_gtk-2.4.so
#11 0x402b6b57 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_gtk-2.4.so
#12 0x4034e657 in wxTimerBase::Notify() () from /usr/lib/libwx_gtk-2.4.so
#13 0x40273c08 in timeout_callback () from /usr/lib/libwx_gtk-2.4.so
#14 0x4087ecfc in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
#15 0x4087de75 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#16 0x4087e32c in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#17 0x4087e55c in g_main_run () from /usr/lib/libglib-1.2.so.0
#18 0x407ab083 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#19 0x4022fd96 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so
#20 0x40281894 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so
#21 0x40230465 in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
#22 0x40600bb4 in __libc_start_main () from /lib/libc.so.6


Puting the trace here to take care ...

A++
Logged
Creator of aMule & aStats projects

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: New crash trace to take care ...
« Reply #1 on: November 24, 2003, 06:40:54 AM »

Disconnect again. We must be deleting something already deleted.
Logged