chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] csc segfaults with certain recursive sources


From: Brandon Van Every
Subject: Re: [Chicken-users] csc segfaults with certain recursive sources
Date: Sat, 26 May 2007 10:57:12 -0400

What OS (Linux?), what distro, what build system  (Automake, CMake, pre-packaged), what is output of "csc -version", building from tarball or Darcs head, what version?  And, please put all this in the bug tracker http://trac.callcc.org .  Note that you will need to enter stuff on the *SETTINGS* page so that Trac doesn't think you're spam.

Cheers,
Brandon Van Every


On 5/26/07, Dan Muresan <address@hidden> wrote:
$ cat x.scm
(require 'y)

(module x (fx)
   (define fx 10)
)

$ cat y.scm
(require 'x) (require-for-syntax 'x) (import x)

(define fy 20)

$ csc -R syntax-case -s x.scm
$ csc -R syntax-case -s y.scm
Error: (open-input-file) can not open file - Too many open files: "./x.so"
Segmentation fault (core dumped)
*** Shell command terminated with exit status 139:
/opt/chicken/bin/chicken y.scm -output-file y.c -dynamic -feature
chicken-compile-shared -quiet -require-extension syntax-case


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

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