bugGNUjump - Bugs: bug #19198, build error and runtime failure

 
 

bug #19198: build error and runtime failure

Submitter:  Claudio Fontana <sick_soul>
Submitted:  Sun 04 Mar 2007 12:15:15 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Need Info
Privacy:  Public Assigned to:  raskolnikov
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 05 Mar 2007 12:42:28 AM UTC, comment #2: 

gdb bt attached.

Running Slackware 10.2, with

# sourceinstall --list SDL
SDL-1.2.11
SDL_image-1.2.5
SDL_mixer-1.2.7
SDL_net-1.2.6
SDL_ttf-2.0.8

installed as root in /usr/local

$ ldd sdljump
        linux-gate.so.1 =>  (0xffffe000)
        libSDL-1.2.so.0 => /usr/local/lib/libSDL-1.2.so.0 (0xb7eff000)
        libGL.so.1 => /usr/lib/xorg/libGL.so.1 (0xb7e5f000)
        libSDL_image-1.2.so.0 => /usr/local/lib/libSDL_image-1.2.so.0 (0xb7e44000)
        libSDL_mixer-1.2.so.0 => /usr/local/lib/libSDL_mixer-1.2.so.0 (0xb7dcb000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7d8d000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d89000)
        libX11.so.6 => /usr/X11R7/lib/libX11.so.6 (0xb7c9b000)
        libXext.so.6 => /usr/X11R7/lib/libXext.so.6 (0xb7c8d000)
        libXrandr.so.2 => /usr/X11R7/lib/libXrandr.so.2 (0xb7c89000)
        libXrender.so.1 => /usr/X11R7/lib/libXrender.so.1 (0xb7c80000)
        libvga.so.1 => /usr/lib/libvga.so.1 (0xb7c2d000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7c1b000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7afe000)
        /lib/ld-linux.so.2 (0xb7f95000)
        libXau.so.6 => /usr/X11R7/lib/libXau.so.6 (0xb7afb000)
        libXdmcp.so.6 => /usr/X11R7/lib/libXdmcp.so.6 (0xb7af6000)


Claudio Fontana <sick_soul>
Sun 04 Mar 2007 11:59:14 PM UTC, comment #1: 

Hi,

I tried to reproduce this bug but I got no segmentation fault. The rest of messages are normal. The configure messages don't cause any problem are a recognized bug. Also, the "could not open" messages are normal because there is no config file.

The problem seems to be during the sound loading process. Maybe the sound system could not be correctly initialized, there is a problem with ALSA or OSS or whatever sound subsystem SDL is using in your system.

Could you give me more information about this?

Maybe I should stop the sound loading process if there is a problem while initializing the sound system...

Thanks for your report :)

Juan Pedro Bolivar Puente <raskolnikov>
Group administrator
Sun 04 Mar 2007 12:15:15 PM UTC, original submission:  

I tried sdljump-1.0.0 and ran into following problems:

$ ./configure --prefix=/home/claudio/usr

./configure: line 5494: AX_LANG_COMPILER_MS: command not found
./configure: line 5784: AX_CHECK_GLU: command not found

The configuration however continued, and the build process ran
successfully using:

$ make
$ make install

At runtime, the program fails for me:

$ sdljump
WARNING: Can't open config file (/home/claudio/.sdljump/sdljump.cfg). I will create one later.

Error while opening records file (/home/claudio/.sdljump/sdljump.hsc)
Loading theme: /home/claudio/usr/share/sdljump/skins/default/config.theme
Window created. BPP: 32, Resolution: 640x480, OpenGL: 0
Loading sounds: /home/claudio/usr/share/sdljump/sound/config.sounds
Segmentation fault


Claudio Fontana <sick_soul>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #12111:  logs.txt added by sick_soul (2KiB - application/download - gdb backtrace fetched at SIGSEGV)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by raskolnikov (Posted a comment)
  • -email is unavailable- added by sick_soul (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-03-05 sick_soul Attached File- Added logs.txt, #12111
    2007-03-04 raskolnikov StatusNone Need Info
        Assigned toNone raskolnikov

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code