-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
When building under vagrant/precise32, build succeeds but some tests, examples fail #73
Comments
binarytrees and binarytrees-list both segfault immediately with no other output, although 99bottles runs fine. |
Here's a gdb session showing the crash under binarytrees.pn: Script started on Sat 23 Aug 2014 10:08:34 PM UTC Program received signal SIGSEGV, Segmentation fault.
Quit anyway? (y or n) y Script done on Sat 23 Aug 2014 10:10:28 PM UTC |
Fixed this GC bug with commit 2bbcb2a |
Here's the make test output:
vagrant@precise32:~/noitop/potion$ make test
test/runtests.sh -q
running potion API tests
.............
OK (13 tests)
running GC tests
......
OK (6 tests)
running bin/potion VM tests
....................
** test/flow/except.pn: expected <TRY 1
TRY ERROR!
RESUMING
SUCCESS
TRY 2
SUCCESS
nil>, but got <TRY 1
nilTRY 2
SUCCESS
nil>
..................................................................
running bin/potion compiler tests
....................
** test/flow/except.pn: expected <TRY 1
TRY ERROR!
RESUMING
SUCCESS
TRY 2
SUCCESS
nil>, but got <TRY 1
nilTRY 2
SUCCESS
nil>
..................................................................
running bin/potion JIT tests
....................Segmentation fault
** test/flow/except.pn: expected <TRY 1
TRY ERROR!
RESUMING
SUCCESS
TRY 2
SUCCESS
nil>, but got <>
..................................................................
3 FAILS (258 tests)
vagrant@precise32:~/noitop/potion$
The text was updated successfully, but these errors were encountered: