@@ -6,16 +6,13 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
6
6
7
7
325328 __float128 loses precision under memcheck
8
8
== 197915
9
- 326821 Double overflow/underflow handling broken (after exp())
10
9
327285 amd64->IR: 0x8F 0xEA 0xF8 0x10 0xCE 0x3 0x1D 0x0
11
10
== 323431 (probably amd specific, vpcmov)
12
11
328357 amd64->IR: 0x8F 0xEA 0xF8 0x10 0xEF 0x3 0x5 0x0 (amd XOP pfx)
13
12
329245 amd64->IR: 0x48 0xF 0x5A 0x7 (rex.W cvtps2pd (%rdi),%xmm0)
14
- 330319 amd64->IR: 0xF 0x1 0xD5 0x31 0xC0 0xC3 0x48 0x8D (xend)
15
13
330590 Missing support for multiple VEX CMP instruction Opcodes (Causes SIGILL)
16
14
330808 Crash with Intel IPP samples (MMX related assertion)
17
15
335785 vex amd64->IR: 0xC4 0xE2 0x75 0x2F 0xAC 0x18 0x40 0x7 (vmovupd)
18
- 338365 New client request to fetch valgrind version (probably invalid)
19
16
338393 vex amd64->IR: 0x6E 0xD8 0x48 0x89 0xE5 0x41 0x55 0xC4
20
17
338559 vex amd64->IR: 0x66 0x41 0xF 0x3A 0x61 0x4 0x0 0x18 (pcmpestri 0x18)
21
18
338602 AVX2 bit in CPUID missing
@@ -40,7 +37,6 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
40
37
=== VEX/x86 ============================================================
41
38
42
39
333625 Program under valgrind calculates complex exp() wrongly
43
- 334665 vex x86->IR: 0xC4 0xE2 0x73 0xF7 (probably AVX pfx)
44
40
335563 wine's kernel32/thread test fails under valgrind (x87 FPU limitations)
45
41
46
42
=== VEX/mips ===========================================================
@@ -49,8 +45,6 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
49
45
50
46
=== VEX/ppc ============================================================
51
47
52
- 334384 Valgrind does not have support Little Endian support for
53
- IBM POWER PPC 64
54
48
338095 Not able to run Valgrind on Power Architecture PPC Linux.
55
49
56
50
=== VEX general ========================================================
@@ -67,8 +61,6 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
67
61
333434 In some weird corner case Valgrind cannot execute
68
62
executable files symlinked by /proc/self/fd (related to 331311?)
69
63
333051 handling hugepages (is largely broken)
70
- 336103 __NR_exit_group syscall causes illegal instruction on old
71
- linux kernel
72
64
337388 fcntl works on Valgrind's own file descriptors
73
65
337716 False positive for openat system call with absolute paths
74
66
337740 Implement additional Xen hypercalls
@@ -81,20 +73,21 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
81
73
82
74
327427 ifunc wrapper crashes when symbols are discarded because of false mmap
83
75
overlaps
84
- 328454 add support Backtraces with ARM unwind tables (EXIDX) (wishlist)
85
76
328468 unwind x86/amd64 gcc <= 4.4 compiled code does not unwind properly
86
77
at "ret" instruction
87
78
328559 Some back trace generation (from mmap function) problem on ARM
88
79
330321 Serious error when reading debug info:
89
80
DW_AT_signature 9b d0 55 13 bb 1e e9 37
90
- 333175 dwarf3 reader problems with Fortran
81
+ 333175 dwarf3 reader problems with Fortran (against 3.8.1)
91
82
335907 segfault when running wine's ddrawex/tests/surface.c under
92
83
valgrind (stack unwind, QUERIED)
93
84
94
85
=== Tools/Memcheck =====================================================
95
86
96
- 329619 leak-check gets assertion failure when nesting VALGRIND_MALLOCLIKE_BLOCK
87
+ 329619 leak-check gets assertion failure when nesting
88
+ VALGRIND_MALLOCLIKE_BLOCK (has patch, needs looking at)
97
89
330617 ppc false positive conditional jump depends on uninitialised value
90
+ (probably fixable)
98
91
331833 the memory initialized by semget(key, 0, GETALL, semun)
99
92
is treated as uninitialized on some platforms
100
93
331550 Detect the potential of mis-malloc/free in different libraries
@@ -105,8 +98,6 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
105
98
106
99
=== Tools/DRD ==========================================================
107
100
108
- 333072 DRD: semaphore annotations
109
-
110
101
=== Tools/Helgrind =====================================================
111
102
112
103
325333 VALGRIND_HG_DISABLE_CHECKING does not seem to work locally
@@ -127,7 +118,7 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
127
118
=== Tools/Massif =======================================================
128
119
129
120
=== Tools/Cachegrind ===================================================
130
-
121
+ HERE
131
122
333501 [cachegrind - 3.9] LL cache configuration not supported:
132
123
Cache set count is not a power of two.
133
124
336577 Auto-detected LL cache configuration not supported: Cache
@@ -137,13 +128,10 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
137
128
138
129
=== other/mips =========================================================
139
130
140
- 325538 cavim octeon mips64, valgrind reported "dumping core" and
141
- "Assertion 'sizeof(*regs) == sizeof(prs->pr_reg)' failed.
142
- QUERIED, maybe closable
143
131
328441 valgrind_3.9.0 failed to compile in mips32
144
132
Error: illegal operands `cfc1 $t0,$31'
133
+ QUERIED
145
134
331126 Compiling with mipsbe toolchain
146
- 331314 [MIPS]Valgrind crash just after startup
147
135
334649 Cavium Octeon 2 MIPS64: valgrind is up but ld.so assert
148
136
"rtld.c: 1257: dl_main: Assertion
149
137
'_rtld_local._dl_rtld_map.l_relocated' failed" and exits
@@ -163,10 +151,10 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
163
151
164
152
=== other/MacOS ========================================================
165
153
166
- 326724 Valgrind does not compile on OSX 1.9 Mavericks
167
154
326797 Assertion 'sizeof(UWord) == sizeof(UInt)' failed.
155
+ POSSIBLY INVALID; QUERIED
168
156
327745 valgrind 3.9.0 build fails on Mac OS X 10.6.8
169
- 333248 WARNING: unhandled syscall: unix:443
157
+ OLD; QUERIED.
170
158
171
159
=== GDB server =========================================================
172
160
@@ -175,7 +163,7 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
175
163
176
164
=== Output =============================================================
177
165
178
- 328563 make track-fds support xml output
166
+ 328563 make track-fds support xml output (wishlist)
179
167
180
168
=== MPI ================================================================
181
169
@@ -201,12 +189,18 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
201
189
337812 Invalid stack behavior in a function that contains only a
202
190
client request (looks invalid)
203
191
337869 Eliminate fixed size buffers (in progress)
192
+ Hercules, Augean stables, etc
204
193
338252 CFLAGS="-flto" and VEX/pub/libvex_guest_offsets.h (wishlist)
205
194
338300 coredumps are missing one bytes of every segment (easy fix?)
195
+ QUERIED
206
196
338606 Strange error message for invalid interpreter
197
+ 338365 New client request to fetch valgrind version (probably invalid)
198
+ QUERIED
207
199
208
200
========================================================================
209
201
========================================================================
210
202
211
- 30 August 2014
203
+ 3 September 2014
212
204
205
+ 338698 race condition between gdbsrv and vgdb on startup
206
+ 338731 ppc testsuite does not build in case compiler doesnot support -maltivec
0 commit comments