[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1277: Crash on Mac OS X
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1277: Crash on Mac OS X |
Date: |
Tue, 12 Apr 2016 21:39:10 -0000 |
#1277: Crash on Mac OS X
-----------------------+--------------------
Reporter: sjamaan | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 4.11.0
Component: unknown | Version: 4.10.x
Resolution: | Keywords:
-----------------------+--------------------
Comment (by zbigniew):
I am positive this is caused by the stripping of DYLD_LIBRARY_PATH.
Symlinking the library into the current working directory makes the tests
work:
{{{
ln -sf $PWD/libchicken.dylib tests/
ln -sf $PWD/libchicken.dylib tests/reverser/tags/1.0
ln -sf $PWD/libchicken.dylib tests/reverser/tags/1.1
}}}
After this all tests pass except for the last test (deployment), which
still fails with a nursery error; unsure if related.
{{{
/Users/jim/Downloads/chicken-4.11.0rc1/tests/../chicken 'rev-app.scm'
-output-file 'rev-app.c' -verbose -include-path
/Users/jim/Downloads/chicken-4.11.0rc1/tests/.. -verbose -include-path
/Users/jim/Downloads/chicken-4.11.0rc1/tests/..
[panic] nursery is too small - try higher setting using the `-:s' option -
execution terminated
}}}
--
Ticket URL: <http://bugs.call-cc.org/ticket/1277#comment:3>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.