From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 59904] New: 3DMark2000 crashes: radeon: mmap failed, errno: 12
Date: Sat, 26 Jan 2013 14:34:27 +0000
Message-ID:
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 [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.