[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2011-01-13 Thread Jeremy Foshee
** Tags added: kj-triage -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer --

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2011-01-11 Thread Bryce Harrington
[Removing 'natty' tag again - from what I can tell this isn't a natty bug but rather a bug in earlier ubuntu releases when natty packages are backported to it.] ** Tags removed: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2011-01-07 Thread Gabriele Pigozzo
maverick + vanilla 2.6.37 here. Error message [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer is ever paired with a (WW) intel(0): i830_uxa_prepare_access: gtt bo map failed: Invalid argument in Xorg.0.log # lspci 00:02.0 VGA compatible controller: Intel Corporation

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2011-01-07 Thread Bryce Harrington
Upstream indicates that it is a userspace application that triggers the crash. So that suggests this approach to debug: * Identify an application that reliably causes the crash (such as gnome-panel or gnome-terminal) * Terminate that process * Restart it using strace, capturing output to a log

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2011-01-05 Thread Fabio Marconi
** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer -- ubuntu-bugs

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2011-01-02 Thread Fabio Marconi
Hello A spare update. I've upgraded maverick to natty's kernel and xorg, but it crash again. In Xephyr don't crash, no large use of cpu or memory. Step to reproduce, only on maverick: Download the tar from https://launchpad.net/a4 , install the requested packages listed in README, then launch

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-05 Thread bugbot
** Tags added: crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer -- ubuntu-bugs

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-04 Thread gene
I am building 2.36.1 kernel and will be testing it instead of 37. Installing xf86-intel 2.9.99 does not seem to help. After reboot I had a short lock and see the same messages in the demsg. Have not had any Xsession crashes so far. -- You received this bug notification because you are a member

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread gene
Got yet another crash caused by opening amarok's window. Interestingly, all progenies were killed except for two wget processes. They are now reported with ? in the tty field by ps. Bryce, what would you want us to try? Building the intel driver with the 49d2ccab2a8 patch? -- You received

Re: [Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread Bryce Harrington
On Fri, Dec 03, 2010 at 06:16:13PM -, gene wrote: Got yet another crash caused by opening amarok's window. Interestingly, all progenies were killed except for two wget processes. They are now reported with ? in the tty field by ps. Bryce, what would you want us to try? Building the

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread gene
xf86-video-intel-49d2ccab2a82083110fe796636f3f91ba8c31237does not configure for me: checking for sys/mman.h... yes checking for mprotect... yes ./configure: line 12164: syntax error near unexpected token `XINERAMA,' ./configure: line 12164: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)' Any

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread gene
The commit a44a63d2ff6c01c3dc61de6f736dd441ddd25e52 does not even build the configure script. autogen.sh gives me: /usr/share/aclocal/xorg-macros.m4:39: XORG_MACROS_VERSION is expanded from... configure.ac:40: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal:

Re: [Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread Bryce Harrington
On Fri, Dec 03, 2010 at 07:09:14PM -, gene wrote: xf86-video-intel-49d2ccab2a82083110fe796636f3f91ba8c31237does not configure for me: checking for sys/mman.h... yes checking for mprotect... yes ./configure: line 12164: syntax error near unexpected token `XINERAMA,' ./configure: line

Re: [Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread Bryce Harrington
On Fri, Dec 03, 2010 at 07:36:21PM -, gene wrote: The commit a44a63d2ff6c01c3dc61de6f736dd441ddd25e52 does not even build the configure script. autogen.sh gives me: /usr/share/aclocal/xorg-macros.m4:39: XORG_MACROS_VERSION is expanded from... configure.ac:40: the top level autom4te:

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread Bryce Harrington
We've stuck the natty version of the driver into the x-updates PPA, as another option to test: https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates Note you probably need both the -intel driver and xutils-dev. -- You received this bug notification because you are a member of Ubuntu

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread Brad Figg
** Tags added: acpi ** Tags added: acpi-method-return -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-03 Thread gene
I am with 10.04 and have no plans to jeopardize stability by upgrading it. My source for xserver is one year behind some of the patches Bryce mentioned. The latter do not build. Applying patches/or editing is not possible as I see it. Apparently, the patched files are present in my linux source

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread madurax86
I have the same bug, I installed the 2.6.37 to get around an ACPI problem(hanging the system randomly, it didn't hang yet but this new message comes up on dmesg). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread gene
Hello, I got it too. uname -a: Linux 2.6.37-rc3-mine #1 SMP Sat Nov 27 19:08:07 CST 2010 x86_64 GNU/Linux (with Mike Galbraith's patch applied), Lucid in kern.log I get Dec 2 12:58:43 my kernel: [401571.066888] 11:3:1: cannot get freq at ep 0x84 Dec 2 13:05:51 my kernel: [401998.422719]

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread gene
Can everyone please examine their Xorg logs. Both /var/log/Xorg.0.log.old and /var/log/Xorg.0.log or whichever is relevant. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread gene
In my case things appear to be much more stable. An the crash concerns a current gnome session only. Since the Xorg.0.log doesn't get rewritten the X apparently survives it. I cannot cause the crash the way the reporter is doing either. -- You received this bug notification because you are a

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
** Bug watch added: freedesktop.org Bugzilla #31419 http://bugs.freedesktop.org/show_bug.cgi?id=31419 ** Also affects: xserver-xorg-video-intel via http://bugs.freedesktop.org/show_bug.cgi?id=31419 Importance: Unknown Status: Unknown ** Changed in: xserver-xorg-video-intel

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
Unfortunately, for these kinds of bugs the backtrace in Xorg.0.log tends not to reveal much - just that the server was unable to communicate with the GPU's event queue for some reason, and the server noticed graphics data was not getting consumed. That's what the 'EQ overflowing' message means.

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread gene
These might be relevant : https://bugzilla.kernel.org/show_bug.cgi?id=22652 https://bugs.freedesktop.org/show_bug.cgi?id=31419 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread gene
Bryce, do you know if gnome-session keeps any logs? As far as what gdm is telling I see this: Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. Please consult the The X.Org Foundation support

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread gene
Sorry, I am with DISPLAY=:1.0, so the crash did happen to the X session. The current log has the same as the gdm's (WW) intel(0): i830_uxa_prepare_access: bo map failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
On Thu, Dec 02, 2010 at 11:10:06PM -, gene wrote: Bryce, do you know if gnome-session keeps any logs? Aside from ~/.xsession-errors and /var/log/gdm/ I don't know of anything in gnome worth looking at for this bug. As far as what gdm is telling I see this: Fatal server error: Server is

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
Sorry, the natty version of the code is 2.13.901, not 2.9.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682712 Title: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
Ok, after trawling through git changelogs, here are four commits that seem relevant in the transition of that section of code from maverick to natty: http://cgit.freedesktop.org/xorg/driver/xf86-video- intel/commit/?id=501e78b0095b00a635dc1dc182fc132f14f08f22

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
Commit 49d2ccab2a8 looks most interesting - if you want to try patching the -intel driver, I'd probably suggest starting with that. I have attempted to build the newer -intel against maverick but it didn't build cleanly. Would you guys consider that to be an adequate fix? ** Tags added:

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-02 Thread Bryce Harrington
[I'm dropping the natty tag because it's looking more and more like this isn't needing work to be done in natty; if anyone can reproduce the issue with both a natty kernel and natty userspace, feel free to re-add the tag.] -- You received this bug notification because you are a member of Ubuntu

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-12-01 Thread totof1169
i got the same message chris-laptop kernel: [ 2589.262448] [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer on maverick with kernel 2.6.37 (applied to solve a sound bug) didn t have this message with 2.6.36 -- You received this bug notification because you are a

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Andy Whitcroft
Adding xserver-xorg-video-intel as the kernel error implies that this is a misscommunication from userspace. -- x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer https://bugs.launchpad.net/bugs/682712 You received this bug notification because

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Andy Whitcroft
** Attachment added: DMESG https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/682712/+attachment/1748799/+files/DMESG -- x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer https://bugs.launchpad.net/bugs/682712 You

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Andy Whitcroft
** Attachment added: Xorg.0.log.old https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/682712/+attachment/1748800/+files/Xorg.0.log.old -- x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Andy Whitcroft
** Description changed: I am getting a full X server crash and restart in combination with the kernel error below: - [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable + [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer + + and this

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Robert Hooker
just noting these upstream responses for future reference: https://bugzilla.kernel.org/show_bug.cgi?id=22652 http://www.mail-archive.com/intel-...@lists.freedesktop.org/msg01828.html ** Bug watch added: Linux Kernel Bug Tracker #22652 http://bugzilla.kernel.org/show_bug.cgi?id=22652 -- x

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu) Importance: Undecided = High ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=22652 Importance: Unknown Status: Unknown -- x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Bryce Harrington
** Tags added: natty -- x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer https://bugs.launchpad.net/bugs/682712 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Robert Hooker
** Description changed: I am getting a full X server crash and restart in combination with the kernel error below: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer and this error in the Xorg log: - Fatal server error: - Failed to submit

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Bryce Harrington
Architecture is x86_64, I wonder if that's significant? Anyway, another link of another report with this error message: http://www.serverphorums.com/read.php?12,224683 Sarvatt noticed your xserver version 1.7.6 indicates a Lucid userspace rather than maverick? ** Tags added: lucid -- x

[Bug 682712] Re: x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer

2010-11-29 Thread Bryce Harrington
Fwiw, Failed to submit batchbuffer was a common issue back on Lucid. -- x server crashes with: [drm:i915_gem_mmap_gtt_ioctl] *ERROR* Attempting to mmap a purgeable buffer https://bugs.launchpad.net/bugs/682712 You received this bug notification because you are a member of Ubuntu Bugs, which is