Summary: | Stellarium crasch when using pan/zoom | ||
---|---|---|---|
Product: | Mesa | Reporter: | maxer <markku.siitonen> |
Component: | Drivers/DRI/i830 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | 7.11 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
maxer
2012-03-18 09:56:53 UTC
Here is two more things that happens often when using stellarium, maybe they are related somehow ?? Stellarium version is 0.11.2 stellarium: ../../intel/intel_bufmgr_gem.c:1471: do_bo_emit_reloc: Assertion `offset <= bo->size - 4' failed. Aborted *** stellarium: intel_tris.c:128: intel_extend_inline: Assertion `intel->prim.flush == intel_flush_inline_primitive' failed. I also noticed that reading dmesg have a line after each crasch: stellarium[18049] general protection ip:8f5a780 sp:bfa78300 error:0 in i915_dri.so[8f16000+74000] Stellarium runs ok when using the Oneiric supplied driver but is unusable because framerate is always less than 1 fps, using the 3d-driver i get about 20fps. For this error: Mesa: User error: GL_INVALID_VALUE in glTexImage2D(level=0, width=1022, height=563, depth=1) The app is trying to use NPOT textures on a driver that only exposes support for rectangle textures (which have a bunch of limitations). That's an app bug. There's very little of this kind of hardware left, so app bugs related to it are not surprising. The assertion failure looks like the issue fixed in: commit 33b07893e92dcee495908c549be872887096c894 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Nov 9 22:21:16 2011 +0000 i830: Compute initial number of vertices from remaining batch space commit 024ece7523f1735d2fca0067c0a3bdcf53fde8f9 Author: Kurt Roeckx <kurt@roeckx.be> Date: Fri Mar 2 15:34:45 2012 -0800 i915: Compute maximum number of verts using the actual batchbuffer size. so I'm closing it for that. If it's still around on Mesa 8.0 or master, please reopen this bug or make a new one, hopefully with a backtrace from gdb at the assert so we can find what's going on. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.