Mercury Bugs - mercury
View Issue Details
0000126mercuryBugpublic2010-01-12 11:102010-01-25 17:08
Reporterpetdr 
Assigned Towangp 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000126: unable to build asm_fast.gc.stseg grade under cygwin
Descriptionmgnuc --grade asm_fast.gc.stseg --c-debug --no-ansi -- -c mercury_stacks.c -o mercury_stacks.o
mercury_stacks.c: In function `MR_rewind_nondetstack_segments':
mercury_stacks.c:330: error: structure has no member named `MR_zone_redzone'
make[2]: *** [mercury_stacks.o] Error 1

The problem is that MR_zone_redzone is only defined if one can use mprotect to check for overflow, which one cannot do on cygwin.
TagsNo tags attached.
Attached Files

There are no notes attached to this issue.

Issue History
2010-01-12 11:10petdrNew Issue
2010-01-12 11:10petdrStatusnew => assigned
2010-01-12 11:10petdrAssigned To => wangp
2010-01-25 17:08wangpStatusassigned => resolved
2010-01-25 17:08wangpResolutionopen => fixed