Brian Paul wrote: > Brad, the first thing that'd be useful is a stack trace from the crash point.
Oops, of course. I had been collecting pieces of information before sending the email and never cut-and-paste it in. Here is the assertion failure stack trace: #0 0x00002adc747e11d5 in raise () from /lib/libc.so.6 #1 0x00002adc747e2680 in abort () from /lib/libc.so.6 #2 0x00002adc747da75f in __assert_fail () from /lib/libc.so.6 #3 0x00002adc72a01c1f in _mesa_HashLookup (table=<value optimized out>, key=<value optimized out>) at main/hash.c:133 #4 0x00002adc72a38c6d in _mesa_DeleteTextures (n=1, textures=0x7fff3d22a208) at main/texobj.c:803 #5 0x00002adc6ddf5c2f in (VTK Code) Thanks, -Brad > On Wed, Sep 24, 2008 at 8:13 AM, Brad King <[EMAIL PROTECTED]> wrote: >> Hi Folks, >> >> My nightly testing of Mesa 'master' with VTK has been failing for the >> last few days: >> >> http://www.cdash.org/CDash/viewTest.php?onlyfailed&buildid=179603 >> >> The tests mostly involve shader language and opacity computations. I >> used the "TestOpacity" test to track down the problem history. It has >> either been crashing, timing out: >> >> http://www.cdash.org/CDash/testDetails.php?test=9744133&build=177809 >> >> or hitting an assertion failure: >> >> http://www.cdash.org/CDash/testDetails.php?test=9798047&build=179603 >> >> It looks like there are several problems some of which may be hiding the >> others. Here are some results from git bisect. >> >> ----------------------------------------------------------------- >> >> Crashes starting: >> >> 7ce597508e7400e962c8fdb2d255f9887cb9c710 is first bad commit >> commit 7ce597508e7400e962c8fdb2d255f9887cb9c710 >> Author: Keith Whitwell <[EMAIL PROTECTED]> >> Date: Sat Sep 20 06:34:23 2008 -0700 >> >> mesa: improved driver query interface >> >> Brought over from gallium-0.2 branch. >> >> ----------------------------------------------------------------- >> Stops crashing and starts hanging (or taking really long to crash): >> >> 32ef6e75839d6be283e034436e5dd34eabb67958 is first bad commit >> commit 32ef6e75839d6be283e034436e5dd34eabb67958 >> Author: Keith Whitwell <[EMAIL PROTECTED]> >> Date: Sat Sep 20 08:26:11 2008 -0700 >> >> mesa: move fixed function vertex program builder from tnl to core mesa >> >> Also unify caching of fragment and vertex programs in >> shader/prog_cache.c` >> >> Brought across from gallium-0.2 >> >> ----------------------------------------------------------------- >> Stops hanging and starts assertion failure: >> >> 1b7e90984511cfa47597c255d73ca416ddd2db6f is first bad commit >> commit 1b7e90984511cfa47597c255d73ca416ddd2db6f >> Author: Brian Paul <[EMAIL PROTECTED]> >> Date: Tue Aug 12 17:41:57 2008 -0600 >> >> mesa: texture crop rect state >> (cherry picked from commit c01fbc7866d7cd5cf4263dffec6d9591470b4c23) >> ----------------------------------------------------------------- >> >> Please let me know if you need more information. >> >> Thanks, >> -Brad >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Mesa3d-dev mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mesa3d-dev >> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
