Opened 10 years ago
Closed 9 years ago
#1120 closed defect (fixed)
apply-tests failure on OpenBSD 5.4 (x86-64, clang 3.3)
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.11.0 |
Component: | unknown | Version: | 4.9.x |
Keywords: | apply-tests, 4.9.0rc1, openbsd, clang | Cc: | |
Estimated difficulty: |
Description
Alexander Shendi has caught a failure in apply-tests with the 4.9.0rc1 tarball on OpenBSD 5.4, x86-64, clang 3.3. See http://lists.nongnu.org/archive/html/chicken-users/2014-04/msg00103.html for more details.
I could reproduce that behavior, and noticed it is intermittent -- most of times apply-tests crash, but sometimes it works.
Everything seems to work fine if we use GCC 4.2.1 to build the 4.9.0rc1 tarball on the same system.
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Milestone: | → 4.10.0 |
---|
comment:3 Changed 9 years ago by
Milestone: | 4.10.0 → 4.11.0 |
---|
With argvector, fixing #1098 may be even easier. However, with argvector this particular bug may have been fixed! Alex, could you test that?
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed, probably with the merge of argvector and 0260c17 / 259fa4b
Not an openbsd issue, but a bug in CHICKEN itself. Should be fixed once we attack #1098 head-on.