chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: 4.1.0rc1


From: Sven Hartrumpf
Subject: Re: [Chicken-users] Re: 4.1.0rc1
Date: Fri, 03 Jul 2009 15:56:52 +0200 (CEST)

Fri, 3 Jul 2009 11:37:23 +0000 (UTC), bunny351 wrote:
> Damn. I had this on galinha the other day, but thought it was a
> dynamic linking problem.
> 
> I have currently no access to a Linux machine with gdb, so perhaps someone
> can add DEBUGBUILD=1 to the build and give me a gdb backtrace?

Sorry, I have not much time the following days.
This is what I got (not much):

chicken-4.1.0rc1/tests > gdb ../chicken
GNU gdb 6.8
Copyright (C) 2008 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 "i586-suse-linux"...
(gdb) run compiler-tests.scm -output-file a.c -include-path .. -verbose
Starting program: /home/sven/tmp/chicken-4.1.0rc1/chicken compiler-tests.scm 
-output-file a.c -include-path .. -verbose
Loading compiler extensions...
debugging info: calltrace
compiling `compiler-tests.scm' ...
pass: source
; loading /programs/free/chicken-4.1.0/lib/chicken/4/scheme.import.so ...
; loading /programs/free/chicken-4.1.0/lib/chicken/4/chicken.import.so ...
; loading /programs/free/chicken-4.1.0/lib/chicken/4/foreign.import.so ...

Program received signal SIGSEGV, Segmentation fault.
0x402f0903 in C_i_car () from /programs/free/chicken-4.1.0/lib/libchicken.so
(gdb) bt
#0  0x402f0903 in C_i_car () from /programs/free/chicken-4.1.0/lib/libchicken.so
#1  0x40307ff4 in ?? () from /programs/free/chicken-4.1.0/lib/libchicken.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) 

Sven




reply via email to

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