Files
ftmemsim-valgrind/docs/internals/3_3_BUGSTATUS.txt
Julian Seward ac73e42a1f Update the list of bugs to be fixed.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8017
2008-05-08 14:02:56 +00:00

185 lines
5.3 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 --------------------------
tidy up static int linux_kernel_2_6_22(void) (syswrap-linux.c)
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 8 May 08 ---
disInstr(ppc): unhandled instruction: 0x7D295F1E (users@, 29 Feb)
64 bit tweak ("Solomon, Bernard", user@, 25 Mar, > 1 post the same day)
disInstr(ppc): unhandled instruction: 0x7C1F42A6
primary 31(0x1F), secondary 678(0x2A6)
"Gupta Richa", users@, 3 Apr 08
92456: Tracing the origin of uninitialised memory
149878 add (proper) check for calloc integer overflow
(possibly with a viable patch now)
160595 Why my program hang-up when work with valgrind ?
(no info so far)
160872 race errors reported where libpthread.so
(no response from reporter)
160907 Support for a couple of recent Linux syscalls, syscall wrapper
bugfixes (doesn't compile on ppc32/64-linux)
160954 ppc build of vagrind crashes with illegal instruction
160956 PATCH: mallinfo implementation
161199 Valgrind restarts my application without my app crashing, The
legend at the end of the file indicates that it may be a
valgind issue (probably bogus, should close as invalid)
161251 ppc Power-QUICC-III (8555, e500 core) not supported: isel
instruction
161285 Patch -- support for eventfd() syscall
161374 SYS_readdir syscall not implemented
161378 illegal opcode in debug libm
161487 number of suppressions files is limited to 10
161609 Results returned by VG_(get_StackTrace)() do not match
its documentation
161628 exp-drd/tests/sigalrm triggers an assertion failure in
Valgrind's core on ppc64.
--- end 8 May 08 ---
--- 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 ---
r1816 (x86 CondNS after SUBB)
r1817 (amd64 CondNS after SUBB)
r1833 (both, CondNZ after SUBW)
!!ppc32-linux memcheck craps out on some Altivec code!
(none/tests/ppc32/jm-insns -a -v)
!!massif segfaults on ooo on amd64
r7795 (handle r-x mapped .bss sections - merge to trunk)
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