|
From: Nicholas N. <nj...@cs...> - 2005-05-06 20:42:56
|
On Thu, 5 May 2005, Jeroen N. Witmond wrote: > memcheck/tests/x86/scalar fails because > - line numbers do not match. I removed one line from the source (see > previous mails) but the line numbers are off by three. > - the format of some stack trace lines has changed: "__libc_start_main > (...libc...)" vs. "__libc_start_main (in /...libc...)". > - One error is not reported: > - Syscall param sigaction(act) points to unaddressable byte(s) > - at 0x........: syscall (in /...libc...) > - by 0x........: __libc_start_main (in /...libc...) > - by 0x........: ... > - Address 0x........ is not stack'd, malloc'd or (recently) free'd This one should be fixed now. N |