All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12
@ 2013-01-26 14:34 bugzilla-daemon
  2013-01-26 15:53 ` [Bug 59904] " bugzilla-daemon
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-26 14:34 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1408 bytes --]

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

          Priority: medium
            Bug ID: 59904
          Assignee: dri-devel@lists.freedesktop.org
           Summary: 3DMark2000 crashes: radeon: mmap failed, errno: 12
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: stefandoesinger@gmx.at
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

Created attachment 73689
  --> https://bugs.freedesktop.org/attachment.cgi?id=73689&action=edit
crash backtrace

A regression was introduced into Mesa that causes 3DMark2000 to crash in the
high detail helicopter benchmark. A bisect revealed this patch:

68a097596efdf314ec60487a1761cac789ae2367 is the first bad commit
commit 68a097596efdf314ec60487a1761cac789ae2367
Author: Brian Paul <brianp@vmware.com>
Date:   Thu Jan 24 14:44:09 2013 -0700

    util: add some defensive coding in u_upload_alloc()

The terminal output when the crash occurs is this:

radeon: mmap failed, errno: 12
radeon: mmap failed, errno: 12
wine: Unhandled page fault on read access to 0x00000034 at address 0x7cdd1e9b
(thread 001f), starting debugger...

A backtrace of the crash is attached. I do not know where exactly the "mmap
failed" lines are written.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2898 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
@ 2013-01-26 15:53 ` bugzilla-daemon
  2013-01-26 18:38 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-26 15:53 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 245 bytes --]

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

--- Comment #1 from Laurent carlier <lordheavym@gmail.com> ---
Got a similar problem with Half-Life with Steam-linux

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1024 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
  2013-01-26 15:53 ` [Bug 59904] " bugzilla-daemon
@ 2013-01-26 18:38 ` bugzilla-daemon
  2013-01-27 10:50 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-26 18:38 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1380 bytes --]

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

