Bug 3076 - Maya 6.0 crashes on XOrg 6.8.2
Summary: Maya 6.0 crashes on XOrg 6.8.2
Status: RESOLVED DUPLICATE of bug 2733
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r200 (show other bugs)
Version: 6.2.1
Hardware: x86 (IA32) Linux (All)
: medium minor
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 07:18 UTC by dark_mail
Modified: 2005-10-18 21:33 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments
My Xorg.conf currently in use (14.35 KB, text/plain)
2005-05-05 06:49 UTC, dark_mail
Details
My last Xorg logfile (40.48 KB, text/plain)
2005-05-05 08:27 UTC, dark_mail
Details

Description dark_mail 2005-04-20 07:18:44 UTC
When using X.Org 6.8.2 on my Gentoo machine, Maya 6.0 shows Startup Window but
then crashes when the workspace should appear.

When started from console, there is an error message saying "Signal: 11 (Unknown
Signal)" and "attemptig to save to file ...".

When using X.Org 6.8.0, everithing works fine, so probably some change in X.Org
caused the problem.

Additional information:
I'm using a Radeon Graphics Card an an actual KDE, but with the Klipper turned
off as that program also caused problems with Maya.
Comment 1 dark_mail 2005-04-20 07:25:45 UTC
Forgot to add that I use the DRI driver instead ATI's proprietary one
Comment 2 Alex Deucher 2005-05-04 06:31:12 UTC
Can you attach you confg, log, and any weird messages you see in your kernel
log?  Also does maya have any sort of log?  You might try starting maya from a
shell with the the env var LIBGL_DEBUG set to verbose, eg. LIBGL_DEBUG=verbose
See that dri troubleshooting guide for more:
http://dri.freedesktop.org/wiki/DriTroubleshooting
Comment 3 dark_mail 2005-05-05 06:49:03 UTC
Created attachment 2620 [details]
My Xorg.conf currently in use
Comment 4 dark_mail 2005-05-05 06:50:24 UTC
(In reply to comment #2)
> Can you attach you confg, log, and any weird messages you see in your kernel
> log?  Also does maya have any sort of log?  You might try starting maya from a
> shell with the the env var LIBGL_DEBUG set to verbose, eg. LIBGL_DEBUG=verbose
> See that dri troubleshooting guide for more:
> http://dri.freedesktop.org/wiki/DriTroubleshooting

Running maya with gdb (but without debugging sysmbols because I haven't merged
them in) gives me the following output:

[quote]
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1302952256 (LWP 17185)]
0xb0cc22fc in _mesa_test_os_sse_exception_support ()
   from /usr/lib/modules/dri/r200_dri.so
   [/quote]

   When continuing, the next message is the following:

   [quote]
   Program received signal SIGSEGV, Segmentation fault.
   0xb0ccb525 in __driGarbageCollectDrawables ()
      from /usr/lib/modules/dri/r200_dri.so
      (gdb) continue
      Continuing.
      Couldn't get registers: No such process.
      [/quote]

      After that, maya exits.

      /var/log/messages looks fine, no errors, warnings or weird messages.

      My Xorg.conf is in the attachment
Comment 5 Alex Deucher 2005-05-05 07:50:59 UTC
(In reply to comment #4)
> (In reply to comment #2)
> > Can you attach you confg, log, and any weird messages you see in your kernel
> > log?  Also does maya have any sort of log?  You might try starting maya from a
> > shell with the the env var LIBGL_DEBUG set to verbose, eg. LIBGL_DEBUG=verbose
> > See that dri troubleshooting guide for more:
> > http://dri.freedesktop.org/wiki/DriTroubleshooting
> 
> Running maya with gdb (but without debugging sysmbols because I haven't merged
> them in) gives me the following output:
> 
> [quote]
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread -1302952256 (LWP 17185)]
> 0xb0cc22fc in _mesa_test_os_sse_exception_support ()
>    from /usr/lib/modules/dri/r200_dri.so
>    [/quote]
> 
>    When continuing, the next message is the following:
> 
>    [quote]
>    Program received signal SIGSEGV, Segmentation fault.
>    0xb0ccb525 in __driGarbageCollectDrawables ()
>       from /usr/lib/modules/dri/r200_dri.so
>       (gdb) continue
>       Continuing.
>       Couldn't get registers: No such process.
>       [/quote]
> 
>       After that, maya exits.
> 
>       /var/log/messages looks fine, no errors, warnings or weird messages.
> 
>       My Xorg.conf is in the attachment


can you attach your xorg log too?
Comment 6 dark_mail 2005-05-05 08:27:07 UTC
Created attachment 2622 [details]
My last Xorg logfile
Comment 7 dark_mail 2005-05-15 08:59:36 UTC
I just installed the proprietary ATI drivers and xorg 6.8.2, and now it works.

So it seems to be a problem with the DRI part, as suggested by the gdb output.
Comment 8 Adam Jackson 2005-10-19 14:33:45 UTC

*** This bug has been marked as a duplicate of 2733 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.