aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SuSE 9.2 bt  (Read 2489 times)

nachbarnebenan

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 75
SuSE 9.2 bt
« on: November 08, 2004, 12:30:11 AM »

Finally, after messing around with wx 2.4.2, 2.5.2 and 2.5.3 I was able to actually get a backtrace before gdb crashed again. I happened when I accidentally closed amule.
Since the bt is very short, I include the messages before, maybe it will help.

--------------------------------------------
CPartFile::CPartFile(CSearchFile*): ignored tag "length"=1200
CPartFile::CPartFile(CSearchFile*): ignored tag 0x15=3
Canceling
        Stopped
        Removed from shared
        Removed from download queue
        Removed transferwnd
        Closed
        Removed .part.met
        Removed .part
        Removed .BAK
Done
Canceling
        Stopped
        Removed from shared
        Removed from download queue
        Removed transferwnd
        Closed
        Removed .part.met
        Removed .part
        Removed .BAK
Done
Canceling
        Stopped
        Removed from shared
        Removed from download queue
        Removed transferwnd
        Closed
        Removed .part.met
        Removed .part
        Removed .BAK
Done
CPartFile::CPartFile(CSearchFile*): ignored tag 0x15=13
CPartFile::CPartFile(CSearchFile*): added tag "codec"="dx50"
CPartFile::CPartFile(CSearchFile*): ignored tag "length"=1329
CPartFile::CPartFile(CSearchFile*): ignored tag 0x15=4
CPartFile::CPartFile(CSearchFile*): added tag "codec"="y41p"
CPartFile::CPartFile(CSearchFile*): ignored tag "length"=1372
CPartFile::CPartFile(CSearchFile*): ignored tag 0x15=2
CPartFile::CPartFile(CSearchFile*): added tag "codec"="dx50"
CPartFile::CPartFile(CSearchFile*): ignored tag "length"=1294
ClientSoftware ->00<- ClientVersion ->v99<- ClientModString ->
Crypto available
CurrentIdentState Ident OK
ClientSoftware ->00<- ClientVersion ->v99<- ClientModString ->Pawcio 5
Crypto available
CurrentIdentState Ident OK
HashNotDone
Saving userhash: 2AB315D6E40E172818F7E279245E6FD5
Hasher: Signaling for remaining threads to terminate.
Hasher: A thread has died.
Hasher: Threads terminated.
[New Thread 1091656624 (LWP 20142)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1091656624 (LWP 20142)]
0x0812af2c in CServer::GetPort (this=0x0) at server.h:62
62      server.h: Datei oder Verzeichnis nicht gefunden.
        in server.h
(gdb) bt
#0  0x0812af2c in CServer::GetPort (this=0x0) at server.h:62
#1  0x08259a12 in CGlobalSearchThread::Entry (this=0x8e34848) at SearchList.cpp:64
#2  0x4041edd3 in wxThreadInternal::PthreadStart (thread=0x8e34848) at threadpsx.cpp:747
#3  0x4041ec85 in wxPthreadStart (ptr=0x8e34848) at threadpsx.cpp:692
#4  0x400457f3 in start_thread () from /lib/tls/libpthread.so.0
#5  0x40b1162a in clone () from /lib/tls/libc.so.6
(gdb) bt full
#0  0x0812af2c in CServer::GetPort (this=0x0) at server.h:62
No locals.
#1  0x08259a12 in CGlobalSearchThread::Entry (this=0x8e34848) at SearchList.cpp:64
        current = (CServer *) 0x0
#2  0x4041edd3 in wxThreadInternal::PthreadStart (thread=0x8e34848) at threadpsx.cpp:747
        _buffer = {__routine = 0x4041eef4 , __arg = 0x8e34848, __canceltype = 0, __prev = 0x0}
        pthread = (wxThreadInternal *) 0x8c97760
        rc = 0
        dontRunAtAll = false
#3  0x4041ec85 in wxPthreadStart (ptr=0x8e34848) at threadpsx.cpp:692
No locals.
#4  0x400457f3 in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#5  0x40b1162a in clone () from /lib/tls/libc.so.6
No symbol table info available.
(gdb)
--------------------------------------------

question: Why is there so little info only, although wx 2.4.2 and amule are compiled with debug-enabled?
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: SuSE 9.2 bt
« Reply #1 on: November 09, 2004, 02:51:49 PM »

It is the search thread - it seems like that you have started a search at the very same moment when you closed aMule.
Logged
concordia cum veritate

nachbarnebenan

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 75
Re: SuSE 9.2 bt
« Reply #2 on: November 09, 2004, 04:39:31 PM »

Nope, definetly not. Normally, I have the focus on the transfer tab and using search is somewhat ... dangerous with suse 9.2 even with wx 2.4.2. In this case, I just closed the wrong window with Alt-F4 CR, it was supposed to be Konqi but it hit aMule. Bad luck.

Besides, for different reasons, I have now lost my last 9.1 machine and am stuck with only 9.2 hosts. Changing wx is not possible, so I used the standard way installing a separate copy in /home/amule, but it doesn't work. I guess, the f***ed up gtk/2 too. Oh well, I will figure it out ... somehow.
Logged