On Nov 20, 2011, at 13:09:40, Dossy Shiobara wrote: > Interestingly, I tried to run Growl using libgmalloc, and it won't even start: > > $ env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib > /Applications/Growl.app/Contents/MacOS/Growl
> GuardMalloc[Growl-69473]: *** mmap(size=1048576) failed (error code=12) > *** error: can't allocate region securely > *** set a breakpoint in malloc_error_break to debug > GuardMalloc[Growl-69473]: *** malloc_default_scalable_zone() failed to find > 'DefaultMallocZone' > Segmentation fault: 11 What if you use GDB? % gdb /Applications/Growl.app/Contents/MacOS/Growl set env DYLD_INSERT_LIBRARIES /usr/lib/libgmalloc.dylib break malloc_error_break run (wait for it to crash) bt Please send the output of the last command. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
