]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update bug status.
authorJulian Seward <jseward@acm.org>
Wed, 3 Jul 2013 11:16:31 +0000 (11:16 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 3 Jul 2013 11:16:31 +0000 (11:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13444

NEWS
docs/internals/3_8_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 1b3c209ce63f5733f6326ce895aff5e9f4dbb320..aacf88cbb83a50c42642d5bec9026a17829c402c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -222,7 +222,6 @@ m = merged into 3_8_BRANCH
 315959    [390] valgrind man page has bogus SGCHECK (and no BBV) OPTIONS section
 316144    [390] valgrind.1 manpage contains unknown ??? strings for some core option references
 316145    [390] callgrind command line options in manpage reference (unknown) callgrind manual
-319235    [390] --db-attach=yes is broken with Yama ptrace scoping enabled
 n-i-bz    [390] report error for vgdb snapshot requested before execution
 n-i-bz    [390] Some wrong command line options could be ignored
 n-i-bz    [390] same as 303624 (fixed in 3.8.0), but for x86 android
@@ -344,7 +343,38 @@ FIXED r??
         introduction of new Iops for AVX2, BMI, FMA support
         FIXED 13347
 
-320211 Stack buffer overflow in ./coregrind/m_main.c with huge TMPDIR
+318643  annotate_trace_memory tests go into infinite loop on arm and ppc
+        because of failed reservation (ARM: ldrex/strex PPC:lwarx/stwcx)
+        FIXED r13406
+
+318932  Add missing PPC64 and PPC32 system call support
+        FIXED 13383
+
+319235  --db-attach=yes is broken with Yama (ptrace scoping) enabled
+        FIXED 13384
+
+319395  Crash with unhandled instruction on STRT (Thumb) instructions
+        FIXED 2722 13997
+
+320063  Memory from PTRACE_GET_THREAD_AREA is reported uninitialised
+        FIXED 13403
+
+320116  bind on AF_BLUETOOTH produces warnings because of sockaddr_rc padding
+        FIXED 13404, 13405
+
+320211  Stack buffer overflow in ./coregrind/m_main.c with huge TMPDIR
+        FIXED 13409
+
+321065  Valgrind updates for Xen 4.3
+        FIXED 13435/6/7/8
+
+321730  Add cg_diff and cg_merge man pages
+        FIXED 13442
+
+321738  Add vgdb and valgrind-listener man pages
+        FIXED 13443
+
+
 
 Release 3.8.1 (19 September 2012)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 66a691315b603e03a4add15b7caded86dc1fd4ed..2bbee2de961506691803c9165cc73dcd9e3a8f38 100644 (file)
@@ -396,3 +396,169 @@ gcp libnss3.so debuginfo read hang
         Has simple-sounding fix; should commit.
 
 Thu Apr 11 18:16:04 CEST 2013
+
+318203  setsockopt handling needs to handle SOL_SOCKET/SO_ATTACH_FILTER
+        Has patch, looks plausible
+
+318505  Valgrind (callgrind) cannot handle recvmmsg system call
+        INVALID (old version)
+
+318575  Does not running. CRC mismatch wanted 0fcc7297
+        Probably invalid -- inability to find ld.so symbols at startup
+
+318656  (dpps) vex x86->IR: 0x66 0xf 0x3a 0x40 0xc1 0xf1
+        WONTFIX (SSE4 on 32-bit x86)
+
+318773  unhandled instruction bytes: 0xF3 0x48 0x0F 0xBC 0xC2 0xC3 0x66 0x0F
+        tzcnt? == 295808, but not closed
+
+318929  Crash with: disInstr(thumb): 0xF321 0x0001 (ssat16)
+        FIXED 2721 13396
+
+319225  QA Notice: Package triggers severe warnings which indicate
+        that it may exhibit random runtime failures.
+        We should close as WONTFIX
+
+319237  [PATCH] Added support for ELF injection
+        FreeBSD-specific
+
+319274  unhandled syscall: unix:410
+        OSX108-specific
+
+319306  gdbserver tests call vgdb without path; patch within
+        Needs further discussion?
+
+319307  Patches to let test suite run in parallel
+        Looks plausible
+
+319393  bad rounding in cvtsi2ss instruction
+        Not started.  Looks valid.  (double rounding)
+
+319419  unhandled syscall: unix:369
+        OSX specific
+
+319494  VEX Makefile-gcc standalone build update after r2702
+        Has patch; should land it.
+
+319505  [MIPSEL] Crash: unhandled UNRAY operator.
+        --> petarj
+
+319547  helgrind gives false positives on rwlocks
+        Needs investigation
+
+319858  disInstr(thumb): unhandled instruction on instruction STRBT
+        Has patch
+
+319896  vex amd64->IR: 0x8C 0xE0
+        Probably requires proper segment support, but need to check.
+
+319932  disInstr(thumb): unhandled instruction on instruction STRHT
+        Has patch
+
+319968  disInstr(arm): 0x69746E65  (valgrind_v3.81, cortex-A9)
+        INVALID (needs closing)
+
+320058  We have problems when we try to mmap more than 12 memory pages
+        on MIPS32 when we are using Valgrind
+        --> petarj
+
+320082  disInstr(thumb): unhandled instruction on instruction LDRB
+        Has patch
+
+320083  disInstr(thumb): unhandled instruction on instruction LDRBT
+        Has patch
+
+320100  Add nanosecond timer support
+        A bigger patch depends on it, but that has not appeared yet
+
+320131  WARNING: unhandled syscall: 369 on ARM (prlimit64)
+        Has patch
+
+320546  valgrind exits with "Assertion 'in_rx' failed"
+        for /system/lib/libva-android.so on Android 4.0.4
+        Need more info (the .so); queried.
+
+320661  vgModuleLocal_read_elf_debug_info(): "Assertion '!di->soname'
+        failed" on weird files
+        Has patch; needs resync (Queried)
+
+320895  add fanotify support (patch included)
+        Has patches but need more work; queried
+
+320965  Unrecognised instruction __ieee754_pow_sse2
+        Not sure what this is.  Queried.
+
+320998  vex amd64->IR pcmpestri and pcmpestrm SSE4.2 instructions are
+        unsupported (by version 3.8.1)
+        PCMPxSTRx $0x30, $0x40
+
+321148  Unhandled instruction: PLI (Thumb 1, 2, 3)
+        Has patch
+
+321363  Unhandled instruction: SSAX (ARM + Thumb)
+        Has patch
+
+321364  Unhandled instruction: SXTAB16 (ARM + Thumb)
+        Has patch
+
+321396  Add Support for Freescale e500v2 SPE Architecture.
+        Is metabug? -- no patch, no details
+
+321400  Add Support for Freescale e5500 Architecture.
+        No patch, no details
+
+321401  Add Support for Freescale e6500 Architecture.
+        No patch, no details
+
+321444  Multi-byte fill options
+        Wishlist
+
+321466  Unhandled instruction: SHASX (ARM + Thumb)
+        Has patch
+
+321467  Unhandled instruction: SHSAX (ARM + Thumb)
+        Has patch
+
+321468  Unhandled instruction: SHSUB16 (ARM + Thumb)
+        Has patch
+
+321619  Unhandled instruction: SHSUB8 (ARM + Thumb)
+        Has patch
+
+321620  Unhandled instruction: UASX (ARM + Thumb)
+        Has patch
+
+321621  Unhandled instruction: USAX (ARM + Thumb)
+        Has patch
+
+321681  printf false positive
+        Probably WONTFIX
+
+321692  Unhandled instruction: UQADD16 (ARM + Thumb)
+        Has patch
+
+321693  Unhandled instruction: LDRSBT (Thumb)
+        has patch
+
+321694  Unhandled instruction: UQASX (ARM + Thumb)
+        Has patch
+
+321696  Unhandled instruction: UQSAX (Thumb + ARM)
+        Has patch
+
+321697  Unhandled instruction: UHASX (ARM + Thumb)
+        Has patch
+
+321703  Unhandled instruction: UHSAX (ARM + Thumb)
+        Has patch
+
+321704  Unhandled instruction: REVSH (ARM + Thumb)
+        Has patch
+
+321814  stepping through breakpoints in attached gdb process crashes valgrind
+        OSX specific; queried
+
+321836  valgrind cross compilation failure on Ubuntu machine
+        MIPS specific?
+
+Tue Jul  2 12:15:07 CEST 2013