#27559: Valgrind 3.6.0 crashes on snow leopard --------------------------------------+------------------------------------- Reporter: eijkhout@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: --------------------------------------+------------------------------------- %% cc -g read.c %% valgrind a.out valgrind: mmap(0x100000000, 4096) failed in UME (load_segment1). %% cat read.c #include <stdlib.h> int main() { float *x,y; x = (float*)malloc(5*sizeof(float)); y = x[5]; return 0; } -- Ticket URL: <https://trac.macports.org/ticket/27559> MacPorts <http://www.macports.org/> Ports system for Mac OS