chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #1287: csc -deploy fails with modules


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1287: csc -deploy fails with modules
Date: Thu, 26 May 2016 17:08:40 -0000

#1287: csc -deploy fails with modules
----------------------+---------------------
  Reporter:  nxg      |      Owner:
      Type:  defect   |     Status:  new
  Priority:  major    |  Milestone:  someday
 Component:  unknown  |    Version:  4.10.x
Resolution:           |   Keywords:
----------------------+---------------------

Comment (by nxg):

 No change, I'm afraid.

 With `hello.scm` and `main.scm` as before:

 {{{
 % csc -version
 (c) 2008-2016, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 Version 4.11.0rc2 ((detached from 4.11.0rc2)) (rev e910197)
 macosx-unix-clang-x86-64 [ 64bit manyargs dload ptables ]
 compiled 2016-04-28 on waldrop (Linux)

 Enter `chicken -help' for information on how to use the compiler,
 or try `csc' for a more convenient interface.

 Run `csi' to start the interactive interpreter.
 % csc -emit-all-import-libraries -shared hello.scm
 % csc -deploy main.scm
 % main/main -:d
 [debug] application startup...
 [debug] heap resized to 1048576 bytes
 [debug] stack bottom is 0x7fff5cbdd7f0.
 [debug] entering toplevel toplevel...
 [debug] entering toplevel library_toplevel...
 [debug] entering toplevel build_2dversion_toplevel...
 [debug] entering toplevel eval_toplevel...
 [debug] entering toplevel expand_toplevel...
 [debug] entering toplevel modules_toplevel...
 [debug] resizing mutation-stack from 8k to 16k ...
 [debug] entering toplevel chicken_2dsyntax_toplevel...
 ; loading ./hello.so ...
 [debug] loading compiled module `./hello.so' (handle is
 0x00007ffae8d0d880)
 [panic] nursery is too small - try higher setting using the `-:s' option -
 execution terminated
 % otool -L main/main
 main/main:
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 (compatibility version 150.0.0, current version 1153.18.0)
         @executable_path/libchicken.dylib (compatibility version 1.0.0,
 current version 1.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1213.0.0)
 % uname -a
 Darwin ptolemy.astro.gla.ac.uk 14.5.0 Darwin Kernel Version 14.5.0: Mon
 Jan 11 18:48:35 PST 2016; root:xnu-2782.50.2~1/RELEASE_X86_64 x86_64
 %
 }}}

 This is OS X 10.10.5

--
Ticket URL: <http://bugs.call-cc.org/ticket/1287#comment:2>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]