[MacPorts] #27559: Valgrind 3.6.0 crashes on snow leopard

MacPorts noreply at macports.org
Sat Dec 4 09:24:22 PST 2010


#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:                                       
--------------------------------------+-------------------------------------

Comment(by eijkhout@…):

 Sorry about that.

 {{{
 %% 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:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list