All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed.
@ 2010-03-08 12:09 bugzilla-daemon
  2010-03-09 11:18 ` [Bug 26954] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-03-08 12:09 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26954

           Summary: [bisected regression] sauerbraten asserts with:
                    Assertion `code->inst_end >= 0' failed.
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Drivers/DRI/r300
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: fabio.ped@libero.it
                CC: vlee@vmware.com


Sauerbraten game creashes on loading any map with:
sauer_client: r500_fragprog_emit.c:472: r500BuildFragmentProgramHwCode:
Assertion `code->inst_end >= 0' failed.

This is happening since:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5c691f445e1c02e6e2f75b817b13d7024f7a3a6

and affects both master and 7.8 branch.

Card:
GL_RENDERER   = Mesa DRI R300 (RV530 71C5) 20090101 x86/MMX/SSE2 TCL


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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26954] [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed.
  2010-03-08 12:09 [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed bugzilla-daemon
@ 2010-03-09 11:18 ` bugzilla-daemon
  2010-03-15  9:20 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-03-09 11:18 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26954





--- Comment #1 from Fabio Pedretti <fabio.ped@libero.it>  2010-03-09 03:18:36 PST ---
Created an attachment (id=33888)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=33888)
sauerbraten backtrace

Note that shaders have to be enabled in the game to get the assertion failure.


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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26954] [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed.
  2010-03-08 12:09 [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed bugzilla-daemon
  2010-03-09 11:18 ` [Bug 26954] " bugzilla-daemon
@ 2010-03-15  9:20 ` bugzilla-daemon
  2010-03-15  9:26 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-03-15  9:20 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26954





--- Comment #2 from Fabio Pedretti <fabio.ped@libero.it>  2010-03-15 02:20:35 PST ---
Created an attachment (id=34056)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=34056)
r300 compiler: workaround for sauerbraten crash

The game always run fine before the recently added assert. The attached patch
uses _mesa_problem instead of the assert. Please apply the patch to the 7.8
branch until the real bug is fixed.


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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26954] [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed.
  2010-03-08 12:09 [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed bugzilla-daemon
  2010-03-09 11:18 ` [Bug 26954] " bugzilla-daemon
  2010-03-15  9:20 ` bugzilla-daemon
@ 2010-03-15  9:26 ` bugzilla-daemon
  2010-03-20 18:10 ` bugzilla-daemon
  2010-03-20 18:11 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-03-15  9:26 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26954





--- Comment #3 from Dave Airlie <airlied@freedesktop.org>  2010-03-15 02:26:44 PST ---
demos/shadowtex  also has this assert firing.


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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 26954] [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed.
  2010-03-08 12:09 [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-03-15  9:26 ` bugzilla-daemon
@ 2010-03-20 18:10 ` bugzilla-daemon
  2010-03-20 18:11 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-03-20 18:10 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26954


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

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




--- Comment #4 from Marek Olšák <maraeo@gmail.com>  2010-03-20 11:10:55 PST ---
I've committed a fix to the 7.8 branch. The game now works here with r300c and
shaders enabled. Closing...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

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

* [Bug 26954] [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed.
  2010-03-08 12:09 [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-03-20 18:10 ` bugzilla-daemon
@ 2010-03-20 18:11 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-03-20 18:11 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26954


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

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

end of thread, other threads:[~2010-03-20 18:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 12:09 [Bug 26954] New: [bisected regression] sauerbraten asserts with: Assertion `code->inst_end >= 0' failed bugzilla-daemon
2010-03-09 11:18 ` [Bug 26954] " bugzilla-daemon
2010-03-15  9:20 ` bugzilla-daemon
2010-03-15  9:26 ` bugzilla-daemon
2010-03-20 18:10 ` bugzilla-daemon
2010-03-20 18:11 ` 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.