Hi all,
I get a segfault when trying to compile srfi-13:
$ curl -O http://srfi.schemers.org/srfi-13/srfi-13.scm $ gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm
this happens with gambit v4.5.1 on a x86-64 arch linux using gcc 4.4.1.
Regards, - Ralf
Afficher les réponses par date
Same thing on a Pentium IV here
[adrien]/tmp % gsc-gambit -e '(load "~~lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault (core dumped) gsc-gambit -e '(load "~~lib/syntax-case.scm")' srfi-13.scm
[adrien]/tmp % uname -a FreeBSD Kaoru 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
[adrien]/tmp % gcc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD]
v4.5.1 20090807004037 i386-portbld-freebsd7.2 "./configure --enable-single-host --enable-gcc-opts --prefix=/usr/local --docdir=/usr/local/share/doc/gambit-c --libdir=/usr/local/lib/gambit-c/ --includedir=/usr/local/include/gambit-c --enable-interpreter-name=gsi-gambit --enable-compiler-name=gsc-gambit --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.2"
And fwiw, it goes fine with gsi.
P!
2009/8/27 Ralf Schmitt ralf@brainbot.com:
Hi all,
I get a segfault when trying to compile srfi-13:
$ curl -O http://srfi.schemers.org/srfi-13/srfi-13.scm $ gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm
this happens with gambit v4.5.1 on a x86-64 arch linux using gcc 4.4.1.
Regards,
- Ralf
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
On Thu, Aug 27, 2009 at 12:40:47PM +0200, Ralf Schmitt wrote:
Hi all,
I get a segfault when trying to compile srfi-13:
$ curl -O http://srfi.schemers.org/srfi-13/srfi-13.scm $ gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm
this happens with gambit v4.5.1 on a x86-64 arch linux using gcc 4.4.1.
Encountered same issue on archlinux i686 and gambit v4.4.3. Here is patch for srfi-pack. Colleague ported srfi-13 to define-macro.
Ramil Farkhshatov ramil@gmx.co.uk writes:
On Thu, Aug 27, 2009 at 12:40:47PM +0200, Ralf Schmitt wrote:
Hi all,
I get a segfault when trying to compile srfi-13:
$ curl -O http://srfi.schemers.org/srfi-13/srfi-13.scm $ gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm
this happens with gambit v4.5.1 on a x86-64 arch linux using gcc 4.4.1.
Encountered same issue on archlinux i686 and gambit v4.4.3. Here is patch for srfi-pack. Colleague ported srfi-13 to define-macro.
I've tried to use sfri-pack from http://www.iro.umontreal.ca/~germaing/srfi-pack-0.1.tar.gz with and without your patches. It failed miserably. Is there a newer version of sfri-pack? Do you use additional patches? Does anybody have a working implemantation of srfi 13? Should I use Bradley Lucier's code? This code at least seems to work for me. (see https://webmail.iro.umontreal.ca/pipermail/gambit-list/2009-April/003352.htm...)
Regards, - Ralf
For your information, the problem with receive when used with syntax- case has been fixed yesterday by the latest commit (be105ed3056a52bc3cc218b739fd73d3b1e849f4).
As a bonus, the receive form (and cond-expand and parameterize) now correctly track source code location information.
Marc
On 28-Aug-09, at 7:21 AM, Ralf Schmitt wrote:
Ramil Farkhshatov ramil@gmx.co.uk writes:
On Thu, Aug 27, 2009 at 12:40:47PM +0200, Ralf Schmitt wrote:
Hi all,
I get a segfault when trying to compile srfi-13:
$ curl -O http://srfi.schemers.org/srfi-13/srfi-13.scm $ gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm
this happens with gambit v4.5.1 on a x86-64 arch linux using gcc 4.4.1.
Encountered same issue on archlinux i686 and gambit v4.4.3. Here is patch for srfi-pack. Colleague ported srfi-13 to define-macro.
I've tried to use sfri-pack from http://www.iro.umontreal.ca/~germaing/srfi-pack-0.1.tar.gz with and without your patches. It failed miserably. Is there a newer version of sfri-pack? Do you use additional patches? Does anybody have a working implemantation of srfi 13? Should I use Bradley Lucier's code? This code at least seems to work for me. (see https://webmail.iro.umontreal.ca/pipermail/gambit-list/2009-April/003352.htm...)
Regards,
- Ralf
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list