chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Scripting broken in 1.66?


From: Dale Jordan
Subject: [Chicken-users] Scripting broken in 1.66?
Date: Tue, 19 Oct 2004 12:41:57 -0700

I was trying to get some csi scripts running after SRFI-22 was deimplemented
without any luck.  Going back to ground zero I tried the simple script in
the manual:

> cat foo.scm
#! /usr/local/bin/csi -script
(print (eval (with-input-from-string
              (car (command-line-arguments))
              read)))
> ./foo.scm "(+ 3 4)"

and got a Segmentation Fault (core dumped) with the following stack trace:

Exception: STATUS_ACCESS_VIOLATION at eip=610BA4C1
eax=00000000 ebx=00000001 ecx=FFFFFFFF edx=00000000 esi=0022B9C4
edi=00000000
ebp=0022B908 esp=0022B904 program=D:\cygwin\usr\local\bin\csi.exe
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022B908  610BA4C1  (00000000, 10163140, 0022BA30, 0000000F)
0022F7AC  1004FD88  (20202020, 20202020, 20202020, 20202020)
      4 [main] csi 1224 handle_exceptions: Error while dumping state
(probably corrupted stack)

This is under cygwin.  I haven't had any other problems running under emacs
or compiling.

Dale Jordan





reply via email to

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