[Issue 6376] core.thread.thread_scanAll doesn't scan the stack due to ASLR on Mac OS X 10.7
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 26 03:22:16 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6376
--- Comment #9 from kennytm at 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: -------
More information about the Digitalmars-d-bugs
mailing list