blob: c648beb6f3c9855f26780736cc5aee4b17fc289a [file] [log] [blame]
sewardj647c0022014-02-05 14:00:16 +00001
2Bugs reported after Thu Sep 19 10:34:49 CEST 2013
sewardj647c0022014-02-05 14:00:16 +00003For bugs reported before this time, see 3_8_BUGSTATUS.txt
4
sewardjde381ca2014-05-09 16:13:21 +00005=== VEX/amd64 ==========================================================
6
sewardj647c0022014-02-05 14:00:16 +00007325328 __float128 loses precision under memcheck
sewardjde381ca2014-05-09 16:13:21 +00008 == 197915
sewardj9af07af2014-05-13 09:28:19 +00009326469 amd64->IR: 0x66 0xF 0x3A 0x63 0xC1 0xE (pcmpistri 0x0E)
sewardj647c0022014-02-05 14:00:16 +000010326821 Double overflow/underflow handling broken (after exp())
sewardjde381ca2014-05-09 16:13:21 +000011327285 amd64->IR: 0x8F 0xEA 0xF8 0x10 0xCE 0x3 0x1D 0x0
sewardj9af07af2014-05-13 09:28:19 +000012 == 323431 (probably amd specific, vpcmov)
sewardj647c0022014-02-05 14:00:16 +000013327639 vex amd64->IR pcmpestri SSE4.2 instruction is unsupported 0x34
sewardj647c0022014-02-05 14:00:16 +000014328878 vex amd64->IR pcmpestri SSE4.2 instruction is unsupported 0x14
sewardjde381ca2014-05-09 16:13:21 +000015328357 amd64->IR: 0x8F 0xEA 0xF8 0x10 0xEF 0x3 0x5 0x0
sewardj9af07af2014-05-13 09:28:19 +000016329245 amd64->IR: 0x48 0xF 0x5A 0x7 (rex.W cvtps2pd (%rdi),%xmm0)
sewardjde381ca2014-05-09 16:13:21 +000017330319 amd64->IR: 0xF 0x1 0xD5 0x31 0xC0 0xC3 0x48 0x8D (xend)
sewardj647c0022014-02-05 14:00:16 +000018330590 Missing support for multiple VEX CMP instruction Opcodes (Causes SIGILL)
sewardjde381ca2014-05-09 16:13:21 +000019330808 Crash with Intel IPP samples (MMX related assertion)
sewardj647c0022014-02-05 14:00:16 +000020
sewardjde381ca2014-05-09 16:13:21 +000021=== VEX/arm ============================================================
sewardj8150aa42014-05-09 11:24:50 +000022
sewardjde381ca2014-05-09 16:13:21 +000023328423 Unrecognised instructions: _fips_armv7_tick and _armv7_tick
24329963 Half precision floating point conversion on ARM is not supported
25330349 Endless loop happen when using lackey with --trace-mem=yes on ARM
26331057 unhandled instruction: 0xEEE01B20 (vfma.f64) (has patch)
sewardj8150aa42014-05-09 11:24:50 +000027331178 disInstr(arm): unhandled instruction: 0xEE190F1D
sewardjde381ca2014-05-09 16:13:21 +000028 Probably WONTFIX or CANTFIX
sewardj8150aa42014-05-09 11:24:50 +000029333145 Tests for missaligned PC+#imm access for arm
sewardj8150aa42014-05-09 11:24:50 +000030333428 ldr.w pc [rD, #imm] instruction leads to assertion
sewardjde381ca2014-05-09 16:13:21 +000031
32=== VEX/x86 ============================================================
33
sewardj8150aa42014-05-09 11:24:50 +000034333625 Program under valgrind calculates complex exp() wrogly
sewardj8150aa42014-05-09 11:24:50 +000035334049 lzcnt fails silently (x86_32)
sewardjde381ca2014-05-09 16:13:21 +000036
37=== VEX/mips ===========================================================
38
39327223 Support for Cavium MIPS Octeon Atomic and Count Instructions
40328147 vex mips->IR: unhandled instruction bytes: 0x0 0x0 0x0 0xE
41
42=== VEX/ppc ============================================================
43
sewardj8150aa42014-05-09 11:24:50 +000044334384 Valgrind does not have support Little Endian support for
45 IBM POWER PPC 64
46
sewardjde381ca2014-05-09 16:13:21 +000047=== VEX general ========================================================
48
49326026 Iop names for count leading zeros/sign bits incorrectly imply a
50 "signedness" in incoming lanes
51330887 doRegisterAllocation performance improvements
52
53=== Syscalls/ioctls ====================================================
54
55330594 Missing sysalls on PowerPC / uClibc
56331311 Valgrind shows open files in /proc/self/fd that don't
57 work for the process
58 Probable wontfix
59333434 In some weird corner case Valgrind cannot execute
60 executable files symlinked by /proc/self/fd (related to 331311?)
61331476 Patch to handle ioctl 0x5422 on Linux (x86 and amd64) (landable?)
62331829 Unexpected ioctl opcode sign extension
63333051 handling hugepages (is largely broken)
64333788 Valgrind does not support the CDROM_DISC_STATUS ioctl (has patch)
65333817 Valgrind reports the memory areas written to by the SG_IO
66 ioctl as untouched
sewardj9af07af2014-05-13 09:28:19 +000067334585 recvmmsg unhandled (+patch) (arm)
sewardjde381ca2014-05-09 16:13:21 +000068
69=== Debuginfo reader ===================================================
70
71327427 ifunc wrapper crashes when symbols are discarded because of false mmap
72 overlaps
73328454 add support Backtraces with ARM unwind tables (EXIDX) (wishlist)
74328468 unwind x86/amd64 gcc <= 4.4 compiled code does not unwind properly
75 at "ret" instruction
76328559 Some back trace generation (from mmap function) problem on ARM
77330321 Serious error when reading debug info:
78 DW_AT_signature 9b d0 55 13 bb 1e e9 37
79333175 dwarf3 reader problems with Fortran
80
81=== Tools/Memcheck =====================================================
82
83329619 leak-check gets assertion failure when nesting VALGRIND_MALLOCLIKE_BLOCK
84329694 clang warns about using uninitialized variable
85330617 ppc false positive conditional jump depends on uninitialised value
86331833 the memory initialized by semget(key, 0, GETALL, semun)
87 is treated as uninitialized on some platforms
88
89331550 Detect the potential of mis-malloc/free in different libraries
90 (wishlist)
91333775 Wishlist: Have valgrind (memcheck) only check memory
92 alloc/free traces
93
94=== Tools/DRD ==========================================================
95
96333072 DRD: semaphore annotations
97
98=== Tools/Helgrind =====================================================
99
100325333 VALGRIND_HG_DISABLE_CHECKING does not seem to work locally
101 probably invalid
102327548 Helgrind: false positive while destroying mutex
103327881 Helgrind: False Positive Warning on std::atomic_bool
104
105=== Tools/SGCheck ======================================================
106
107332577 exp-sgcheck: sg_main.c:560 (add_blocks_to_StackTree):
108 Assertion '!already_present' failed.
109332591 False positive: invalid read in vfprintf (KNOWN BUG)
110
sewardjde381ca2014-05-09 16:13:21 +0000111=== Tools/Massif =======================================================
112
113332765 ms_print reports bad error if temp file can't be created
114 in current directory
115
116=== Tools/Cachegrind ===================================================
117
118333501 [cachegrind - 3.9] LL cache configuration not supported:
119 Cache set count is not a power of two.
120
121=== other/mips =========================================================
122
123325538 cavim octeon mips64, valgrind reported "dumping core" and
124 "Assertion 'sizeof(*regs) == sizeof(prs->pr_reg)' failed.
125 QUERIED, maybe closable
126328441 valgrind_3.9.0 failed to compile in mips32
127 Error: illegal operands `cfc1 $t0,$31'
128331126 Compiling with mipsbe toolchain
129331314 [MIPS]Valgrind crash just after startup
sewardj9af07af2014-05-13 09:28:19 +0000130334649 Cavium Octeon 2 MIPS64: valgrind is up but ld.so assert
131 "rtld.c: 1257: dl_main: Assertion
132 '_rtld_local._dl_rtld_map.l_relocated' failed" and exits
sewardjde381ca2014-05-09 16:13:21 +0000133
134=== other/arm ==========================================================
135
136327583 libpixman error on ARM system (memcheck false +)
137331033 valgrind crashes on arm-linux while running an executable (ARM TLS?)
138
139=== other/s390 =========================================================
140
141327943 s390x missing index/strchr suppression for ld.so (bad backtrace?)
142
143=== other/MacOS ========================================================
144
145326724 Valgrind does not compile on OSX 1.9 Mavericks
146326797 Assertion 'sizeof(UWord) == sizeof(UInt)' failed.
147327745 valgrind 3.9.0 build fails on Mac OS X 10.6.8
148330257 LLVM does not support `-mno-dynamic-no-pic` option
149333248 WARNING: unhandled syscall: unix:443
150
151=== GDB server =========================================================
152
153328081 embedded gdbserver and non-stop mode (wishlist)
154
155=== Output =============================================================
156
157328563 make track-fds support xml output
158
159=== MPI ================================================================
160
161330147 libmpiwrap: byte count from PMPI_Get_count should be made defined
162
163=== Documentation ======================================================
164
165332060 Please document how best to use massif with libgc
166332917 Valgrind should warn the user that SSE4 is not supported
167 in the 32-bit mode
168
169=== Uncategorised ======================================================
170
171326487 child of debugged process exits without becoming zombie
172327665 out of memory error
173328721 MSVC 2008 compiler warns about while(0) in warning level 4
174330293 Please add a AppData application description (Valkyrie)
175333628 Out of tree build
sewardj9af07af2014-05-13 09:28:19 +0000176 == 256174
sewardjde381ca2014-05-09 16:13:21 +0000177334110 Why install internal headers/libraries/.pc file?
sewardj9af07af2014-05-13 09:28:19 +0000178n-i-bz Fix mingw64 support in valgrind.h (dev@, 9 May 2014)
sewardjde381ca2014-05-09 16:13:21 +0000179
180========================================================================
181========================================================================
182
sewardj9af07af2014-05-13 09:28:19 +0000183Mon May 12 16:19:52 CEST 2014