[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] will we have a release this year?
From: |
Andy Bennett |
Subject: |
Re: [Chicken-hackers] will we have a release this year? |
Date: |
Sun, 23 Sep 2012 14:09:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6 |
Hi,
> I have been testing 4.8.0rc4 quite a bit this week, and everything
> seems to work fine, so if there are no objections, I will make the
> release next Monday.
Did people see my bug report on chicken-users regarding the environments
egg and eval? I posted in the "Re: [Chicken-users] Chicken 4.8.0 release
candidate 4 now available" thread on 2012/09/18.
----------
Another was segfaulting and continued to segfault on 'load'. I narrowed
it down to this repro case in the interpreter:
-----
#;1> (use environments)
#;2> (define widget-eval-env (make-parameter (environment-copy
(scheme-report-environment 5) #t)))
-----
Using Mortiz's rewrite branch of the environments egg:
https://anonymous:@code.call-cc.org/svn/chicken-eggs/release/4/environments/branches/rewrite/
... stops the segfault.
I can get a binary out but it throws an exception somewhere it didn't
used to:
-----
unbound variable
##sys#list
-----
...and my debugging efforts so far point to a problem with eval and an
environment from the environments egg.
----------
Regards,
@ndy
--
address@hidden
http://www.ashurst.eu.org/
0x7EBA75FF
- [Chicken-hackers] will we have a release this year?, Felix, 2012/09/13
- Re: [Chicken-hackers] will we have a release this year?, Christian Kellermann, 2012/09/13
- Re: [Chicken-hackers] will we have a release this year?, Ivan Raikov, 2012/09/13
- Re: [Chicken-hackers] will we have a release this year?, Felix, 2012/09/14
- Re: [Chicken-hackers] will we have a release this year?, Mario Domenech Goulart, 2012/09/15
- Re: [Chicken-hackers] will we have a release this year?, Felix, 2012/09/15
- Re: [Chicken-hackers] will we have a release this year?, Ivan Raikov, 2012/09/21
- Re: [Chicken-hackers] will we have a release this year?, Felix, 2012/09/21
- Re: [Chicken-hackers] will we have a release this year?,
Andy Bennett <=
- Re: [Chicken-hackers] will we have a release this year?, Ivan Raikov, 2012/09/23
- Re: [Chicken-hackers] will we have a release this year?, Andy Bennett, 2012/09/24
- Re: [Chicken-hackers] will we have a release this year?, Sven Hartrumpf, 2012/09/22