View Single Post
  #1  
Old February 28th, 2006, 06:52 AM
Bluebird's Avatar

Bluebird Bluebird is offline
Second Lieutenant
 
Join Date: Sep 2004
Location: Zürich, Switzerland
Posts: 418
Thanks: 0
Thanked 0 Times in 0 Posts
Bluebird is on a distinguished road
Default Segmentation Fault since Debian unstable upgrade

Yesterday I made the mistake of upgrading all my debian boxes, and since then Dominions II won't start anymore (Fatal signal: Segmentation Fault (SDL Parachute Deployed)).

ldd output:
Code:

schoelle@se-pc6:~$ ldd apps/dominions2/dom2
linux-gate.so.1 => (0xffffe000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7e9f000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7e20000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7df6000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7d67000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7c2f000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7c09000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7c05000)
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb7447000)
libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb7444000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7436000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb736b000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb728e000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7283000)
/lib/ld-linux.so.2 (0xb7f24000)



Package infos:
Code:

schoelle@se-pc6:~$ dpkg -l | grep sdl
ii libsdl-image1.2 1.2.4-1
ii libsdl1.2debian 1.2.9-1
ii libsdl1.2debian-oss 1.2.9-1
ii libc6 2.3.6-2
ii libglu1-xorg 6.9.0.dfsg.1-4
ii libglu1-xorg-dev 6.9.0.dfsg.1-4



Any more information can be supplied (straces, etc.)
__________________
There are roads which must not be followed, towns which must not be besieged, positions which must not be contested, commands of the sovereign which must not be obeyed. (Sun Tsu "The Art of War", ca. 500 BC)
Reply With Quote