|
From: Thomas M. <DBG...@gm...> - 2017-02-28 07:45:52
|
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div> <div> </div> <div>i am using valgrind on macos 10.12.3 (intel Core i5).</div> <div>After compiling the newest valgrind version from svn, i cannot start valgrind for any application.</div> <div> </div> <div>I get the following error:</div> <div>$ sudo ./valgrind -v /Users/user/Documents/application<br/> valgrind: mmap-FIXED(0x0, 253952) failed in UME (load_segment1) with error 12 (Cannot allocate memory).</div> <div> </div> <div>$ ./valgrind --version<br/> valgrind-3.13.0.SVN</div> <div> </div> <div>How can i solve this problem?<br/> Thanks for help!</div> <div> </div> <div>best regards,</div> <div>Thomas</div></div></body></html> |
|
From: James O. <jam...@wu...> - 2017-02-28 08:06:52
|
I believe this is a known issue with MacOSX Sierra. On Tue, Feb 28, 2017 at 1:45 AM, Thomas Manninger <DBG...@gm...> wrote: > Hi, > > i am using valgrind on macos 10.12.3 (intel Core i5). > After compiling the newest valgrind version from svn, i cannot start > valgrind for any application. > > I get the following error: > $ sudo ./valgrind -v /Users/user/Documents/application > valgrind: mmap-FIXED(0x0, 253952) failed in UME (load_segment1) with error > 12 (Cannot allocate memory). > > $ ./valgrind --version > valgrind-3.13.0.SVN > > How can i solve this problem? > Thanks for help! > > best regards, > Thomas > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > |
|
From: Ivo R. <iv...@iv...> - 2017-02-28 08:28:11
|
2017-02-28 8:52 GMT+01:00 James Orr <jam...@wu...>: > I believe this is a known issue with MacOSX Sierra. Patches are welcome! I. |