Summary: | Mesa 7.4.2: invalid reference to a deleted texture object | ||
---|---|---|---|
Product: | Mesa | Reporter: | Deniz Sarikaya <daimler3> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | FreeBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | blend file which could(!?) cause a crash |
Description
Deniz Sarikaya
2009-06-15 11:18:27 UTC
I've got blender but don't know how to reproduce the bug. I rendered a cube but didn't see any failed assertions or anything. Which driver are you using? Can you send me a blender project file that fails for you? Which driver are you using? Does it also happen with current Git mesa_7_4_branch? I'm using xf86-video-intel-2.7.1. New Steps to Reproduce (with blender): 1) Start Blender (I used 2.49) 2) Render Anything (e.g. the default cube) 3) Close the window with the rendered image But strangely I did not do anything new and now the crash only happens rarely (so it's easier to reproduce with ioquake3) when closing the window. Therefore I don't know if the blend file is one which causes a crash. The behaviour of ioquake3 is still the same. I haven't tested the current git version. (I'll do it as fast as possible. :)) Created attachment 26845 [details]
blend file which could(!?) cause a crash
I couldn't build the current git branch due to some missing #includes in several files and I don't have the time to fix them all and so now I am going to try building Mesa 7.5 RC3. Unfortunately, building Mesa 7.5 RC 3 ends with the same errors (missing #include, definition of MAP_ANON, ...) If I have the time, I will fix the errors and try building the current git branch again. ...I think I chose the wrong target ("freebsd"). Maybe I should choose "freebsd-dri". :) If that is not the solution, I am not able to test it with a newer Mesa Version. :( Good News! Building was successful (after copying files from src/dri/intel to /src/dri/i[915/965])! and it doesn't happen anymore ;) Note that I was asking about the 7.4 branch, not 7.5. Oh, really? :D Sorry, but I'm not familiar with git. So, can you tell me how to checkout the Mesa 7.4 branch? :) The command I used to checkout mesa was: 'git clone git://anongit.freedesktop.org/git/mesa/mesa'. ' (In reply to comment #9) > 'git clone git://anongit.freedesktop.org/git/mesa/mesa'. cd mesa git checkout -b {,origin/}mesa_7_4_branch with mesa_7_4_branch this does not happen anymore (but a new intel bug appeared which I've already reported: "Bug 22377"). |
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.