Re: [Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-21 Thread Markus Klotzbuecher
Hi, On Sun, Nov 20, 2011 at 11:30:35AM +0100, Christian Kellermann wrote: * xudi...@gmail.com [20 09:19]: Hello, I know this is not the right place to make a bug report, and I really don't know whether this is a bug. I did like the following: xudifsd@xudifsd-laptop:~$ csi

Re: [Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-21 Thread Christian Kellermann
Hi Markus! Thanks for your detailed report. * Markus Klotzbuecher m...@marumbi.de [21 11:22]: #;1 (list-ref 2 '(1 5 2)) Segmentation fault xudifsd@xudifsd-laptop:~$ csi -v I feel a bit dumb (and trolled) by this. The correct syntax for list-ref is (list-ref '(1 5 2) 2) of course.

Re: [Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-21 Thread Markus Klotzbuecher
Hi Christian, On Mon, Nov 21, 2011 at 11:39:06AM +0100, Christian Kellermann wrote: Thanks for your detailed report. * Markus Klotzbuecher m...@marumbi.de [21 11:22]: #;1 (list-ref 2 '(1 5 2)) Segmentation fault xudifsd@xudifsd-laptop:~$ csi -v I feel a bit dumb (and

Re: [Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-21 Thread Jim Ursetto
It's also fixed as of 4.7.0.1-st (commit faa97a3) On Nov 21, 2011, at 4:39 AM, Christian Kellermann wrote: Hi Markus! Thanks for your detailed report. * Markus Klotzbuecher m...@marumbi.de [21 11:22]: #;1 (list-ref 2 '(1 5 2)) Segmentation fault xudifsd@xudifsd-laptop:~$ csi -v

[Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-20 Thread 徐迪
Hello, I know this is not the right place to make a bug report, and I really don't know whether this is a bug. I did like the following: xudifsd@xudifsd-laptop:~$ csi #;1 (list-ref 2 '(1 5 2)) Segmentation fault xudifsd@xudifsd-laptop:~$ csi -v CHICKEN (c)2008-2011 The Chicken Team (c)2000-2007

Re: [Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-20 Thread Christian Kellermann
Hi, * xudi...@gmail.com [20 09:19]: Hello, I know this is not the right place to make a bug report, and I really don't know whether this is a bug. I did like the following: xudifsd@xudifsd-laptop:~$ csi #;1 (list-ref 2 '(1 5 2)) Segmentation fault xudifsd@xudifsd-laptop:~$ csi

Re: [Chicken-users] BUG, list-ref bug found in chicken version 4.7.0

2011-11-20 Thread Blake Sweeney
Hi, Seems I forgot to send the last one to the whole list. On Sun, 20 Nov 2011 16:49:13 +0100, Christian Kellermann ck...@pestilenz.org wrote: Hi, * Blake Sweeney blakes...@gmail.com [20 16:26]: I've attached the output from chicken-bug. For reference I installed chicken with