]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Wed, 12 Aug 2015 14:47:26 +0000 (14:47 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 12 Aug 2015 14:47:26 +0000 (14:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15529

NEWS
docs/internals/3_10_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 10129092f7f4a3e1d60741da7fcda6ef471616b8..b0e2a12cbf0912a3155d96fd8afeff96ca747638 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -340,6 +340,12 @@ where XXXXXX is the bug number as listed below.
 340856  disInstr(arm64): unhandled instruction 0x1E634C45 (fcsel)
 340922  arm64: unhandled getgroups/setgroups syscalls
 350251  Fix typo in VEX utility program (test_main.c).
+350407  arm64: unhandled instruction ucvtf (vector, integer)
+350809  none/tests/async-sigs breaks when run under cron on Solaris
+350811  update README.solaris after r15445
+350813  Use handwritten memcheck assembly helpers on x86/Solaris [..]
+350854  strange code in VG_(load_ELF)()
+351140  arm64 syscalls setuid (146) and setresgid (149) not implemented
 n-i-bz  DRD and Helgrind: Handle Imbe_CancelReservation (clrex on ARM)
 n-i-bz  Add missing ]] to terminate CDATA.
 n-i-bz  Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO
index 0dcf47f8cfaef8b16ad286a2db58cbb040dc3525..90f4ba17863708c81d0808579871be43761f21c1 100644 (file)
@@ -40,6 +40,8 @@ go in here.
 349304  vex amd64->IR: 0xF 0x33 0x89 0x45 0xFC 0x89 0x55 0xF8
         rdpmc?
 
+350593  AMD64 VEX does not support all SIMD compare variants.
+
 === VEX/arm ============================================================
 
 335618  mov.w rN, pc/sp (ARM32)
@@ -98,6 +100,8 @@ go in here.
 
 349891  vex x86->IR: unhandled instruction bytes: 0xF3 0xF 0xB8 0xC9
 
+350062  3.11 SVN cannot start application (x86 ROUNDSD ?)
+
 === VEX/mips ===========================================================
 
 340777  Illegal instruction on mips (ar71xx)
@@ -120,6 +124,8 @@ go in here.
 
 === VEX/s390x ==========================================================
 
+350290  s390x unsupported instruction fixbra
+
 === VEX general ========================================================
 
 339778  Linux/TileGx platform support to Valgrind
@@ -166,6 +172,10 @@ go in here.
 
 349952  Valgrind terminates process upon a call to remap_file_pages
 
+350228  Unhandled ioctl 0x6458 (i965/mesa)
+
+351029  factor our m_sigframe functions
+
 === Debuginfo reader ===================================================
 
 327427  ifunc crash when symbols are discarded
@@ -218,6 +228,13 @@ go in here.
 
 349879  [PATCH] memcheck: add handwritten assembly for helperc_LOADV*
 
+350405  Support for Intel DPDK custom allocator rte_malloc
+        Seems dubious
+
+350928  mc_malloc_wrappers.c:244 (in_block_list):
+        Assertion 'found_mc == mc' failed
+        Has patch, needs looking at
+
 === Tools/DRD ==========================================================
 === Tools/Helgrind =====================================================
 
@@ -240,6 +257,8 @@ go in here.
 342353  Allow dumping full massif output while valgrind is still running
         Has patch
 
+350934  massif VALGRIND INTERNAL ERROR: Valgrind received a signal 7 (SIGBUS)
+
 === Tools/Cachegrind ===================================================
 
 === Tools/Lackey =======================================================
@@ -269,6 +288,9 @@ go in here.
 
 347686  Patch set to cleanup PPC64 regtests
 
+350496  unhandled instruction: 0xE8040000 for powerpc e6500
+        e500 ?
+
 === other/arm ==========================================================
 
 348252  ARM: test vcvt_fixed_float_VFP causes compiler errors
@@ -345,6 +367,8 @@ go in here.
 
 349804  wine/osx: mmap-FIXED(0x1000, 1073741824) failed in UME (load_segment2)
 
+350359  memcheck/tests/x86/fxsave hangs indefinetely on OS X
+
 === other/Win32 =======================================================
 
 211529  valgrind doesn't show proper call stacks for programs compiled
@@ -361,6 +385,8 @@ go in here.
 
 348358  describe should show info about main stack guard page
 
+350202  Add limited param to 'monitor block_list'
+
 === Output =============================================================
 
 339405  Adds ability to invoke a script in order to determine a
@@ -370,6 +396,8 @@ go in here.
 342423  Log files should have the history 'execve' calls in them
         Wishlist
 
+351043  Invalid XML output when tracing into forked child processes
+
 === MPI ================================================================
 
 330147  libmpiwrap PMPI_Get_count (should take; simple fix)
@@ -397,6 +425,12 @@ go in here.
 
 349790  Clean up of the hardware capability checking utilities.
 
+350321  3 (gdbserver) stdoutB failures, 8 stderr failures during `make regtest`
+        Very likely INVALID
+
+350491  Handling of nested scripts
+        Bizarre
+
 === Uncategorised/build=================================================
 
 339215  Valgrind 3.10.0 contain 2013 in copyrights notice
@@ -439,4 +473,4 @@ Check: space recovery in aspacemgr segnames array re-implemented?
 Check: missing copyright notices in include/vki/*xen*.h
 Check: update copyright dates in source files
 
-Tue  7 Jul 15:27:23 CEST 2015
+Wed 12 Aug 15:52:27 CEST 2015