--- Comment #2 from Andy Furniss <lists@andyfurniss.entadsl.com> ---
(In reply to comment #0)
> Created attachment 73689 [details]
> crash backtrace
> 
> A regression was introduced into Mesa that causes 3DMark2000 to crash in the
> high detail helicopter benchmark. A bisect revealed this patch:
> 
> 68a097596efdf314ec60487a1761cac789ae2367 is the first bad commit
> commit 68a097596efdf314ec60487a1761cac789ae2367
> Author: Brian Paul <brianp@vmware.com>
> Date:   Thu Jan 24 14:44:09 2013 -0700
> 
>     util: add some defensive coding in u_upload_alloc()
> 
> The terminal output when the crash occurs is this:
> 
> radeon: mmap failed, errno: 12
> radeon: mmap failed, errno: 12
> wine: Unhandled page fault on read access to 0x00000034 at address
> 0x7cdd1e9b (thread 001f), starting debugger...
> 
> A backtrace of the crash is attached. I do not know where exactly the "mmap
> failed" lines are written.

+1 

I just bisected to this commit after getting the same running nexuiz on rv790
(with and without llvm).

Extra info from dmesg -

[drm:r600_cs_packet_next_reloc_mm] *ERROR* Relocs at -1073723904 after
relocations chunk end 4 !
radeon 0000:01:00.0: bad SET_CONTEXT_REG 0x28980
[drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2543 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
  2013-01-26 15:53 ` [Bug 59904] " bugzilla-daemon
  2013-01-26 18:38 ` bugzilla-daemon
@ 2013-01-27 10:50 ` bugzilla-daemon
  2013-01-27 22:40 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-27 10:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]

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

--- Comment #3 from Anton Petrov <m2d@sibnet.ru> ---
I started to get regular OOM-kills after that commit when i try to play
minecraft. Memory usage with openarena was increased too. Looks like everything
is ok with just compositing desktop without running other 3d apps. I have
hd4330 (rv710)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1191 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-01-27 10:50 ` bugzilla-daemon
@ 2013-01-27 22:40 ` bugzilla-daemon
  2013-01-28 10:24 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-27 22:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 381 bytes --]

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

--- Comment #4 from Paul Heldens <pheldens@planet.nl> ---
Also OOM kills here, bisected:
68a097596efdf314ec60487a1761cac789ae2367 is the first bad commit


in Xonotic 64 bit and Spring 64 bit games after several minutes of play I run
out of my 8GB ram.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1155 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-01-27 22:40 ` bugzilla-daemon
@ 2013-01-28 10:24 ` bugzilla-daemon
  2013-01-28 13:00 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-28 10:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 690 bytes --]

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

--- Comment #5 from Andy Furniss <lists@andyfurniss.entadsl.com> ---
(In reply to comment #2)
> (In reply to comment #0)

> 
> +1 
> 
> I just bisected to this commit after getting the same running nexuiz on
> rv790 (with and without llvm).

My issue is fixed by mesa commit -


commit 87592cff57feef29565150b9203e220b50623f30
Author: Marek Olšák <maraeo@gmail.com>
Date:   Mon Jan 28 02:47:24 2013 +0100

    gallium/u_upload_mgr: fix a serious memory leak

    It can eat all memory and crash in a matter of minutes with r600g.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1699 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-01-28 10:24 ` bugzilla-daemon
@ 2013-01-28 13:00 ` bugzilla-daemon
  2013-01-28 21:31 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-28 13:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 494 bytes --]

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

Paul Heldens <pheldens@ziggo.nl> changed:

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

--- Comment #6 from Paul Heldens <pheldens@ziggo.nl> ---
for me also, thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1954 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-01-28 13:00 ` bugzilla-daemon
@ 2013-01-28 21:31 ` bugzilla-daemon
  2013-01-28 21:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-28 21:31 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 868 bytes --]

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

maxijac@free.fr changed:

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

--- Comment #7 from maxijac@free.fr ---
I'm seeing this with 72916698b056d0559263e84372bb45cd83a1c2c2 and an HD6870

radeon: mmap failed, errno: 12
radeon: mmap failed, errno: 12
Crash log saved as '/home/bruno/.Heroes of Newerth/game/crash_2.6.35.0_00.log'
Segmentation fault

72916698b056d0559263e84372bb45cd83a1c2c2 contains the patch that it is supposed
to fix this issue, but it happens to me from time to time while playing HoN.

Though I have nothing in dmesg...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2247 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2013-01-28 21:31 ` bugzilla-daemon
@ 2013-01-28 21:48 ` bugzilla-daemon
  2013-01-28 22:04 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-28 21:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 790 bytes --]

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

--- Comment #8 from Alex Deucher <agd5f@yahoo.com> ---
(In reply to comment #7)
> I'm seeing this with 72916698b056d0559263e84372bb45cd83a1c2c2 and an HD6870
> 
> radeon: mmap failed, errno: 12
> radeon: mmap failed, errno: 12
> Crash log saved as '/home/bruno/.Heroes of
> Newerth/game/crash_2.6.35.0_00.log'
> Segmentation fault
> 
> 72916698b056d0559263e84372bb45cd83a1c2c2 contains the patch that it is
> supposed to fix this issue, but it happens to me from time to time while
> playing HoN.
> 
> Though I have nothing in dmesg...

Are you running a 32-bit app on a 64-bit distro?  If so, make sure you've also
updated the 32-bit version of the 3D drivers.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1687 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2013-01-28 21:48 ` bugzilla-daemon
@ 2013-01-28 22:04 ` bugzilla-daemon
  2013-01-29 21:02 ` bugzilla-daemon
  2013-01-31 21:28 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-28 22:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 833 bytes --]

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

--- Comment #9 from maxijac@free.fr ---
Running 64 bit and the game is 64bit.

With mesa in debug mode I get this:

Mesa: User error: GL_INVALID_ENUM in glBindTexture(target)
Mesa: 85 similar GL_INVALID_ENUM errors
Mesa: User error: GL_INVALID_OPERATION in glFramebufferTexture2DEXT(non
existant texture)
radeon: mmap failed, errno: 12
Crash log saved as '/home/bruno/.Heroes of Newerth/game/crash_2.6.35.0_02.log'
Segmentation fault

context mis-match in pipe_sampler_view_release()

The 3 first line seem to appear at the game start, so it's mprobabl not the
problem. But the "context mis-match in pipe_sampler_view_release()" might be
important.
I can't seem to get a backtrace even with -g though ...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1610 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (8 preceding siblings ...)
  2013-01-28 22:04 ` bugzilla-daemon
@ 2013-01-29 21:02 ` bugzilla-daemon
  2013-01-31 21:28 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-29 21:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 351 bytes --]

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

--- Comment #10 from maxijac@free.fr ---
OK, it looks like it only happens when I'm on linux 3.8, it's OK when running
linux 3.7.
Also when using 3.8 it does look like a memory leak too ! So I experience the
same symptoms.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1119 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12
  2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
                   ` (9 preceding siblings ...)
  2013-01-29 21:02 ` bugzilla-daemon
@ 2013-01-31 21:28 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2013-01-31 21:28 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 607 bytes --]

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

maxijac@free.fr changed:

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

--- Comment #11 from maxijac@free.fr ---
I'm not seeing the problem anymore. I guess it has been fixed by
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c86a728d4f688c0fe7fbf9f4b8f88060b65c4ee
.
Closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2125 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2013-01-31 21:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-26 14:34 [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12 bugzilla-daemon
2013-01-26 15:53 ` [Bug 59904] " bugzilla-daemon
2013-01-26 18:38 ` bugzilla-daemon
2013-01-27 10:50 ` bugzilla-daemon
2013-01-27 22:40 ` bugzilla-daemon
2013-01-28 10:24 ` bugzilla-daemon
2013-01-28 13:00 ` bugzilla-daemon
2013-01-28 21:31 ` bugzilla-daemon
2013-01-28 21:48 ` bugzilla-daemon
2013-01-28 22:04 ` bugzilla-daemon
2013-01-29 21:02 ` bugzilla-daemon
2013-01-31 21:28 ` 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.