http://bugs.freedesktop.org/show_bug.cgi?id=15834
--- Comment #1 from Hugo Mildenberger <[EMAIL PROTECTED]> 2008-05-07 04:47:42 PST --- Created an attachment (id=16411) --> (http://bugs.freedesktop.org/attachment.cgi?id=16411) gdb log with backtrace and structure dumps This excerpt is perhaps already enough to illuminate the scene: (gdb) sele 2 (gdb) print ctx->Fog $3 = {Enabled = 0 '\0', Color = {0, 0, 0, 0}, Density = 1, Start = 0, End = 1, Index = 0, Mode = 2048, ColorSumEnabled = 0 '\0', FogCoordinateSource = 33874, _Scale = 1} (gdb) print ctx->FragmentProgram $4 = {Enabled = 0 '\0', _Enabled = 0 '\0', _Active = 1 '\001', Current = 0x9088bc8, _Current = 0x0, Parameters = {{0, 0, 0, 0} <repeats 128 times>}, _MaintainTexEnvProgram = 0 '\0', _UseTexEnvProgram = 1 '\001', _TexEnvProgram = 0x0, Callback = 0, CallbackData = 0x0, CallbackEnabled = 0 '\0', CurrentPosition = 0} I may add, that after I locally fixed this, amira again crashed the system, this time within drm kernel module, saying: [drm:drm_bo_expire_fence] *ERROR* Detected GPU lockup or fence driver was taken down. Evicting buffer. [drm:drm_bo_leave_list] *ERROR* A DRM_BO_NO_EVICT buffer present at cleanup. Removing flag and evicting. I don't currently have also a backtrace for that bug araound, since this was obtained while looking for the cause of another a bug located within latest xf86-video-intel driver. I will retry it after that getting fixed. Let me add, that the source for all this may really be a header inconsistency, which I myself can't fix, since Amira is closed source. But even that presumably beeing the case, running a buggy program or a program which was compiled for another minor X revision shouldn't crash the whole system. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
