pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/32991: games/crack-attack dumps core



>Number:         32991
>Category:       pkg
>Synopsis:       games/crack-attack dumps core
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 04 15:05:00 +0000 2006
>Originator:     Robert Elz
>Release:        NetBSD 3.99.15  (pkgsrc current as of a few hours ago)
>Organization:
        Prince of Songkla University
>Environment:
        
        
System: NetBSD jade.coe.psu.ac.th 3.99.15 NetBSD 3.99.15 
(GENERIC-1.696-20060125) #8: Wed Jan 25 04:59:39 ICT 2006 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/current/kernels/JADE_ASUS i386
Architecture: i386
Machine: i386
>Description:
        crack-attach (from pkgsrc/games) dumps core in the openGL
        library somewhere (with current versions of everything, it
        used to be fine in the past).
>How-To-Repeat:
        compile and install everything up to date, run crack attack,
        the initial window appears, "start game", you'll see a brief
        flasg as the game window appears for a very short time,
        then the intro window appears again.   Assuming you're in
        a writable directlry, and core dumps are enabled, you'll fimd
        a core file.

gdb /usr/pkg/bin/crack-attack *core
GNU gdb 5.3nb1
Copyright 2002 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 "i386--netbsdelf"...(no debugging symbols found)...
Core was generated by `crack-attack'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/libexec/ld.elf_so...(no debugging symbols found)...
done.

        [lots more symbol reading from other places deleted from here]

Loaded symbols for /usr/pkg/lib/libglitz.so.1
Reading symbols from /usr/pkg/lib/libexpat.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/pkg/lib/libexpat.so.1
#0  0xbba97d9a in light_rgba () from /usr/pkg/lib/libGL.so.1
(gdb) bt
#0  0xbba97d9a in light_rgba () from /usr/pkg/lib/libGL.so.1
#1  0xbba9ea2d in run_lighting () from /usr/pkg/lib/libGL.so.1
#2  0xbba85566 in _tnl_run_pipeline () from /usr/pkg/lib/libGL.so.1
#3  0xbba8ba2d in _tnl_playback_vertex_list () from /usr/pkg/lib/libGL.so.1
#4  0xbb9fd256 in execute_list () from /usr/pkg/lib/libGL.so.1
#5  0xbb9fd7a7 in _mesa_CallList () from /usr/pkg/lib/libGL.so.1
#6  0xbb9e0535 in glCallList () from /usr/pkg/lib/libGL.so.1
#7  0x08065870 in std::basic_stringbuf<char, std::char_traits<char>, 
std::allocator<char> >::_M_stringbuf_init(std::_Ios_Openmode) ()
#8  0x08054171 in char* std::string::_S_construct<char*>(char*, char*, 
std::allocator<char> const&, std::forward_iterator_tag) ()
#9  0xbb90bc51 in processWindowWorkList () from /usr/pkg/lib/libglut.so.3
#10 0xbb90be7b in __glutProcessWindowWorkLists ()
   from /usr/pkg/lib/libglut.so.3
#11 0xbb90bec5 in glutMainLoop () from /usr/pkg/lib/libglut.so.3
#12 0x0804f5fa in char* std::string::_S_construct<char*>(char*, char*, 
std::allocator<char> const&, std::forward_iterator_tag) ()
#13 0x0804e196 in std::basic_streambuf<char, std::char_traits<char> >::uflow()
    ()
(gdb) 

jade# pkg_info crack-attack*tgz
Information for crack-attack-1.1.14nb2.tgz:

Comment:
Tetris Attack inspired game 

Requires:
MesaLib>=6.4.1nb1
glu>=6.4.1nb1
glut>=6.4.1nb1
gtk2+>=2.8.11nb1

jade# pkg_info | grep ^glu
glu-6.4.2           GLU polygon tessellation facility for Mesa
glut-6.4.2          GLUT Graphics library similar to SGI's OpenGL
jade# pkg_info | grep ^Mesa
MesaLib-6.4.2nb1    Graphics library similar to SGI's OpenGL
jade# pkg_info | grep ^gtk
gtk+-1.2.10nb9      GIMP Toolkit v1 - libraries for building X11 user interfaces
gtk2+-2.8.13        GIMP Toolkit v2 - libraries for building X11 user interfaces
gtksourceview-1.4.2nb2 Text widget that extends GTK2's GtkTextView widget


>Fix:
        No idea...




Home | Main Index | Thread Index | Old Index