All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600)
@ 2011-12-21  1:17 bugzilla-daemon
  2011-12-21 12:20 ` [Bug 43993] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-21  1:17 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

             Bug #: 43993
           Summary: 3d game in vmware workstation cause X hang up (ati
                    Gallium r600)
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: lsching17@gmail.com


Created attachment 54616
  --> https://bugs.freedesktop.org/attachment.cgi?id=54616
glxinfo

I install ppa:oibaf/graphics-drivers on Ubuntu Oneiric x64

When i run a old 3d game in vmware workstation 8.0.1, X hang up and i am forced
to hard-reboot.

glxinfo is attached.

This is the error captured in vmware log

2011-12-21T08:16:58+08:00[+36.736]| mks| W110: VMGL Panic: *** Caught signal 11
in glXMakeContextCurrent() ***
2011-12-21T08:16:58+08:00[+36.736]| mks| W110: VMGL Panic: Fault occurred at
7FBBFAF7122B ((null) + -84471253, in /usr/lib/x86_64-linux-gnu/dri/r600_dri.so)
2011-12-21T08:16:58+08:00[+36.737]| mks| W110: VMGL Panic: Call site at 85F954
((null) + 8780116, in /usr/lib/vmware/bin/vmware-vmx)
2011-12-21T08:16:58+08:00[+36.737]| mks| I120: Panic: dropping lock (was bug
49968)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)
  2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
@ 2011-12-21 12:20 ` bugzilla-daemon
  2011-12-23  0:17 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-21 12:20 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2011-12-21 04:20:38 PST ---
> I install ppa:oibaf/graphics-drivers on Ubuntu Oneiric x64

Does the problem also occur without the PPA?


> When i run a old 3d game in vmware workstation 8.0.1, X hang up and i am forced
> to hard-reboot.

I suspect the hang may be due to Workstation failing to release an X server
grab.


> 2011-12-21T08:16:58+08:00[+36.736]| mks| W110: VMGL Panic: *** Caught signal 11
> in glXMakeContextCurrent() ***
> 2011-12-21T08:16:58+08:00[+36.736]| mks| W110: VMGL Panic: Fault occurred at
> 7FBBFAF7122B ((null) + -84471253, in /usr/lib/x86_64-linux-gnu/dri/r600_dri.so)

In order to get more information about this crash, can you try:

* Power on the VM.
* Log in remotely via ssh, and attach gdb to the VM's vmware-vmx process. You
may
  need to enter 'handle SIGPIPE nostop noprint' at the gdb prompt to prevent
gdb
  from constantly interrupting the VM from executing.
* Enter 'continue' at the gdb prompt, and start the game in the VM.
* After the crash, enter 'bt full' at the gdb prompt, and attach the resulting
output.

Make sure debugging symbols are available for
/usr/lib/x86_64-linux-gnu/dri/r600_dri.so, e.g. by installing the
libgl1-mesa-dri-dbg package.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)
  2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
  2011-12-21 12:20 ` [Bug 43993] " bugzilla-daemon
@ 2011-12-23  0:17 ` bugzilla-daemon
  2011-12-23  0:19 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-23  0:17 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

lsching17@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54616|0                           |1
        is obsolete|                            |

--- Comment #2 from lsching17@gmail.com 2011-12-22 16:17:51 PST ---
Created attachment 54733
  --> https://bugs.freedesktop.org/attachment.cgi?id=54733
updated glxinfo

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)
  2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
  2011-12-21 12:20 ` [Bug 43993] " bugzilla-daemon
  2011-12-23  0:17 ` bugzilla-daemon
@ 2011-12-23  0:19 ` bugzilla-daemon
  2011-12-23  0:21 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-23  0:19 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

--- Comment #3 from lsching17@gmail.com 2011-12-22 16:19:24 PST ---
Created attachment 54734
  --> https://bugs.freedesktop.org/attachment.cgi?id=54734
backtrace

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)
  2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-12-23  0:19 ` bugzilla-daemon
@ 2011-12-23  0:21 ` bugzilla-daemon
  2011-12-29  9:02 ` bugzilla-daemon
  2011-12-30 21:04 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-23  0:21 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

--- Comment #4 from lsching17@gmail.com 2011-12-22 16:21:35 PST ---
(In reply to comment #1)
> > I install ppa:oibaf/graphics-drivers on Ubuntu Oneiric x64
> 
> Does the problem also occur without the PPA?
> 
> 

Ubuntu Oneiric x64 do not come with s3tc, and the game do not run. in my point
of view, its mesa is "outdated"

> > When i run a old 3d game in vmware workstation 8.0.1, X hang up and i am forced
> > to hard-reboot.
> 
> I suspect the hang may be due to Workstation failing to release an X server
> grab.
> 
> 
> > 2011-12-21T08:16:58+08:00[+36.736]| mks| W110: VMGL Panic: *** Caught signal 11
> > in glXMakeContextCurrent() ***
> > 2011-12-21T08:16:58+08:00[+36.736]| mks| W110: VMGL Panic: Fault occurred at
> > 7FBBFAF7122B ((null) + -84471253, in /usr/lib/x86_64-linux-gnu/dri/r600_dri.so)
> 
> In order to get more information about this crash, can you try:
> 
> * Power on the VM.
> * Log in remotely via ssh, and attach gdb to the VM's vmware-vmx process. You
> may
>   need to enter 'handle SIGPIPE nostop noprint' at the gdb prompt to prevent
> gdb
>   from constantly interrupting the VM from executing.
> * Enter 'continue' at the gdb prompt, and start the game in the VM.
> * After the crash, enter 'bt full' at the gdb prompt, and attach the resulting
> output.
> 
> Make sure debugging symbols are available for
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so, e.g. by installing the
> libgl1-mesa-dri-dbg package.

sorry, that i accidentially update my ubuntu lsat night and the glxinfo is
updated.

backtrace is dumped and attached

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)
  2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2011-12-23  0:21 ` bugzilla-daemon
@ 2011-12-29  9:02 ` bugzilla-daemon
  2011-12-30 21:04 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-29  9:02 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

--- Comment #5 from Michel Dänzer <michel@daenzer.net> 2011-12-29 09:02:25 UTC ---
Does http://lists.freedesktop.org/archives/mesa-dev/2011-December/016612.html
help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)
  2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2011-12-29  9:02 ` bugzilla-daemon
@ 2011-12-30 21:04 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-12-30 21:04 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=43993

lsching17@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from lsching17@gmail.com 2011-12-30 13:04:58 PST ---
The bug is fixed. The game run now and the graphic is perfect.

Thank you very much.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-12-30 21:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-21  1:17 [Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600) bugzilla-daemon
2011-12-21 12:20 ` [Bug 43993] " bugzilla-daemon
2011-12-23  0:17 ` bugzilla-daemon
2011-12-23  0:19 ` bugzilla-daemon
2011-12-23  0:21 ` bugzilla-daemon
2011-12-29  9:02 ` bugzilla-daemon
2011-12-30 21:04 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.