aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: That's odd...  (Read 3367 times)

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
That's odd...
« on: May 01, 2004, 12:55:43 PM »

Well, I think that this is useless, but that's what happened:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1085403008 (LWP 7865)]
0x00b54ba4 in _int_malloc () from /lib/tls/libc.so.6
(gdb) bt
#0  0x00b54ba4 in _int_malloc () from /lib/tls/libc.so.6
#1  0x00b53e9d in malloc () from /lib/tls/libc.so.6
#2  0x007d063b in g_malloc () from /usr/lib/libglib-1.2.so.0
(gdb)
 bt full
#0  0x00b54ba4 in _int_malloc () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x00b53e9d in malloc () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x007d063b in g_malloc () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
(gdb)
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: That's odd...
« Reply #1 on: May 01, 2004, 09:21:47 PM »

hmmm... please get gdb backtraces. Take a look at http://www.amule-project.net/amule/thread.php?threadid=298&sid=

Thanx for reporting, though.
Greetings.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: That's odd...
« Reply #2 on: May 02, 2004, 05:25:48 AM »

That's the problem. It is a gdb trace, look at the last line. That one was freaky. It's pretty useless, just posted it in case someone has already seen something similar.

Regards,

Marcelo.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: That's odd...
« Reply #3 on: May 02, 2004, 07:01:50 AM »

loool, you're right! I just saw it was so short I didn't even worry to take it a look! :-D
I'm very much sorry, phoenix.
Greetings.
Logged

billkaos

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
I have the same bt
« Reply #4 on: May 05, 2004, 04:59:20 AM »

The same with debug libc gives:

(gdb) bt
#0  0x41020f34 in _int_malloc () from /lib/tls/libc.so.6
#1  0x4102011d in malloc () from /lib/tls/libc.so.6
#2  0x40f4a38e in operator new () from /usr/lib/libstdc++.so.5
#3  0x40f4a4bf in operator new[] () from /usr/lib/libstdc++.so.5
#4  0x081ef491 in CUpDownClient::SendBlockData ()
#5  0x081f55e3 in CUploadQueue::Process ()
#6  0x081f6d35 in TimerProc ()
#7  0x402e6667 in wxEvtHandler::SearchEventTable () from /usr/lib/libwx_gtk-2.4.so.0
#8  0x402e6483 in wxEvtHandler::ProcessEvent () from /usr/lib/libwx_gtk-2.4.so.0
#9  0x40389997 in wxTimerBase::Notify () from /usr/lib/libwx_gtk-2.4.so.0
#10 0x40296e6d in timeout_callback () from /usr/lib/libwx_gtk-2.4.so.0
#11 0x40653ec4 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
#12 0x4065303d in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#13 0x406534f4 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#14 0x40653724 in g_main_run () from /usr/lib/libglib-1.2.so.0
#15 0x40579c3f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#16 0x40245a79 in wxApp::MainLoop () from /usr/lib/libwx_gtk-2.4.so.0
#17 0x402a6a47 in wxAppBase::OnRun () from /usr/lib/libwx_gtk-2.4.so.0
#18 0x402461db in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
#19 0x081f822b in main ()

bt full didn't provided any extra info.

Regards.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: That's odd...
« Reply #5 on: May 05, 2004, 05:18:47 AM »

Thanx. But please remember to disable smilies when reporting backtraces. Otherwise the backtrace becomes a bungh of faces laughing, sleeping, being angry, begging, etc... ;-)

Greetings.
Logged