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

Bug#487603: further informations about this bug



Further informations : I have get a backtrace by this way :

cd freedroid/src
gdb ./freedroidRPG
run
bt

/************************start of backtrace************************/
dkremer@roo49-3-88-173-48-49:~/src/freedroid/src$ gdb ./freedroidRPG
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /home/dkremer/src/freedroid/src/freedroidRPG
[Thread debugging using libthread_db enabled]

Hello, this is FreedroidRPG, version 0.10.4svn.
This seems to be a cvs version, so we'll exit on floating point exceptions.
-Signal Handling------------------------------------------------------
Setting up signal handlers for internal backtrace:
Now catching SIGSEGV: YES
Now catching FPE (if raised, that is!): YES

[New Thread 0xb76c36c0 (LWP 3052)]
[New Thread 0xb76c2b90 (LWP 3055)]

Video system type: x11.
Using screen resolution 800 x 600.
Testing if color depth 32 bits is available... YES.

video mode set (bpp=32 RGBA=8888 depth=24)
-OpenGL-------------------------------------------------------
Vendor     : Tungsten Graphics, Inc
Renderer   : Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
Version    : 1.3 Mesa 7.0.4


Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0xb76c36c0 (LWP 3052)]
_mesa_sse_transform_points2_3d_no_rot () at x86/sse_xform2.S:200
200     x86/sse_xform2.S: No such file or directory.
        in x86/sse_xform2.S
Current language:  auto; currently asm
(gdb) bt
#0  _mesa_sse_transform_points2_3d_no_rot () at x86/sse_xform2.S:200
#1  0xb6b5c5ef in run_vertex_stage (ctx=0x85216c0, stage=0x856ee1c) at
tnl/t_vb_vertex.c:144
#2  0xb6b52124 in _tnl_run_pipeline (ctx=0x85216c0) at tnl/t_pipeline.c:158
#3  0xb6abebf7 in intelRunPipeline (ctx=0x85216c0) at intel_tris.c:778
#4  0xb6b52695 in _tnl_draw_prims (ctx=0x85216c0, arrays=0x855d100,
prim=0x855bc5c, nr_prims=1, ib=0x0, min_index=0, max_index=3) at
tnl/t_draw.c:402
#5  0xb6b4ad5e in vbo_exec_vtx_flush (exec=0x855bb38) at vbo/vbo_exec_draw.c:215
#6  0xb6b46408 in vbo_exec_FlushVertices (ctx=0x85216c0, flags=1) at
vbo/vbo_exec_api.c:700
#7  0xb6bf2639 in enable_texture (ctx=0x85216c0, state=64 '@', bit=2)
at main/enable.c:207
#8  0xb6bf50cf in _mesa_set_enable (ctx=0x85216c0, cap=3553, state=64
'@') at main/enable.c:595
#9  0xb6bf67ef in _mesa_Enable (cap=3553) at main/enable.c:960
#10 0x080bca60 in our_SDL_fill_rect_wrapper (dst=0x84f7878,
dstrect=0xbfcf2e84, color=0) at open_gl.c:233
#11 0x08093860 in ShowStartupPercentage (Percentage=1) at init.c:216
#12 0x08087410 in InitVideo () at graphics.c:1874
#13 0x08093f0d in InitFreedroid (argc=1, argv=0xbfcf3944) at init.c:2275
#14 0x080ab311 in main (argc=1, argv=0xbfcf3944) at main.c:154
(gdb) quit
The program is running.  Exit anyway? (y or n) y
/********************************End of
backtrace***********************************/



Reply to: