Partial update of bug fixes (I think it is still out of date though.)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12781
This commit is contained in:
Julian Seward 2012-07-25 11:02:01 +00:00
parent d09681ca70
commit ffcff15682
2 changed files with 10 additions and 13 deletions

2
NEWS
View File

@ -183,6 +183,8 @@ where XXXXXX is the bug number as listed below.
294812 patch allowing to run (on x86 at least) helgrind/drd on tool.
295089 can not annotate source for both helgrind and drd
295221 POWER Processor decimal floating point instruction support missing
295427 building i386 support with clang on darwin11 requires
-new_linker linker option
295428 coregrind/m_main.c has incorrect x86 assembly for darwin
295590 Helgrind: Assertion 'cvi->nWaiters > 0' failed when cond var being waited upon destroyed
295617 ARM - Add some missing syscalls

View File

@ -128,17 +128,13 @@ get fixed.
294454 delphi uses 16-bit addressing in the TEB (%fs)
obscure (16 bit (0x67 ?) insns in 32 bit mode)
294552 svn trunk compilation stuck in mig
XCode 4.3 problem?
no action so far
**possible OSX 10.8 issue
294861 ./configure fails to locate Boost (located in /usr/local)
low prio
295053 Valgrind fails to load some x86_64 Mac OS Lion executables
OSX
**possible 3.8.0, med prio
address space collision with very large .bss, probably cantfix.
295084 Hard-coded /usr/include
OSX, XCode 4.3 problem
@ -149,11 +145,6 @@ get fixed.
295403 Memory access below SP with some STRD instructions.
ARM, fiddly to fix/verify
295427 building i386 support with clang on darwin11 requires
-new_linker linker option
OSX, XCode 4.3,
**has plausible looking patch though (low risk)
295472 "executable has wrong endian-ness" when target executable has
correct endianess
cross-compiling x86->ppc32 weirdness
@ -253,7 +244,11 @@ get fixed.
303460 Killed by fatal signal at doRegisterAllocation
queried OP (gentoo weirdness)
-- Friday 13 July 2012 16:02 CEST
303518 - can't build with glibc 2.16
303518 can't build with glibc 2.16
possibly fixed by r12743
303536 ioctl for SIOCETHTOOL (ethtool(8)) isn't wrapped (w/ patch)
303624 Galaxy Nexus (OMAP) segmentation fault on Android 4.1.1.
-- Tues 17 July 2012 11am