severity 348717 normal thanks On Wed, Jan 18, 2006 at 05:00:01PM +0100, Bastian Blank wrote: > Package: liboil0.3 > Version: 0.3.6-1 > Severity: grave > > liboil-0.3.so.0 includes altivec instructions in a codepath which is > triggered without a cpu check.
That *is* the CPU check. :P > | #1 0x0ebd79e8 in oil_cpu_fault_check_try () from /usr/lib/liboil-0.3.so.0 > | #2 0x0ebd7b00 in oil_cpu_fault_check_try () from /usr/lib/liboil-0.3.so.0 This is actually a frequently encountered problem when getting liboil backtraces. Please use the command 'handle SIGILL nostop noprint' before running the program in gdb (or just continue when you get a SIGILL, which should only happen once). Chances are that you did find a bug (quite possibly in liboil), but this backtrace doesn't correspond to it. In the next few releases, I'm going to have to find a way to avoid this in gdb, because it seems to come up a lot. Or at least document it clearly and have the patience to nicely point it out to people. dave... -- David Schleef Big Kitten LLC (http://www.bigkitten.com/) -- data acquisition on Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

