Comment 5 for bug 79452

Revision history for this message
Sebastien SOILEN (sebastien-soilen) wrote : Re: libgl1_mesa_dri segmentation fault

The problem stills occurs with Feisty

Here is the backtrace:

 gdb stellarium
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/stellarium
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1216764208 (LWP 14071)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
 -------------------------------------------------------
[ This is Stellarium 0.8.2 - http://www.stellarium.org ]
[ Copyright (C) 2000-2006 Fabien Chereau et al ]
 -------------------------------------------------------
Attempting to use an existing older config file.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread -1216935024 (LWP 14075)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Application locale is fr_FR
Localizing TUI for locale: fr_FR
Loading Solar System data...(loaded)
Loading location: "barcelona", on Earth (landscape is: "guereins")
Loading Hipparcos star data...(118217 stars loaded [2200 dropped]).
Loading Hipparcos double stars...(8824 stars loaded)
Loading Hipparcos periodic variable stars...(1930 stars loaded)
Load star names from /usr/share/stellarium/data/sky_cultures/western/star_names.fab
Loading NGC data... (13226 items loaded [3175 dropped])

...no position data for Barnard's galaxy
...no position data for Papillon
...no position data for γ Cas nebulaLoading NGC name data...( 225 names loaded)
Loading Nebula Textures...(75 textures loaded)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216764208 (LWP 14071)]
0x00000000 in ?? ()
(gdb) backtrace
#0 0x00000000 in ?? ()
#1 0xb6e1845b in _mesa_get_teximage () from /usr/lib/dri/unichrome_dri.so
#2 0xb6e0d3d0 in _mesa_GetTexImage () from /usr/lib/dri/unichrome_dri.so
#3 0x080b1098 in ?? ()
#4 0x0805bb9e in ?? ()
#5 0x0806363b in ?? ()
#6 0x08063fb3 in ?? ()
#7 0x08097c3e in ?? ()
#8 0x08175c55 in ?? ()
#9 0x08088403 in ?? ()
#10 0xb7aa2ebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#11 0x0804f661 in ?? ()
(gdb) info registers
eax 0x0 0
ecx 0x0 0
edx 0x891cb88 143772552
ebx 0x1 1
esp 0xbfe090cc 0xbfe090cc
ebp 0xbfe19138 0xbfe19138
esi 0xbfe0913c -1075801796
edi 0x80 128
eip 0x0 0
eflags 0x210202 [ IF RF ID ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
(gdb) thread apply all backtrace

Thread 2 (Thread -1216935024 (LWP 14075)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7b1ce66 in nanosleep () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7ddab28 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0
#3 0xb7ddab71 in ?? () from /usr/lib/libSDL-1.2.so.0
#4 0x00000001 in ?? ()
#5 0xb7f8c300 in ?? () from /lib/ld-linux.so.2
#6 0xb7d8cceb in ?? () from /usr/lib/libSDL-1.2.so.0
#7 0x00000000 in ?? ()

Thread 1 (Thread -1216764208 (LWP 14071)):
#0 0x00000000 in ?? ()
#1 0xb6e1845b in _mesa_get_teximage () from /usr/lib/dri/unichrome_dri.so
#2 0xb6e0d3d0 in _mesa_GetTexImage () from /usr/lib/dri/unichrome_dri.so
#3 0x080b1098 in ?? ()
#4 0x0805bb9e in ?? ()
#5 0x0806363b in ?? ()
#6 0x08063fb3 in ?? ()
#7 0x08097c3e in ?? ()
#8 0x08175c55 in ?? ()
#9 0x08088403 in ?? ()
#10 0xb7aa2ebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
---Type <return> to continue, or q <return> to quit---
#11 0x0804f661 in ?? ()
(gdb)