[ros-bugs] [Bug 708] Selfhosting (ros-on-ros compilation) fails.
ReactOS.Bugzilla at reactos.com
ReactOS.Bugzilla at reactos.com
Thu Sep 1 16:59:25 CEST 2005
http://reactos.com/bugzilla/show_bug.cgi?id=708
------- Additional Comments From hartmut.birr at gmx.de 2005-01-09 16:59 -------
I'm not sure but it seems that msvcrt from w2k has a 16 byte heap alignment,
which cannot trigger the bug. I've replaced malloc/realloc/free with my own
functions, which uses VirtualAlloc/VirtualFree. The block end is always put on
a page boundary and the next page is not accessible. This shows the source
line in windres, which triggers the bug.
--
Configure bugmail: http://reactos.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list