[Mesa-dev] [Bug 32243] New: crash in glGetIntegerv with software renderer
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Dec 8 14:49:01 PST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=32243
Summary: crash in glGetIntegerv with software renderer
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: bjacob at mozilla.com
This is, like bug 32238, comes from
https://bugzilla.mozilla.org/show_bug.cgi?id=616416
In the same situation as in bug 32238, when the user switches to software
rendering, he gets a crash too, but this time it's a SIGABRT with a different
stack:
Program received signal SIGABRT, Aborted.
0x00007ffff35ec7c5 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x00007ffff35ec7c5 in raise () from /lib/libc.so.6
#1 0x00007ffff35edc46 in abort () from /lib/libc.so.6
#2 0x00007ffff35e5345 in __assert_fail () from /lib/libc.so.6
#3 0x00007fffd7186f71 in _mesa_update_draw_buffer_bounds (ctx=0x7fffc8ada000)
at main/framebuffer.c:507
#4 0x00007fffd71d159c in _mesa_update_state_locked (ctx=0x7fffc8ada000) at
main/state.c:596
#5 0x00007fffd71d172c in _mesa_update_state (ctx=0x7fffc8ada000) at
main/state.c:676
#6 0x00007fffd7188eb7 in check_extra (ctx=0x7fffc8ada000, func=0x7fffd73e8644
"glGetIntegerv", d=0x7fffd7503c78) at main/get.c:1698
#7 0x00007fffd7189196 in find_value (func=0x7fffd73e8644 "glGetIntegerv",
pname=3410, p=0x7fffffff9d28, v=0x7fffffff9d30) at main/get.c:1785
#8 0x00007fffd71899df in _mesa_GetIntegerv (pname=3410, params=0x7fffffff9f20)
at main/get.c:1999
#9 0x00007ffff6f2abe1 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#10 0x00007ffff6f2ce4d in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#11 0x00007ffff6f38684 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#12 0x00007ffff6f38988 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#13 0x00007ffff6f37efd in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#14 0x00007ffff6f37c70 in mozilla::gl::GLContextProviderGLX::GetGlobalContext()
() from /usr/lib64/firefox-4.0b8pre/libxul.so
#15 0x00007ffff6f37ec7 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#16 0x00007ffff6f37ff2 in
mozilla::gl::GLContextProviderGLX::CreateOffscreen(gfxIntSize const&,
mozilla::gl::ContextFormat const&) ()
from /usr/lib64/firefox-4.0b8pre/libxul.so
#17 0x00007ffff67f6185 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#18 0x00007ffff683cfb0 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#19 0x00007ffff683d81d in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
#20 0x00007ffff6ba1c24 in ?? () from /usr/lib64/firefox-4.0b8pre/libxul.so
OpenGL information:
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: Mesa DRI R600 (RS780 9614) 20090101 TCL DRI2
OpenGL version string: 1.4 (2.1 Mesa 7.9)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list