OLDER NEWS
are trying something different for 3.0.
- Small changes in control log file naming which make it easier to
use valgrind for debugging MPI-based programs.
The relevant
new flags are --log-file-exactly= and --log-file-qualifier=.
- As part of adding AMD64 support, DWARF2 CFI-based stack unwinding
support was added.
In principle this means Valgrind can produce
meaningful backtraces on x86 code compiled with -fomit-frame-pointer
providing you also compile your code with -fasynchronous-unwind-tables.
- The documentation build system has been completely redone.
The documentation masters are now in XML format, and from that
HTML, PostScript and PDF documentation is generated.
As a result
the manual is now available in book form.
Note that the
documentation in the source tarballs is pre-built, so you don’t need
any XML processing tools to build Valgrind from a tarball.
Changes that are not user-visible:
- The code has been massively overhauled in order to modularise it.
As a result we hope it is easier to navigate and understand.
- Lots of code has been rewritten.
BUGS FIXED:
110046
sz == 4 assertion failed
109810
vex amd64->IR: unhandled instruction bytes: 0xA3 0x4C 0x70 0xD7
109802
Add a plausible_stack_size command-line parameter ?
109783
unhandled ioctl TIOCMGET (running hw detection tool discover)
109780
unhandled ioctl BLKSSZGET (running fdisk -l /dev/hda)
109718
vex x86->IR: unhandled instruction: ffreep
109429
AMD64 unhandled syscall: 127 (sigpending)
109401
false positive uninit in strchr from ld-linux.so.2
109385
"stabs" parse failure
109378
amd64: unhandled instruction REP NOP
109376
amd64: unhandled instruction LOOP Jb
109363
AMD64 unhandled instruction bytes
109362
AMD64 unhandled syscall: 24 (sched_yield)
109358
fork() won’t work with valgrind-3.0 SVN
109332
amd64 unhandled instruction: ADC Ev, Gv
109314
Bogus memcheck report on amd64
108883
Crash; vg_memory.c:905 (vgPlain_init_shadow_range):
Assertion ‘vgPlain_defined_init_shadow_page()’ failed.
108349
mincore syscall parameter checked incorrectly
108059
build infrastructure: small update
107524
epoll_ctl event parameter checked on EPOLL_CTL_DEL
107123
Vex dies with unhandled instructions: 0xD9 0x31 0xF 0xAE
106841
auxmap & openGL problems
106713
SDL_Init causes valgrind to exit
106352
setcontext and makecontext not handled correctly
106293
addresses beyond initial client stack allocation
not checked in VALGRIND_DO_LEAK_CHECK
55
Содержание BBV
Страница 176: ...Valgrind FAQ Release 3 8 0 10 August 2012 Copyright 2000 2012 Valgrind Developers Email valgrind valgrind org ...
Страница 177: ...Valgrind FAQ Table of Contents Valgrind Frequently Asked Questions 1 ii ...
Страница 302: ...README mips based on newer GCC versions if possible 95 ...
Страница 303: ...GNU Licenses ...
Страница 304: ...GNU Licenses Table of Contents 1 The GNU General Public License 1 2 The GNU Free Documentation License 8 ii ...