All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 28054] New: Every application accessing GL segfaults
@ 2010-05-10 18:34 bugzilla-daemon
  2010-05-10 18:37 ` [Bug 28054] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-05-10 18:34 UTC (permalink / raw)
  To: dri-devel

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

           Summary: Every application accessing GL segfaults
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: g.galwas@highantdev.de


Created an attachment (id=35549)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35549)
output of gdb without debug symbols with backtrace (bt command)

I updated libdrm+ddx+mesa today.

Every application I tried: wine, glxgears, glxinfo, alien-arena segfaults:

Example:

mcgreg@pegasos:~$ glxinfo 
name of display: :0.0
Segmentation fault

dmesg: 
glxinfo[6061]: segfault at 11 ip 00007fbf254efd44 sp 00007fffa24c06f0 error 4
in libpthread-2.10.2.so[7fbf254e7000+16000]

-- 
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] 5+ messages in thread

* [Bug 28054] Every application accessing GL segfaults
  2010-05-10 18:34 [Bug 28054] New: Every application accessing GL segfaults bugzilla-daemon
@ 2010-05-10 18:37 ` bugzilla-daemon
  2010-05-10 18:55 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-05-10 18:37 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Gregor Galwas <g.galwas@highantdev.de> 2010-05-10 11:37:44 PDT ---
Please let me know if you need more information.

-- 
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] 5+ messages in thread

* [Bug 28054] Every application accessing GL segfaults
  2010-05-10 18:34 [Bug 28054] New: Every application accessing GL segfaults bugzilla-daemon
  2010-05-10 18:37 ` [Bug 28054] " bugzilla-daemon
@ 2010-05-10 18:55 ` bugzilla-daemon
  2010-05-10 19:00 ` bugzilla-daemon
  2010-05-10 19:12 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-05-10 18:55 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Gregor Galwas <g.galwas@highantdev.de> 2010-05-10 11:55:56 PDT ---
I just tested it, it happens with and without KMS.
Using kernel 2.6.34-rc5

-- 
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] 5+ messages in thread

* [Bug 28054] Every application accessing GL segfaults
  2010-05-10 18:34 [Bug 28054] New: Every application accessing GL segfaults bugzilla-daemon
  2010-05-10 18:37 ` [Bug 28054] " bugzilla-daemon
  2010-05-10 18:55 ` bugzilla-daemon
@ 2010-05-10 19:00 ` bugzilla-daemon
  2010-05-10 19:12 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-05-10 19:00 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Rafał Miłecki <zajec5@gmail.com> 2010-05-10 12:00:47 PDT ---
Just some guess... but could you enter your mesa directory and perform:
make distclean
make realclean
and then recompile & reinstall mesa?

-- 
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] 5+ messages in thread

* [Bug 28054] Every application accessing GL segfaults
  2010-05-10 18:34 [Bug 28054] New: Every application accessing GL segfaults bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-05-10 19:00 ` bugzilla-daemon
@ 2010-05-10 19:12 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-05-10 19:12 UTC (permalink / raw)
  To: dri-devel

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

Gregor Galwas <g.galwas@highantdev.de> changed:

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

--- Comment #4 from Gregor Galwas <g.galwas@highantdev.de> 2010-05-10 12:12:29 PDT ---
Alright, I did that. It's fine again.

Sorry for bothering you...

-- 
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] 5+ messages in thread

end of thread, other threads:[~2010-05-10 19:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 18:34 [Bug 28054] New: Every application accessing GL segfaults bugzilla-daemon
2010-05-10 18:37 ` [Bug 28054] " bugzilla-daemon
2010-05-10 18:55 ` bugzilla-daemon
2010-05-10 19:00 ` bugzilla-daemon
2010-05-10 19:12 ` 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.