valgrind_libproxy.txt

hurricaneharry, 07/30/2010 08:51 pm

Download (1.8 KB)

 
1
==14074== Memcheck, a memory error detector
2
==14074== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
3
==14074== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
4
==14074== Command: nntpgrab_gui
5
==14074== Parent PID: 13431
6
==14074== 
7
vex amd64->IR: unhandled instruction bytes: 0xF0 0x8F 0x4A 0x0 0x0 0x0
8
==14074== valgrind: Unrecognised instruction at address 0x1e2523e0.
9
==14074== Your program just tried to execute an instruction that Valgrind
10
==14074== did not recognise.  There are two possible reasons for this.
11
==14074== 1. Your program has a bug and erroneously jumped to a non-code
12
==14074==    location.  If you are running Memcheck and you just saw a
13
==14074==    warning about a bad jump, it's probably your program's fault.
14
==14074== 2. The instruction is legitimate but Valgrind doesn't handle it,
15
==14074==    i.e. it's Valgrind's fault.  If you think this is the case or
16
==14074==    you are not sure, please let us know and we'll try to fix it.
17
==14074== Either way, Valgrind will now raise a SIGILL signal which will
18
==14074== probably kill your program.
19
==14074== 
20
==14074== Process terminating with default action of signal 4 (SIGILL)
21
==14074==  Illegal opcode at address 0x1E2523E0
22
==14074==    at 0x1E2523E0: ??? (in /usr/lib/libwebkit-1.0.so.2.17.2)
23
==14074==    by 0xB2F0A60: start_thread (pthread_create.c:155)
24
==14074==    by 0xBF206FC: clone (clone.S:112)
25
==14074== 
26
==14074== HEAP SUMMARY:
27
==14074==     in use at exit: 5,191,748 bytes in 32,142 blocks
28
==14074==   total heap usage: 146,757 allocs, 114,615 frees, 19,877,012 bytes allocated
29
==14074== 
30
==14074== For a detailed leak analysis, rerun with: --leak-check=full
31
==14074== 
32
==14074== For counts of detected and suppressed errors, rerun with: -v
33
==14074== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 163 from 8)