[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: |
Fri, 27 May 2016 13:35:04 -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):
I'm afraid that didn't work for me either – see gdb output below. I also
tried building it using `clang` and using `lldb`, but with no more
success. I also tried a bootstrap build, for both gcc/gdb and
clang/lldb. I'll attach the build log to this comment. I can see
`#define DEBUGBUILD 1` in `chicken-defaults.h`, so I don't think I've made
any typos.
{{{
quaxo:/tmp/chicken> which csc
/Data/tools/chicken-4.11.0rc2/bin/csc
quaxo:/tmp/chicken> csc -emit-all-import-libraries -shared hello.scm
quaxo:/tmp/chicken> csc -deploy main.scm
quaxo:/tmp/chicken> sudo gdb main/main
GNU gdb (GDB) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin14.5.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from main/main...
warning: `/private/tmp/chicken/main.o': can't open to read symbols: No
such file or directory.
(no debugging symbols found)...done.
(gdb) break runtime.c:panic
No symbol table is loaded. Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (runtime.c:panic) pending.
(gdb) run
Starting program: /private/tmp/chicken/main/main
warning:
`/BinaryCache/coreTLS/coreTLS-35.40.1~1/Objects/coretls.build/coretls.build
/Objects-normal/x86_64/system_coretls_vers.o': can't open to read symbols:
No such file or directory.
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.40.1~1/Symbols/BuiltProducts/libcoretls_ciphersuites.a"
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.40.1~1/Symbols/BuiltProducts/libcoretls_handshake.a"
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.40.1~1/Symbols/BuiltProducts/libcoretls_record.a"
warning: Could not open OSO archive file
"/BinaryCache/coreTLS/coreTLS-35.40.1~1/Symbols/BuiltProducts/libcoretls_stream_parser.a"
Error in re-setting breakpoint 1: Cannot access memory at address 0x735c00
warning: `/private/tmp/chicken/hello.o': can't open to read symbols: No
such file or directory.
Error in re-setting breakpoint 1: Cannot access memory at address 0x735c00
[panic] nursery is too small - try higher setting using the `-:s' option -
execution terminated
[Inferior 1 (process 86691) exited with code 01]
(gdb) quit
}}}
--
Ticket URL: <http://bugs.call-cc.org/ticket/1287#comment:6>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/23
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/24
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/26
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/26
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/26
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules,
Chicken Trac <=
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27