|
From: Bill S. <bil...@my...> - 2005-09-06 18:33:11
|
Hi all, i'm having some troubles with Valgrind and the code of the recently started game OpenAnno [1]. I already searched the FAQ and the mailing list for an answer to this, but i didn't find anything that seems to be related to my problem. If this is a common issue i apologize ahead. I attached the error below, if you need more info i will try to provide it. Thanks for your help, Werner Höhrer [1] http://www.lanadminsystem.de/cgi-bin/Lanas.pl?OPENANNO This output is what i get when i run # valgrind -v --tool=none ./openanno (It really doesn't depend on the tool i use, the error is displayed anyway) BEGIN error------------------------------------- ... ... Skipped some parts that care related to other errors (i think). ... I can post them as well if needed. ... vex: priv/host-x86/hdefs.c:2315 (emit_X86Instr): Assertion `0' failed. vex storage: P 512, T total 411183672 (13013711), T curr 20960 (702) valgrind: the 'impossible' happened: LibVEX called failure_exit(). ==7591== at 0xB0016A22: vgPlain_core_panic_at (m_libcassert.c:181) ==7591== by 0xB0016A21: panic (m_libcassert.c:177) ==7591== by 0xB0016A3F: vgPlain_core_panic_at (m_libcassert.c:182) ==7591== by 0xB0016A50: vgPlain_core_panic (m_libcassert.c:187) ==7591== by 0xB002394C: failure_exit (m_translate.c:360) ==7591== by 0xB00573FA: vex_assert_fail (vex_util.c:163) ==7591== by 0xB005B8F1: emit_X86Instr (hdefs.c:2315) ==7591== by 0xB0057039: LibVEX_Translate (vex_main.c:574) ==7591== by 0xB0023ED1: vgPlain_translate (m_translate.c:585) ==7591== by 0xB0038F2E: handle_tt_miss (scheduler.c:566) ==7591== by 0xB003925A: vgPlain_scheduler (scheduler.c:680) ==7591== by 0xB004F475: vgModuleLocal_thread_wrapper (syswrap-linux.c:80) ==7591== by 0xB004B9E2: run_a_thread_NORETURN (syswrap-x86-linux.c:150) sched status: running_tid=1 Thread 1: status = VgTs_Runnable ==7591== at 0x1B97EAF9: (within /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B97EDE7: SDL_HasMMX (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B94ECF5: SDL_CalculateBlitN (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B938CB4: SDL_CalculateBlit (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B952653: SDL_MapSurface (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B952E3C: SDL_LowerBlit (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B955113: SDL_Flip (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x804DFB3: clientstart (client.c:220) ==7591== by 0x804A004: main (openanno.c:57) Thread 2: status = VgTs_Runnable ==7591== at 0x1BC84F87: select (in /lib/tls/libc-2.3.5.so) ==7591== by 0x1B97E1A6: SDL_Delay (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B97E1F9: (within /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B97CDC6: SDL_RunThread (in /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B97D0FB: (within /usr/lib/libSDL-1.2.so.0.7.1) ==7591== by 0x1B9D9CCC: start_thread (in /lib/tls/libpthread-2.3.5.so) ==7591== by 0x1BC8CB0D: clone (in /lib/tls/libc-2.3.5.so) Note: see also the FAQ.txt in the source distribution. It contains workarounds to several common problems. If that doesn't help, please report this bug to: www.valgrind.org In the bug report, send all the above text, the valgrind version, and what Linux distro you are using. Thanks. END error------------------------------------- |