$ fillets loglevel=7
Segmentation fault

$ fillets loglevel=7 sound=0
Segmentation fault

$ valgrind --num-callers=20 fillets
==22514== Memcheck, a memory error detector.
==22514== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==22514== Using LibVEX rev 1471, a library for dynamic binary translation.
==22514== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP.
==22514== Using valgrind-3.1.0-Debian, a dynamic binary instrumentation
framework.
==22514== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==22514== For more details, rerun with: -v
==22514==
==22514== Conditional jump or move depends on uninitialised value(s)
==22514==    at 0x400226C: (within /lib/ld-2.3.5.so)
==22514==    by 0x4010464: (within /lib/ld-2.3.5.so)
==22514==
==22514== Conditional jump or move depends on uninitialised value(s)
==22514==    at 0x400229C: (within /lib/ld-2.3.5.so)
==22514==    by 0x4010464: (within /lib/ld-2.3.5.so)
==22514==
==22514== Conditional jump or move depends on uninitialised value(s)
==22514==    at 0x4002388: (within /lib/ld-2.3.5.so)
==22514==    by 0x4010464: (within /lib/ld-2.3.5.so)
==22514==
==22514== Jump to the invalid address stated on the next line
==22514==    at 0x0: ???
==22514==    by 0x10094B20: (within /usr/games/fillets)
==22514==    by 0x1006B4C0: (within /usr/games/fillets)
==22514==    by 0x1006ACA4: (within /usr/games/fillets)
==22514==    by 0x10059A90: (within /usr/games/fillets)
==22514==    by 0x10057AA4: (within /usr/games/fillets)
==22514==    by 0x10006180: (within /usr/games/fillets)
==22514==    by 0x10009F14: (within /usr/games/fillets)
==22514==    by 0xFAB68A8: (within /lib/tls/libc-2.3.5.so)
==22514==    by 0xFAB69F0: __libc_start_main (in /lib/tls/libc-2.3.5.so)
==22514==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==22514==
==22514== Process terminating with default action of signal 11 (SIGSEGV)
==22514==  Bad permissions for mapped region at address 0x0
==22514==    at 0x0: ???
==22514==    by 0x10094B20: (within /usr/games/fillets)
==22514==    by 0x1006B4C0: (within /usr/games/fillets)
==22514==    by 0x1006ACA4: (within /usr/games/fillets)
==22514==    by 0x10059A90: (within /usr/games/fillets)
==22514==    by 0x10057AA4: (within /usr/games/fillets)
==22514==    by 0x10006180: (within /usr/games/fillets)
==22514==    by 0x10009F14: (within /usr/games/fillets)
==22514==    by 0xFAB68A8: (within /lib/tls/libc-2.3.5.so)
==22514==    by 0xFAB69F0: __libc_start_main (in /lib/tls/libc-2.3.5.so)
==22514==
==22514== ERROR SUMMARY: 6 errors from 4 contexts (suppressed: 2 from 1)
==22514== malloc/free: in use at exit: 27,025 bytes in 87 blocks.
==22514== malloc/free: 108 allocs, 21 frees, 27,534 bytes allocated.
==22514== For counts of detected errors, rerun with: -v
==22514== searching for pointers to 87 not-freed blocks.
==22514== checked 995,872 bytes.
==22514==
==22514== LEAK SUMMARY:
==22514==    definitely lost: 0 bytes in 0 blocks.
==22514==      possibly lost: 385 bytes in 19 blocks.
==22514==    still reachable: 26,640 bytes in 68 blocks.
==22514==         suppressed: 0 bytes in 0 blocks.
==22514== Reachable blocks (those to which a pointer was found) are not
shown.
==22514== To see them, rerun with: --show-reachable=yes
Segmentation fault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to