Opened 13 years ago

Last modified 13 years ago

#27559 closed defect

Valgrind 3.6.0 crashes on snow leopard — at Initial Version

Reported by: VictorEijkhout (Victor Eijkhout) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: valgrind

Description

%% 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;

}

Change History (0)

Note: See TracTickets for help on using tickets.