From: Sami R. <sam...@un...> - 2003-06-09 18:22:00
|
Hi, I just downloaded valgrind from cvs and the problem persists : valgrind-cvs/bin/valgrind -v --alignment=8 --leak-check=yes --num-callers=8 linux/debug/icia fit.conf 27.conf ... disInstr: unhandled instruction bytes: 0xF 0x57 0xE4 0xF Illegal instruction Additionally I get much more errors with the cvs version of valgrind than with the version 1.9.6: Now, I get many Mismatched free() / delete / delete [] I tried to look in the doc what this error means, but couldn't find it. So I guess, it's because I used 'delete [] ptr' instead of 'delete ptr' or vide-versa. But I couldn't find this in my code. So is this a valgrind bug or my bug ? Thanks, Sami. On Thu, 2003-05-29 at 11:05, Nicholas Nethercote wrote: > On Thu, 29 May 2003, Sami Romdhani wrote: > > > I know that there is no support in valgrind for mmx, sse and sse2 > > instructions. > > There is now: grab the latest version from CVS > (sourceforge.net/cvs/?group_id=46268) and follow instructions in README to > install. > > I think MMX support is complete, or close to complete, and SSE/SSE2 > support is at least partly done. Hopefully it will get things working for > you. > > N > -- http://informatik.unibas.ch/personen/romdhani_sami/ |