https://bugs.freedesktop.org/show_bug.cgi?id=29297
Summary: [r300g] lightspark crash Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r200 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: d.okias@gmail.com
Created an attachment (id=37438) --> (https://bugs.freedesktop.org/attachment.cgi?id=37438) gdb_output.txt
Lightspark use for everything OpenGL rendering, so it crash almost every time.
I will attach firefox gdb. Mesa with debug, lightspark with debug.
https://bugs.freedesktop.org/show_bug.cgi?id=29297
--- Comment #1 from okias d.okias@gmail.com 2010-07-29 08:04:47 PDT --- Created an attachment (id=37439) --> (https://bugs.freedesktop.org/attachment.cgi?id=37439) dmesg_rs690.txt
HW: Radeon X1250, RS690.
https://bugs.freedesktop.org/show_bug.cgi?id=29297
--- Comment #2 from Marek Olšák maraeo@gmail.com 2010-07-29 09:09:22 PDT --- Could you please compile r300g with --enable-debug? This should give us a more useful backtrace.
https://bugs.freedesktop.org/show_bug.cgi?id=29297
okias d.okias@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37438|0 |1 is obsolete| |
--- Comment #3 from okias d.okias@gmail.com 2010-07-29 09:49:24 PDT --- Created an attachment (id=37440) --> (https://bugs.freedesktop.org/attachment.cgi?id=37440) gdb_output2.txt
Previous was debug symbols in separate file, so it was someway unable to load it. Now it's compiled directly into libs.
https://bugs.freedesktop.org/show_bug.cgi?id=29297
okias d.okias@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/DRI/r200 |Drivers/DRI/r300
https://bugs.freedesktop.org/show_bug.cgi?id=29297
--- Comment #4 from Marek Olšák maraeo@gmail.com 2010-07-29 12:02:29 PDT --- I've committed some fixes, could you retest with current mesa git?
https://bugs.freedesktop.org/show_bug.cgi?id=29297
--- Comment #5 from okias d.okias@gmail.com 2010-07-29 12:21:55 PDT --- problem disappered, but appeared another:
INFO: Creating input thread
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffce9fa710 (LWP 11627)] __glXInitialize (dpy=0x7fffd9a28000) at glxext.c:802 802 glxext.c: No such file or directory. in glxext.c (gdb) bt full #0 __glXInitialize (dpy=0x7fffd9a28000) at glxext.c:802 dpyPriv = 0x40 glx_direct = <value optimized out> i = <value optimized out> #1 0x00007fffd80e8f29 in glXQueryVersion (dpy=0x7fffd9a28000, major=0x7fffce9f9e6c, minor=0x7fffce9f9e68) at glxcmds.c:443 priv = 0x7fffce9f9e68 #2 0x00007fffd8eb25e7 in lightspark::RenderThread::gtkplug_worker (th=0x7fffcd4bec00) at /var/tmp/portage/www-plugins/lightspark-9999/work/lightspark-9999/swf.cpp:1356 a = <value optimized out> fb = 0x0 i = <value optimized out> profile = 0x0 size = {Xmin = 0, Xmax = 9600, Ymin = 0, Ymax = 7740} window_height = 385 b = 985000000 glxWin = 0 glx_present = <value optimized out> attrib = {0, 0, 0, 0, 0, 0, -138635232, 32767, 0, 1073741824} p = 0x7fffcd217638 window_width = 640 d = <value optimized out> font = <incomplete type> #3 0x00007ffff7bc98e4 in start_thread () from /lib/libpthread.so.0 No symbol table info available. #4 0x00007ffff6f8e27d in clone () from /lib/libc.so.6 No symbol table info available.
https://bugs.freedesktop.org/show_bug.cgi?id=29297
--- Comment #6 from Marek Olšák maraeo@gmail.com 2010-07-29 13:26:24 PDT --- The new issue is not an r300g bug. There is a new GLX fix committed 21 minutes ago from Kristian. Could you please retest and if it doesn't help, file a new bug against GLX or Mesa core and copy the backtrace there?
https://bugs.freedesktop.org/show_bug.cgi?id=29297
okias d.okias@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from okias d.okias@gmail.com 2010-07-29 14:26:28 PDT --- fixed, thanks
dri-devel@lists.freedesktop.org