Bug 331779

Summary: xmoto segmentation faults on startup
Product: [openSUSE] openSUSE 10.3 Reporter: David Bekker <phyrexicaid>
Component: X11 ApplicationsAssignee: Stefan Dirsch <sndirsch>
Status: RESOLVED DUPLICATE QA Contact: Stefan Dirsch <sndirsch>
Severity: Major    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 10.3   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Required backtrace

Description David Bekker 2007-10-08 11:20:50 UTC
Running "xmoto --verbose" yields the following output:

compiled at Sep  9 2007 23:00:57
Systeme is littleendien
User directory: /home/dave/.xmoto
Data directory: /usr/share/xmoto
Locales set to 'en_GB.UTF-8' (directory '/usr/share/locale')
GL: GeForce Go 6150/PCI/SSE2 (NVIDIA Corporation)
GL: using ARB_vertex_buffer_object
GL: using EXT_framebuffer_object
GL: using ARB_fragment_shader/ARB_vertex_shader/ARB_shader_objects
Resolution: 800x600 (32 bpp)
Loading data...
XmDb version is 13
Loading theme from file Themes/original.xml
UserPreInit ended at 0.514
Segmentation fault
Comment 1 Stefan Dirsch 2007-10-08 12:01:04 UTC
Could you install the xmoto-debuginfo package, run xmoto with "-win" option
inside gdb and attach the backtrace?

# gdb /usr/games/xmoto
[...]
(gdb) set args -win
(gdb) run
[...]
SIGSEGV
(gdb) bt
Comment 2 David Bekker 2007-10-08 16:44:18 UTC
Created attachment 176853 [details]
Required backtrace 

Attached is the requested backtrace.  

Thanks for changing the severity to "Major", I'm glad someone takes my timewasting as seriously as I do ;)

Regards,
Dave
Comment 3 Stefan Dirsch 2007-10-08 16:47:31 UTC
Thanks.

*** This bug has been marked as a duplicate of bug 331586 ***