Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17362 - frozen-bubble segfault at SDL Init
Summary: frozen-bubble segfault at SDL Init
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 05:55 UTC by Max Loparyev
Modified: 2011-09-14 20:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Loparyev 2003-03-12 05:55:27 UTC
frosen-bubble segfaults at SDL Init

(gdb) backtrace 
#0  0x15d744a7 in _XRead () from /usr/X11R6/lib/libX11.so.6
#1  0x15d66396 in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6
#2  0x15a0aab3 in X11_Available () from /usr/lib/libSDL-1.2.so.0
#3  0x15a02de3 in SDL_VideoInit () from /usr/lib/libSDL-1.2.so.0
#4  0x159dfcb6 in SDL_InitSubSystem () from /usr/lib/libSDL-1.2.so.0
#5  0x159dfcf7 in SDL_Init () from /usr/lib/libSDL-1.2.so.0
#6  0x159610f5 in XS_SDL_Init ()
   from /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/SDL_perl/SDL_perl.so
#7  0x080b38e7 in Perl_pp_entersub ()
#8  0x080ae088 in Perl_runops_standard ()
#9  0x0805f2d4 in perl_run ()
#10 0x0805f0ce in perl_run ()
#11 0x0805c7c3 in main ()
#12 0x155c8e54 in __libc_start_main () from /lib/libc.so.6



Reproducible: Always
Steps to Reproduce:
1.Run frozen-bubble


Actual Results:  
[SDL Init] Segmentation fault (core dumped)

(gdb) backtrace 
#0  0x15d744a7 in _XRead () from /usr/X11R6/lib/libX11.so.6
#1  0x15d66396 in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6
#2  0x15a0aab3 in X11_Available () from /usr/lib/libSDL-1.2.so.0
#3  0x15a02de3 in SDL_VideoInit () from /usr/lib/libSDL-1.2.so.0
#4  0x159dfcb6 in SDL_InitSubSystem () from /usr/lib/libSDL-1.2.so.0
#5  0x159dfcf7 in SDL_Init () from /usr/lib/libSDL-1.2.so.0
#6  0x159610f5 in XS_SDL_Init ()
   from /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/SDL_perl/SDL_perl.so
#7  0x080b38e7 in Perl_pp_entersub ()
#8  0x080ae088 in Perl_runops_standard ()
#9  0x0805f2d4 in perl_run ()
#10 0x0805f0ce in perl_run ()
#11 0x0805c7c3 in main ()
#12 0x155c8e54 in __libc_start_main () from /lib/libc.so.6

Expected Results:  
start the game

Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20-xfs_pre6 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg gnome libg++ libwww mikmod
mpeg ncurses nls pdflib png qt quicktime spell truetype xml2 xmms xv zlib gdbm
berkdb slang readline svga tcltk java X sdl gpm tcpd pam ssl perl python esd
imlib oggvorbis gtk motif opengl mozilla alsa sse mmx samba -arts -kde"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache

libsdl 1.2.5-r1
sdl-perl 1.20.0
Other SDL games, such as tuxracer, works normal.
Comment 1 SpanKY gentoo-dev 2003-03-12 09:10:03 UTC
what video card ? (you using xfree or nvidia opengl) 
Comment 2 Max Loparyev 2003-03-13 01:46:43 UTC
lspci
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] (rev b2)

cat /proc/driver/nvidia/cards/0 
Model:           GeForce2 MX 100/200
IRQ:             11
Video BIOS:      03.11.01.37.00
Card Type:       AGP

cat /proc/driver/nvidia/agp/status 
Status:          Enabled
Driver:          NVIDIA
AGP Rate:        2x
Fast Writes:     Disabled
SBA:             Disabled

I'm using nvidia opengl because it is accelerated.
Comment 3 Pascal Roussel 2003-03-20 21:55:02 UTC
same problem here,

# opengl-update xfree

fixed it.
Comment 4 Max Loparyev 2003-04-01 02:48:03 UTC
All ok now with new nvidia dirvers version 1.0.4349.
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2003-04-01 16:33:10 UTC
here too.. problem disappears with new nvidia opengl 
Comment 6 SpanKY gentoo-dev 2003-06-28 00:13:35 UTC
sounds good :) 

*** This bug has been marked as a duplicate of 16974 ***
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2005-05-19 09:05:36 UTC
Closing to clean up after bugzilla upgrade.  reopen if closed in error.  Thanks.
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2011-09-14 20:35:00 UTC
clean up bug list after bugzilla update