> I get the same sort of "set address range perms" I get on my real program 
> (please, if somebody could give me more info about those, it would be 
> helpful).

> ==12544== Warning: set address range perms: large range [0x13dde030, 
> 0x31382050) (noaccess)

RTFM:  "Diagnostic message, mostly for benefit of the Valgrind
    developers, to do with memory permissions."

Valgrind gives such a message whenever the byte length [here length=0x31382050,
base=0x13dde030; notice the square bracket on the left and the round bracket
on the right] exceeds some lower bound such as 256MB.  The reason is that
such a large range is most unusual, and may indicate an error.

-- 

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to