All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 31907] New: Segfault in Yo Frankie!
@ 2010-11-24 23:08 bugzilla-daemon
  2010-12-07  8:56 ` [Bug 31907] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-11-24 23:08 UTC (permalink / raw)
  To: dri-devel

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

           Summary: Segfault in Yo Frankie!
           Product: Mesa
           Version: git
          Platform: Other
               URL: http://www.yofrankie.org/
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: sa@whiz.se


Created an attachment (id=40560)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=40560)
Backtrace

As mentioned in bug 28860, I'm getting a segfault in the game Yo Frankie if
shaders are enabled:

Program received signal SIGSEGV, Segmentation fault.
0xb6fc2bfc in translate_dst (t=<value optimized out>, 
    inst=<value optimized out>) at state_tracker/st_mesa_to_tgsi.c:193
193          return t->outputs[t->outputMapping[index]];

Bisecting leads to this commit:

adf35e80d3b3d37b97f0608a5a2f221dbd8c0d64 is the first bad commit
commit adf35e80d3b3d37b97f0608a5a2f221dbd8c0d64
Author: Brian Paul <brianp@vmware.com>
Date:   Thu Oct 21 19:03:38 2010 -0600

    gallium: new CAP, state for primitive restart

:040000 040000 dad0765228ba7c91fb6bd5b13d36dba74da0b2d8
256dec454d077a85a1d9a5e1892dea68a04a07c3 M    src



System environment:
-- system architecture: 32-bit
-- Linux distribution: Debian unstable
-- GPU: RV570
-- Model: Asus EAX1950Pro 256MB
-- Display connector: DVI
-- xf86-video-ati: e9928fe036e9382fd7bc353f3f05531445f08977
-- xserver: 1.9.0.902 (1.9.1 RC 2)
-- mesa: 1197393faa285bee0d99409a1c82f575dbcbc708
-- drm: 2.4.22
-- kernel: 2.6.36

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

* [Bug 31907] Segfault in Yo Frankie!
  2010-11-24 23:08 [Bug 31907] New: Segfault in Yo Frankie! bugzilla-daemon
@ 2010-12-07  8:56 ` bugzilla-daemon
  2010-12-07 17:37 ` bugzilla-daemon
  2010-12-07 18:15 ` [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]]; bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-12-07  8:56 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Marek Olšák <maraeo@gmail.com> 2010-12-07 00:56:22 PST ---
I have just tried it here and it didn't crash. Could you please re-test the
game on your machine?

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

* [Bug 31907] Segfault in Yo Frankie!
  2010-11-24 23:08 [Bug 31907] New: Segfault in Yo Frankie! bugzilla-daemon
  2010-12-07  8:56 ` [Bug 31907] " bugzilla-daemon
@ 2010-12-07 17:37 ` bugzilla-daemon
  2010-12-07 18:15 ` [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]]; bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-12-07 17:37 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Sven Arvidsson <sa@whiz.se> 2010-12-07 09:37:25 PST ---
It's still crashing on the same line.

But I just noticed that I get the same crash in softpipe and llvmpipe, so I
guess this bug should be reassigned to Mesa core?

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

* [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]];
  2010-11-24 23:08 [Bug 31907] New: Segfault in Yo Frankie! bugzilla-daemon
  2010-12-07  8:56 ` [Bug 31907] " bugzilla-daemon
  2010-12-07 17:37 ` bugzilla-daemon
@ 2010-12-07 18:15 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-12-07 18:15 UTC (permalink / raw)
  To: dri-devel

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

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Segfault in Yo Frankie!     |[SEGFAULT]
                   |                            |state_tracker/st_mesa_to_tg
                   |                            |si.c:193: return
                   |                            |t->outputs[t->outputMapping
                   |                            |[index]];
          Component|Drivers/Gallium/r300        |Mesa core
         AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org

--- Comment #3 from Marek Olšák <maraeo@gmail.com> 2010-12-07 10:15:03 PST ---
Yeah, reassigning to Mesa core.

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

end of thread, other threads:[~2010-12-07 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-24 23:08 [Bug 31907] New: Segfault in Yo Frankie! bugzilla-daemon
2010-12-07  8:56 ` [Bug 31907] " bugzilla-daemon
2010-12-07 17:37 ` bugzilla-daemon
2010-12-07 18:15 ` [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]]; 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.