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 06 dec 2007  (Read 2486 times)

ecforum

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 105
CVS 06 dec 2007
« on: December 09, 2007, 08:30:36 PM »

Hello,

A new crash. But there is nothing in the bt...

Code: [Select]
(amule:4966): GLib-WARNING **: giounix.c:400Error while getting flags for FD: bad file handle (9)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 4958)]
0x0c321420 in ?? ()
(gdb) bt
#0  0x0c321420 in ?? ()
#1  0x40beef7b in gdk_get_show_events () from /usr/lib/libgdk-x11-2.0.so.0
#2  0x0c321420 in ?? ()
#3  0x0000005a in ?? ()
Previous frame inner to this frame (corrupt stack?)


(gdb) bt full
#0  0x0c321420 in ?? ()
No symbol table info available.
#1  0x40beef7b in gdk_get_show_events () from /usr/lib/libgdk-x11-2.0.so.0
No symbol table info available.
#2  0x0c321420 in ?? ()
No symbol table info available.
#3  0x0000005a in ?? ()
No symbol table info available.
(gdb)

(gdb) thread apply all bt

Thread 5 (Thread 49156 (LWP 4968)):
#0  0x40039f56 in nanosleep () from /lib/libpthread.so.0
#1  0x00000000 in ?? ()

Thread 3 (Thread 16386 (LWP 4966)):
#0  0x40039f56 in nanosleep () from /lib/libpthread.so.0
#1  0x00000000 in ?? ()

Thread 2 (Thread 32769 (LWP 4965)):
#0  0x4087151a in poll () from /lib/libc.so.6
#1  0x400324b0 in __pthread_manager () from /lib/libpthread.so.0
#2  0x40032eb7 in __pthread_manager_event () from /lib/libpthread.so.0
#3  0x4087abea in clone () from /lib/libc.so.6

Thread 1 (Thread 16384 (LWP 4958)):
#0  0x0c321420 in ?? ()
#1  0x40beef7b in gdk_get_show_events () from /usr/lib/libgdk-x11-2.0.so.0
#2  0x0c321420 in ?? ()
#3  0x0000005a in ?? ()
Previous frame inner to this frame (corrupt stack?)
(gdb)
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: CVS 06 dec 2007
« Reply #1 on: December 09, 2007, 11:33:50 PM »

Hi,

when did it crash?

What version of wxGTK? (The crash is somehow related to GTK/GDK)
Logged

ecforum

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 105
Re: CVS 06 dec 2007
« Reply #2 on: December 10, 2007, 08:04:07 AM »

Hello,

Amule had not the focus : I used an other soft in full screen.
I use wxGTK 2.8.4 on slackware 11 (kernel 2.4.34)
Logged