All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 29152] New: [r300g] mempool makes ut2004 crash
@ 2010-07-19 18:19 bugzilla-daemon
  2010-07-19 19:23 ` [Bug 29152] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-19 18:19 UTC (permalink / raw)
  To: dri-devel

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

           Summary: [r300g] mempool makes ut2004 crash
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: aaalmosss@gmail.com


It stops with

util/u_mempool.c:92:util_mempool_malloc_st: Assertion `block->magic ==
0xcafe4321' failed.
debug_get_bool_option: GALLIUM_ABORT_ON_ASSERT = TRUE
Signal: SIGTRAP [trap]
Aborting.

upon loading a level.

-- 
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 29152] [r300g] mempool makes ut2004 crash
  2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
@ 2010-07-19 19:23 ` bugzilla-daemon
  2010-07-19 19:59 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-19 19:23 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Marek Olšák <maraeo@gmail.com> 2010-07-19 12:23:35 PDT ---
I can't reproduce this with current mesa master
(3b189d888a99336a2df037e2b595844d4b9e05b5). Could you test it again after git
pull?

Do you have an x86_64 system?

Does it crash if you set the environment variable GALLIUM_ABORT_ON_ASSERT to 0?

-- 
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 29152] [r300g] mempool makes ut2004 crash
  2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
  2010-07-19 19:23 ` [Bug 29152] " bugzilla-daemon
@ 2010-07-19 19:59 ` bugzilla-daemon
  2010-07-19 20:15 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-19 19:59 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Álmos <aaalmosss@gmail.com> 2010-07-19 12:59:04 PDT ---
I tried with 3b189d888a99336a2df037e2b595844d4b9e05b5, and it asserts. If I
start with GALLIUM_ABORT_ON_ASSERT=0, then lots of these

util/u_mempool.c:88:util_mempool_malloc_st: Assertion `block->magic ==
0xcafe4321' failed.
debug_get_bool_option: GALLIUM_ABORT_ON_ASSERT = FALSE
continuing...
util/u_mempool.c:100:util_mempool_free_st: Assertion `block->magic ==
0xcafe4321' failed.
debug_get_bool_option: GALLIUM_ABORT_ON_ASSERT = FALSE
continuing...

are printed, but it doesn't crash, and I didn't notice any visual corruption
(other than the ones I already reported in #28993 and #28994). Maybe I'm not
eagle-eyed enough...

It's an x86_32 system with kernel 2.6.33.1.

-- 
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 29152] [r300g] mempool makes ut2004 crash
  2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
  2010-07-19 19:23 ` [Bug 29152] " bugzilla-daemon
  2010-07-19 19:59 ` bugzilla-daemon
@ 2010-07-19 20:15 ` bugzilla-daemon
  2010-07-19 21:28 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-19 20:15 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Pavel Ondračka <drakkk@centrum.cz> 2010-07-19 13:15:19 PDT ---
Created an attachment (id=37187)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=37187)
backtrace

I have the same problem with Heroes of Newerth, it crash at start. It works OK
with GALLIUM_ABORT_ON_ASSERT=0 set.

-- 
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 29152] [r300g] mempool makes ut2004 crash
  2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-07-19 20:15 ` bugzilla-daemon
@ 2010-07-19 21:28 ` bugzilla-daemon
  2010-07-20  7:22 ` bugzilla-daemon
  2010-07-20  8:27 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-19 21:28 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Marek Olšák <maraeo@gmail.com> 2010-07-19 14:28:11 PDT ---
Created an attachment (id=37188)
 View: https://bugs.freedesktop.org/attachment.cgi?id=37188
 Review: https://bugs.freedesktop.org/review?bug=29152&attachment=37188

Possible fix

Could you try the attached patch?

-- 
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 29152] [r300g] mempool makes ut2004 crash
  2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-07-19 21:28 ` bugzilla-daemon
@ 2010-07-20  7:22 ` bugzilla-daemon
  2010-07-20  8:27 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-20  7:22 UTC (permalink / raw)
  To: dri-devel

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

Pavel Ondračka <drakkk@centrum.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drakkk@centrum.cz

--- Comment #5 from Pavel Ondračka <drakkk@centrum.cz> 2010-07-20 00:22:10 PDT ---
HoN works fine with your patch(In reply to comment #4)
> Created an attachment (id=37188)
 View: https://bugs.freedesktop.org/attachment.cgi?id=37188
 Review: https://bugs.freedesktop.org/review?bug=29152&attachment=37188

> Possible fix
> 
> Could you try the attached patch?

HoN works fine with your patch.

-- 
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 29152] [r300g] mempool makes ut2004 crash
  2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-07-20  7:22 ` bugzilla-daemon
@ 2010-07-20  8:27 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-07-20  8:27 UTC (permalink / raw)
  To: dri-devel

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

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

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

--- Comment #6 from Marek Olšák <maraeo@gmail.com> 2010-07-20 01:27:50 PDT ---
I've committed the patch, closing..

-- 
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

end of thread, other threads:[~2010-07-20  8:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-19 18:19 [Bug 29152] New: [r300g] mempool makes ut2004 crash bugzilla-daemon
2010-07-19 19:23 ` [Bug 29152] " bugzilla-daemon
2010-07-19 19:59 ` bugzilla-daemon
2010-07-19 20:15 ` bugzilla-daemon
2010-07-19 21:28 ` bugzilla-daemon
2010-07-20  7:22 ` bugzilla-daemon
2010-07-20  8:27 ` 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.