Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310090 Details for
Bug 452502
prboom: i830_vtbl.c:554: i830_emit_state: Assertion `get_dirty(state) == 0' failed.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Typescript of gdb session
prboom.txt (text/plain), 5.24 KB, created by
Pat Kane
on 2008-06-24 01:02:19 UTC
(
hide
)
Description:
Typescript of gdb session
Filename:
MIME Type:
Creator:
Pat Kane
Created:
2008-06-24 01:02:19 UTC
Size:
5.24 KB
patch
obsolete
>kane 4524 2779 10 19:40 pts/1 00:00:03 prboom > >$ gdb -p 4524 > >... GNU gdb Fedora (6.8-10.fc9) >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 "i386-redhat-linux-gnu". >Attaching to process 4524 >Reading symbols from /usr/bin/prboom...Reading symbols from /usr/lib/debug/usr/bin/prboom.debug...done. >done. >Reading symbols from /usr/lib/libSDL_mixer-1.2.so.0...done. >Loaded symbols for /usr/lib/libSDL_mixer-1.2.so.0 >Reading symbols from /usr/lib/libSDL_net-1.2.so.0...done. >Loaded symbols for /usr/lib/libSDL_net-1.2.so.0 >Reading symbols from /usr/lib/libSDL-1.2.so.0...done. >Loaded symbols for /usr/lib/libSDL-1.2.so.0 >Reading symbols from /lib/libpthread.so.0...done. >[Thread debugging using libthread_db enabled] >[New Thread 0xb804da80 (LWP 4524)] >Loaded symbols for /lib/libpthread.so.0 >Reading symbols from /usr/lib/libGL.so.1...done. >Loaded symbols for /usr/lib/libGL.so.1 >Reading symbols from /usr/lib/libGLU.so.1...done. >Loaded symbols for /usr/lib/libGLU.so.1 >Reading symbols from /lib/libm.so.6...done. >Loaded symbols for /lib/libm.so.6 >Reading symbols from /lib/libc.so.6...done. >Loaded symbols for /lib/libc.so.6 >Reading symbols from /usr/lib/libmikmod.so.3...done. >Loaded symbols for /usr/lib/libmikmod.so.3 >Reading symbols from /lib/libdl.so.2...done. >Loaded symbols for /lib/libdl.so.2 >Reading symbols from /lib/ld-linux.so.2...done. >Loaded symbols for /lib/ld-linux.so.2 >Reading symbols from /usr/lib/libX11.so.6...done. >Loaded symbols for /usr/lib/libX11.so.6 >Reading symbols from /usr/lib/libXext.so.6...done. >Loaded symbols for /usr/lib/libXext.so.6 >Reading symbols from /usr/lib/libXxf86vm.so.1...done. >Loaded symbols for /usr/lib/libXxf86vm.so.1 >Reading symbols from /usr/lib/libXdamage.so.1...done. >Loaded symbols for /usr/lib/libXdamage.so.1 >Reading symbols from /usr/lib/libXfixes.so.3...done. >Loaded symbols for /usr/lib/libXfixes.so.3 >Reading symbols from /usr/lib/libdrm.so.2...done. >Loaded symbols for /usr/lib/libdrm.so.2 >Reading symbols from /usr/lib/libstdc++.so.6...done. >Loaded symbols for /usr/lib/libstdc++.so.6 >Reading symbols from /lib/libgcc_s.so.1...done. >Loaded symbols for /lib/libgcc_s.so.1 >Reading symbols from /usr/lib/libxcb-xlib.so.0...done. >Loaded symbols for /usr/lib/libxcb-xlib.so.0 >Reading symbols from /usr/lib/libxcb.so.1...done. >Loaded symbols for /usr/lib/libxcb.so.1 >Reading symbols from /usr/lib/libXau.so.6...done. >Loaded symbols for /usr/lib/libXau.so.6 >Reading symbols from /usr/lib/libXdmcp.so.6...done. >Loaded symbols for /usr/lib/libXdmcp.so.6 >Reading symbols from /usr/lib/libXrender.so.1...done. >Loaded symbols for /usr/lib/libXrender.so.1 >Reading symbols from /usr/lib/libXrandr.so.2...done. >Loaded symbols for /usr/lib/libXrandr.so.2 >Reading symbols from /usr/lib/libXcursor.so.1...done. >Loaded symbols for /usr/lib/libXcursor.so.1 >Reading symbols from /lib/librt.so.1...done. >Loaded symbols for /lib/librt.so.1 >Reading symbols from /lib/libnss_files.so.2...done. >Loaded symbols for /lib/libnss_files.so.2 >Reading symbols from /usr/lib/dri/i915_dri.so...done. >Loaded symbols for /usr/lib/dri/i915_dri.so >Reading symbols from /usr/lib/dri/libdricore.so...done. >Loaded symbols for /usr/lib/dri/libdricore.so >Reading symbols from /lib/libexpat.so.1...done. >Loaded symbols for /lib/libexpat.so.1 >0x0015a673 in intelStartInlinePrimitive () from /usr/lib/dri/i915_dri.so >Missing separate debuginfos, use: debuginfo-install SDL.i386 SDL_mixer.i386 SDL_net.i386 expat.i386 gcc.i386 glibc.i686 libX11.i386 libXau.i386 libXcursor.i386 libXdamage.i386 libXdmcp.i386 libXext.i386 libXfixes.i386 libXrandr.i386 libXrender.i386 libXxf86vm.i386 libdrm.i386 libmikmod.i386 libxcb.i386 mesa.i386 >(gdb) c >Continuing. > >Program received signal SIGABRT, Aborted. >0x00110416 in __kernel_vsyscall () >(gdb) where >#0 0x00110416 in __kernel_vsyscall () >#1 0x00936660 in raise () from /lib/libc.so.6 >#2 0x00938028 in abort () from /lib/libc.so.6 >#3 0x0092f57e in __assert_fail () from /lib/libc.so.6 >#4 0x0013b436 in ?? () from /usr/lib/dri/i915_dri.so >#5 0x00159ace in ?? () from /usr/lib/dri/i915_dri.so >#6 0x006c2033 in ?? () from /usr/lib/dri/libdricore.so >#7 0x006bafe1 in _tnl_run_pipeline () from /usr/lib/dri/libdricore.so >#8 0x0015a2d1 in ?? () from /usr/lib/dri/i915_dri.so >#9 0x006bba2c in _tnl_draw_prims () from /usr/lib/dri/libdricore.so >#10 0x006b3deb in vbo_exec_vtx_flush () from /usr/lib/dri/libdricore.so >#11 0x006affbb in vbo_exec_FlushVertices () from /usr/lib/dri/libdricore.so >#12 0x006976eb in _mesa_BindTexture () from /usr/lib/dri/libdricore.so >#13 0x080abb6f in gld_BindPatch (gltexture=0x8b61108, cm=6) at gl_texture.c:644 >#14 0x080a8375 in gld_DrawNumPatch (x=5, y=0, lump=721, cm=6, flags=6) > at gl_main.c:503 >#15 0x080563a0 in HUlib_drawTextLine (l=0x80e3c60, drawcursor=false) > at hu_lib.c:190 >#16 0x08056644 in HUlib_drawSText (s=0x80e3c60) at hu_lib.c:362 >#17 0x0805bee6 in HU_Drawer () at hu_stuff.c:1265 >#18 0x08069535 in D_Display () at d_main.c:283 >#19 0x0806972e in D_DoomMain () at d_main.c:369 >#20 0x080accd0 in main (argc=Cannot access memory at address 0x11ac >) at i_main.c:405 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 452502
: 310090