|
From: <sv...@va...> - 2005-11-16 17:11:59
|
Author: sewardj
Date: 2005-11-16 17:11:52 +0000 (Wed, 16 Nov 2005)
New Revision: 5146
Log:
Sync with all the bugzilla emails I have.
Modified:
trunk/docs/internals/3_0_BUGSTATUS.txt
Modified: trunk/docs/internals/3_0_BUGSTATUS.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/internals/3_0_BUGSTATUS.txt 2005-11-16 16:54:02 UTC (rev 5=
145)
+++ trunk/docs/internals/3_0_BUGSTATUS.txt 2005-11-16 17:11:52 UTC (rev 5=
146)
@@ -6,7 +6,7 @@
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=20
----------------------------------------------------------------
-109861 amd64 hangs at startup (******* needs closing)
+109861 amd64 hangs at startup
110301 ditto
111554 valgrind crashes with Cannot allocate memory
111809 Memcheck tool doesn't start java
@@ -18,6 +18,7 @@
82301 FV memory layout too rigid
98278 Infinite recursion possible when allocating memory
108994 Valgrind runs out of memory due to 133x overhead
+115643 valgrind cannot allocate memory
=20
Will fix in 3.1. Long delay seems to be caused by amd64-Gentoo kernel
not liking large mmap/munmap requests. Other bugs also look like
@@ -26,17 +27,22 @@
FIXED-TRUNK: now done (many many commits)
=20
----------------------------------------------------------------
-105227 The BOUND instruction is not implemented (x86, with test case)
+105227 The BOUND instruction is not implemented (x86, with test case)
=20
FIXED-TRUNK: TODO ?
=20
----------------------------------------------------------------
+105974 vg_hashtable.c static hash table
+
+FIXED-TRUNK: vg:???
+
+----------------------------------------------------------------
109323 ppc32: dispatch.S uses Altivec insn, which doesn't work on POWER=
.=20
=20
-FIXED-TRUNK: 4636 (needs verification)
+FIXED-TRUNK: 4636
=20
----------------------------------------------------------------
-109345 ppc32 ptrace patch available should be applied
+109345 ptrace_setregs not yet implemented for ppc
=20
FIXED-TRUNK: vg:5046
=20
@@ -58,6 +64,13 @@
vg:4337 - minimal Valgrind-side; does not do anything
=20
----------------------------------------------------------------
+110831 Would like to be able to run against both 32 and 64 bit=20
+ binaries on AMD64
+110829 =3D=3D
+
+FIXED-TRUNK: many commits (vg:5031 ?)
+
+----------------------------------------------------------------
111364 False report of "definitly lost" memory
=20
Unclear what to do about this .. leak checker strangeness.
@@ -103,16 +116,15 @@
----------------------------------------------------------------
113126 Crash with binaries built with -gstabs+/-ggdb
104065 =3D=3D
+115741 =3D=3D
=20
FIXED-TRUNK: vg:5138
=20
----------------------------------------------------------------
-113403 Looks like a segfault in realloc?
+113403 Partial SSE3 support on x86
=20
-Not the same bug as the other realloc failures
+FIXED-TRUNK: vex:???
=20
-FIXED-TRUNK: reporter says it no longer happens
-
----------------------------------------------------------------
113541 vex: the `impossible' happened: Grp5(x86) (alt encoding inc/dec)
case 1
@@ -158,6 +170,22 @@
FIXED-TRUNK: vex:1436
=20
----------------------------------------------------------------
+115590: amd64->IR: 0x67 0xE3 0x9 0xEB (address size override)
+
+FIXED-TRUNK: vex:1433
+
+----------------------------------------------------------------
+115953 valgrind svn r5042 does not build with parallel make (-j3)
+
+FIXED-TRUNK: vg:????
+
+----------------------------------------------------------------
+116057 New: valgrind maximum instruction size - VG_MAX_INSTR_SZB too
+ small?
+
+FIXED-TRUNK: vg:5072
+
+----------------------------------------------------------------
116483 shmat failes with invalid argument when trying to attach a shm s=
egment
=20
FIXED-TRUNK: fixed by introduction of SkShmC during aspacem rewrite
@@ -335,6 +363,12 @@
FIXED-30BRANCH: TODO
=20
----------------------------------------------------------------
+114564: clone() and stacks
+114565 =3D=3D
+
+FIXED-TRUNK: vg:5070
+
+----------------------------------------------------------------
115496 glibc crashes trying to use sysinfo page
=20
FIXED-TRUNK: vg:5079
|