-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solaris 11/x86: wrong STACKBOTTOM #122
Comments
I've tested the HEURISTIC2 change on a bigger test case, the Mercury compiler. With the change, it works as expected. |
The fix merged to master - 81cae56 |
Thanks, Ivan. It looks fine. |
jsonn
pushed a commit
to jsonn/pkgsrc
that referenced
this issue
Nov 10, 2016
USERLIMIT is given. From Brad Forschinger in PR pkg/49787 Also from both boehm-gc commit, where there is a longer description of issues in issue #122: ivmai/bdwgc#122 ivmai/bdwgc@81cae56 we have the additions here (adding the definition of STACKBOTTOM if USERLIMIT otherwise use HEURISTIC2), but not the removal of the first part, which declares STACKBOTTOM unconditionally. Reportedly fixes build on SunOS 5.10 sun4u.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it appears the determination of STACKBOTTOM does not work on Solaris 11/x86.
I tested with the latest 'master' branch. Note that I disable threads.
make check
passes when threads are enabled.It seems STACKBOTTOM is wrong.
make check
passes after applying this hack (in the #ifdef I386 block):Perhaps the I386 block requires the same code as for X86_64 and SPARC? i.e. this stuff
The text was updated successfully, but these errors were encountered: