Files
ftmemsim-valgrind/docs/internals/3_3_BUGSTATUS.txt
Julian Seward 4f4f85cd1f Update.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7793
2008-03-27 17:07:50 +00:00

121 lines
3.5 KiB
Plaintext

---------- Legend --------------------------------------------------
n-i-bz = not in bugzilla
pending = is scheduled to be fixed (or at least considered) on this branch
wontfix = will not fix on this branch
many = fix composed of many commits
WF = waiting for feedback from bug reporter
PRI: 33 = fix this for 3.3.1
Vfd = fix has been verified on 3.3.X branch
---------- Bugs reported after (in) 3.3.0 --------------------------
check r7322 is merged to branch
and 7324 ?
7334
7347
7350
7355
get rid of pointless constraint !(--db-attach=yes &&
--trace-children=yes) (users, 14 feb)
utimensat syswrap bug (Kegel, users, 24 Feb)
r7454: Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212.
openoffice on suse 10.3 readlink stack problem
Core2/ssse3 support in the trunk: vx1808, vx1809, vx1810,
r7384, r7385, r7387, r7389.
(in essence #155528)
Consider potential space/time effects of r7383 (see reply to
the commit message).
Either back out r7353, or fix the resulting signedness problem
properly (see replies to the commit message). (now fixed ...)
re Keller vpath bug, don't use attached patch; use Ashley's one
instead (on @dev ?)
--- start 27 March 08 ---
156065 VALGRIND_MEMPOOL_ALLOC vs. zero-size allocs triggers false
"overlapping" error
156404 Unable to start oocalc under memcheck on openSUSE 10.3 (64-bit)
157665 Valgrind fails on shmdt(0) after shmat to 0 in X int10 code
126389 (fxrstr) vex x86->IR: unhandled instruction bytes: 0xF 0xAE
0x4D 0xF0
158525 Valgrind doesn't recognise fxrstor instruction
157748 New: valgrind seems to not recognize what would be sse2
instructions
158004 "Assertion 'szB == 32 || szB == 128' failed" with valgrind
cross-compiled for ppc32
158042 --db-attach at invalid free() gives broken stack trace on
x86_64
149878 add (proper) check for calloc integer overflow
158212 Locks taken by pthread_rwlock_tryrdlock and
pthread_rwlock_trywrlock not recognised by helgrind
158425 sys_poll incorrectly emulated when RES==0
158730 ppc: illegal opcode crash on instruction fctiwz
158744 Valgrind fails to handle interlocked instructions on extended
registers (r8, etc) on amd64 (vex amd64->IR: unhandled instruction
bytes: 0xF0 0x41 0xF 0xC0 0x87 0xB8)
153196 (repnz cmpsb) vex x86->IR: unhandled instruction bytes: 0xF2
0xA6 0x89 0x45
159285 unhandled syscall:25
159452 unhandled ioctl 0x8B01 on "valgrind iwconfig"
159501 incorrect handling of ALSA ioctls
159659 scas does not use ES segment selector
159720 Opcode 0xFF 0x58 0xEB 0x5 unhandled on x86
--- end 27 March 08 ---
TRUNK 33BRANCH PRI BUG# WHAT
r7299 pending 33 n-i-bz stupid sizeof bug in Helgrind
r7322 pending 33 n-i-bz check fd on sys_llseek
r7323 pending 33 n-i-bz update syscall lists to kernel 2.6.23.1
r7324 pending 33 n-i-bz support sys_sync_file_range
r7334 pending 33 n-i-bz handle sys_sysinfo, sys_getresuid,
sys_getresgid on ppc64-linux
r7350 pending 33 n-i-bz intercept memcpy in 64-bit ld.so's
vx1807 pending 33 155011 vex x86->IR: 0xCF (iret)
r7347 pending 33 155091 Warning [...] unhandled DW_OP_ opcode 0x23
(patch proposed, waiting for feedback)
156960 == 155091
r7355 r7356 33 155929 ms_print fails on massif outputs
containing long lines
r7361 r7362 33 n-i-bz ms_print broken for --time-unit=ms
r7399 pending 33 157665 valgrind fails on shmdt(0) after shmat to 0