[MacPorts] #27559: Valgrind 3.6.0 crashes on snow leopard
MacPorts
noreply at macports.org
Sat Dec 4 09:50:57 PST 2010
#27559: Valgrind 3.6.0 crashes on snow leopard
--------------------------------------+-------------------------------------
Reporter: eijkhout@… | Owner: raimue@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: valgrind
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => raimue@…
* port: => valgrind
Old 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;
> }
New 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;
}
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/27559#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list