Ticket #467: log

File log, 8.1 KB (added by Christian Kellermann, 13 years ago)

chicken-install log and gdb backtrace of core dump

Line 
1~/proj/chicken/chicken-core $ sudo chicken-install -k uri-generic
2retrieving ...
3resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
4connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
5requesting "/henrietta.cgi?name=uri-generic&mode=default" ...
6reading response ...
7HTTP/1.1 200 OK
8Date: Sun, 02 Jan 2011 10:46:49 GMT
9Server: Apache
10Connection: close
11Transfer-Encoding: chunked
12Content-Type: text/plain
13reading chunks ...
14reading files ...
15  ./alternatives/
16  ./alternatives/uri-generic.abnf.scm
17  ./alternatives/uri-generic.matchable.scm
18  ./alternatives/README
19  ./alternatives/uri-generic.irregex.scm
20  ./alternatives/uri-generic.packrat.scm
21  ./uri-generic.setup
22  ./uri-generic.scm
23  ./uri-generic.meta
24 uri-generic located at /tmp/temp905/uri-generic
25checking platform for `uri-generic' ...
26checking dependencies for `uri-generic' ...
27 missing: matchable, defstruct
28retrieving ...
29resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
30connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
31requesting "/henrietta.cgi?name=matchable&mode=default" ...
32reading response ...
33HTTP/1.1 200 OK
34Date: Sun, 02 Jan 2011 10:46:51 GMT
35Server: Apache
36Connection: close
37Transfer-Encoding: chunked
38Content-Type: text/plain
39reading chunks ...
40reading files ...
41  ./matchable.setup
42  ./matchable.scm
43  ./match-simple.scm
44  ./matchable.meta
45  ./matchable-test.scm
46 matchable located at /tmp/temp905/matchable
47resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
48connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
49requesting "/henrietta.cgi?name=defstruct&mode=default" ...
50reading response ...
51HTTP/1.1 200 OK
52Date: Sun, 02 Jan 2011 10:46:52 GMT
53Server: Apache
54Connection: close
55Transfer-Encoding: chunked
56Content-Type: text/plain
57reading chunks ..
58reading files ...
59  ./defstruct.setup
60  ./defstruct.scm
61  ./defstruct.meta
62 defstruct located at /tmp/temp905/defstruct
63checking platform for `defstruct' ...
64checking dependencies for `defstruct' ...
65checking platform for `matchable' ...
66checking dependencies for `matchable' ...
67install order:
68("matchable" "defstruct" "uri-generic")
69installing matchable: ...
70changing current directory to /tmp/temp905/matchable
71  /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"matchable\" \"\"))" -e "(keep-intermediates #t)" /tmp/temp905/matchable/matchable.setup
72  /usr/local/bin/csc -feature compiling-extension -setup-mode -k   -s -O3 -d0 matchable.scm -j matchable
73  /usr/local/bin/csc -feature compiling-extension -setup-mode -k   -s -O3 -d0 matchable.import.scm
74  cp -r matchable.so /usr/local/lib/chicken/6/matchable.so
75  chmod a+r /usr/local/lib/chicken/6/matchable.so
76  cp -r matchable.import.so /usr/local/lib/chicken/6/matchable.import.so
77  chmod a+r /usr/local/lib/chicken/6/matchable.import.so
78  chmod a+r /usr/local/lib/chicken/6/matchable.setup-info
79installing defstruct: ...
80changing current directory to /tmp/temp905/defstruct
81  /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"defstruct\" \"\"))" -e "(keep-intermediates #t)" /tmp/temp905/defstruct/defstruct.setup
82  /usr/local/bin/csc -feature compiling-extension -setup-mode -k   -s -O2 defstruct.scm -j defstruct
83  /usr/local/bin/csc -feature compiling-extension -setup-mode -k   -s -O2 defstruct.import.scm
84  cp -r defstruct.so /usr/local/lib/chicken/6/defstruct.so
85  chmod a+r /usr/local/lib/chicken/6/defstruct.so
86  cp -r defstruct.import.so /usr/local/lib/chicken/6/defstruct.import.so
87  chmod a+r /usr/local/lib/chicken/6/defstruct.import.so
88  chmod a+r /usr/local/lib/chicken/6/defstruct.setup-info
89installing uri-generic: ...
90changing current directory to /tmp/temp905/uri-generic
91  /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"uri-generic\" \"\"))" -e "(keep-intermediates #t)" /tmp/temp905/uri-generic/uri-generic.setup
92  /usr/local/bin/csc -feature compiling-extension -setup-mode -k   -s -O2 uri-generic.scm -j uri-generic
93/usr/local/bin/chicken:/usr/local/lib/chicken/6/defstruct.import.so: undefined symbol 'C_srfi_2d1_toplevel'
94lazy binding failed!
95Segmentation fault (core dumped)
96
97Error: shell command terminated with non-zero exit status 35584: /usr/local/bin/chicken uri-generic.scm -output-file uri-generic.c -dynamic -feature chicken-compile-shared -feature compiling-extension -setup-mode -optimize-level 2 -emit-import-library uri-generic
98
99Error: shell command failed with nonzero exit status 256:
100
101  /usr/local/bin/csc -feature compiling-extension -setup-mode -k   -s -O2 uri-generic.scm -j uri-generic
102
103
104Error: shell command terminated with nonzero exit code
10517920
106"/usr/local/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(im...
107
108/tmp/temp905/uri-generic $ sudo gdb -c chicken.core /usr/local/bin/chicken
109GNU gdb 6.3
110Copyright 2004 Free Software Foundation, Inc.
111GDB is free software, covered by the GNU General Public License, and you are
112welcome to change it and/or distribute copies of it under certain conditions.
113Type "show copying" to see the conditions.
114There is absolutely no warranty for GDB.  Type "show warranty" for details.
115This GDB was configured as "i386-unknown-openbsd4.7"...
116Core was generated by `chicken'.
117Program terminated with signal 11, Segmentation fault.
118Reading symbols from /usr/local/lib/libchicken.so.6...done.
119Loaded symbols for /usr/local/lib/libchicken.so.6
120Reading symbols from /usr/lib/libm.so.5.2...done.
121Loaded symbols for /usr/lib/libm.so.5.2
122Reading symbols from /usr/lib/libc.so.53.1...done.
123Loaded symbols for /usr/lib/libc.so.53.1
124Reading symbols from /usr/libexec/ld.so...done.
125Loaded symbols for /usr/libexec/ld.so
126Reading symbols from /usr/local/lib/chicken/6/chicken.import.so...done.
127Loaded symbols for /usr/local/lib/chicken/6/chicken.import.so
128Reading symbols from /usr/local/lib/chicken/6/scheme.import.so...done.
129Loaded symbols for /usr/local/lib/chicken/6/scheme.import.so
130Reading symbols from /usr/local/lib/chicken/6/extras.import.so...done.
131Loaded symbols for /usr/local/lib/chicken/6/extras.import.so
132Reading symbols from /usr/local/lib/chicken/6/data-structures.import.so...done.
133Loaded symbols for /usr/local/lib/chicken/6/data-structures.import.so
134Reading symbols from /usr/local/lib/chicken/6/ports.import.so...done.
135Loaded symbols for /usr/local/lib/chicken/6/ports.import.so
136Reading symbols from /usr/local/lib/chicken/6/matchable.import.so...done.
137Loaded symbols for /usr/local/lib/chicken/6/matchable.import.so
138Reading symbols from /usr/local/lib/chicken/6/defstruct.import.so...done.
139Loaded symbols for /usr/local/lib/chicken/6/defstruct.import.so
140#0  0x00f00da7 in _dl_bind () from /usr/libexec/ld.so
141(gdb) bt
142#0  0x00f00da7 in _dl_bind () from /usr/libexec/ld.so
143#1  0x00efda67 in _dl_bind_start () from /usr/libexec/ld.so
144#2  0x8756e02c in ?? ()
145#3  0x00000010 in ?? ()
146#4  0x0aba0033 in ?? ()
147#5  0x00000033 in ?? ()
148#6  0x3c04cce0 in environ ()
149#7  0x3c04cddf in __progname_storage ()
150#8  0xcfbd6968 in ?? ()
151#9  0x2c111e2c in ?? () from /usr/local/lib/chicken/6/defstruct.import.so
152#10 0xcfbd6948 in ?? ()
153#11 0x2211e67c in ?? () from /usr/lib/libc.so.53.1
154#12 0xcfbd6940 in ?? ()
155#13 0x00000292 in ?? ()
156#14 0x8756e02c in ?? ()
157#15 0x00000010 in ?? ()
158#16 0x0c110574 in f_297 (c=2, t0=-809670176, t1=30) at defstruct.import.c:512
159#17 0x0331e6de in C_eval_toplevel (c=2, t0=30, t1=-809670176) at eval.c:3301
160#18 0x0c1104d1 in f_294 (c=2, t0=-809668496, t1=30) at defstruct.import.c:500
161#19 0x032a459c in C_library_toplevel (c=2, t0=30, t1=-809668496)
162    at library.c:6904
163#20 0x0c11042e in C_toplevel (c=2, t0=30, t1=2093446264)
164    at defstruct.import.c:488
165---Type <return> to continue, or q <return> to quit---
166#21 0x035b87af in dload_2 (dummy=0x232efcb4) at runtime.c:8158
167#22 0x03596fd1 in CHICKEN_run (toplevel=0x0) at runtime.c:1311
168#23 0x03594f08 in CHICKEN_main (argc=14, argv=0xcfbd71e8, toplevel=0x1c00241e)
169    at runtime.c:539
170#24 0x1c0023c5 in main (argc=14, argv=0xcfbd71e8) at chicken.c:217
171(gdb)