http://d.puremagic.com/issues/show_bug.cgi?id=6376



--- Comment #9 from kenn...@gmail.com 2011-07-26 03:22:10 PDT ---
(In reply to comment #8)
> Note that the stack is > 0xc000_0000 when ASLR is enabled.

src/rt/memory.d:

extern (C) void* rt_stackBottom()
{
...
    else version( OSX )
    {
        return cast(void*) 0xc0000000;
    }


Mehhhhhhhhhhhhhh. Now everything is clear.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to