Update.
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sat, 4 Aug 2012 08:41:44 +0000 (08:41 +0000)
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sat, 4 Aug 2012 08:41:44 +0000 (08:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12828 a5019735-40e9-0310-863c-91ae7b9d1cf9

NEWS
docs/internals/3_7_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 651723c53936fc47f15470c270d5e03f3c3a713c..890df4725cf06de43ee25d556750cfcfb27cf4fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -161,9 +161,11 @@ where XXXXXX is the bug number as listed below.
 286270  vgpreload is not friendly to 64->32 bit execs, gives ld.so warnings
 286374  Running cachegrind with --branch-sim=yes on 64-bit PowerPC program fails
 286917  disInstr(arm): unhandled instruction: QADD (also QSUB)
+287175  ARM: scalar VFP fixed-point VCVT instructions not handled
 287260  Incorrect conditional jump or move depends on uninitialised value(s)
 287301  vex amd64->IR: 0x66 0xF 0x38 0x41 0xC0 0xB8 0x0 0x0 (PHMINPOSUW)
 287858  VG_(strerror): unknown error 
+288298  (MacOSX) unhandled syscall shm_unlink
 289470  Loading of large Mach-O thin binaries fails.
 289699  vgdb connection in relay mode erroneously closed due to buffer overrun 
 289823  (duplicate of 293754) vex amd64->IR: 0x66 0xF 0x3A 0x60 0xCA 0x45 0x66 0xF
index 4046ea0ffe3e8ce0ca7a5ae49e5c9247ee8bc947..80e1a51a8d8a911440a9ae38f659dd641bebfdea 100644 (file)
@@ -10,7 +10,6 @@ get fixed.
 
 -- reenable amd64_toIR.c commented out insns
 -- amd64 toIR memcheck icc -O3 -mAVX probs?
--- OSX 10.8 (alignment) and XCode 4.3 (build, link) problems
 -- add arm stack-scan hacks?
 -- add allocator-mismatch checking?
 -- 302709, minor tidying needed?
@@ -19,6 +18,7 @@ get fixed.
 
 284004  Application under test hangs after call to __posix_spawn (Darwin)
   open, not started
+  QUERIED (need complete test case)
 
 284540  Memcheck shouldn't count suppressions matching
         still-reachable allocations
@@ -40,9 +40,6 @@ get fixed.
 286864  strlen function redirection error
   **probably invalid
 
-287175  ARM: scalar VFP fixed-point VCVT instructions not handled
-  **possible 3.8.0   same as 301336 ?
-
 288099  valgrind should print arguments/return values of functions in stack
   wishlist
 
@@ -53,12 +50,9 @@ get fixed.
   == 278744 REX.W CVTPS2PD
   **possible 3.8.0 (redundant REX prefix)
 
-288298  unhandled syscall shm_unlink
-  OSX.  uninvestigated.
-
 288363  valgrind: m_libcfile.c:73 (vgPlain_safe_fd): Assertion
         'newfd >= VG_(fd_hard_limit)' failed.
-  OSX weirdness; uninvestigated
+  OSX weirdness; QUERIED (maybe invalid)
 
 288756  add '-x' to strip when stripping dynamic libraries on OSX
   OSX.  low prio
@@ -135,6 +129,7 @@ get fixed.
   OSX
   **possible 3.8.0, med prio
   address space collision with very large .bss, probably cantfix.
+  Probable can'tfix, but Queried.
 
 295084  Hard-coded /usr/include
   OSX, XCode 4.3 problem
@@ -170,7 +165,7 @@ get fixed.
   **not sure what to do about this.  Is it serious?
 
 296480  valgrind hangs early when run on Python
-  OSX.  Not started.
+  OSX.  Not started.  Queried.
 
 296577  vex x86->IR: 0x66 0xF 0x3A 0x17
   **wontfix (AES on 32-bit)
@@ -215,6 +210,7 @@ get fixed.
 
 301281  valgrind hangs on OS X when the process calls system()
   OSX strangeness; **possible 3.8.0
+  QUERIED (can't repro)
 
 301336  Valgrind vassert(0) in dis_neon_data_2reg_misc()
   **possible 3.8.0.  OP queried; is this the same as 287175 ?