Andy Wingo wrote:
1. psyntax-pp.scm sometimes regenerating itself
Yes.
2. some kind of segfault related to stack sizes on cygwin
Not segfault, stack overflow after we make the stack bigger with
debug-set!. I didn't debugged this yet.
3. The following:
That segfault was an fd_set overflo
Hi szgyg,
I can't recall where we were with this.
1. psyntax-pp.scm sometimes regenerating itself
2. some kind of segfault related to stack sizes on cygwin
3. The following:
On Tue 07 Jul 2009 17:53, szgyg writes:
> That segfault was an fd_set overflow. We should
> #define FD_SETSIZE 1024
>
Andy Wingo wrote:
On Sat 27 Jun 2009 15:36, szgyg writes:
--- T.scm ---
(define *old-stack-level* (and=> (memq 'stack (debug-options)) cadr))
(debug-set! stack (* 2 *old-stack-level*))
(display #t)
-
$ guile -q --debug -s T.scm
Backtrace:
In ../../module/ice-9/boot-9.scm:
874: 0*
Hi szgyg,
On Sat 27 Jun 2009 15:36, szgyg writes:
> Andy Wingo wrote:
>> On Thu 18 Jun 2009 09:33, szgyg writes:
>>> make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build/module'
>>> GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o
>>> "ice-9/psyntax-pp.go" "../../mod
Andy Wingo wrote:
On Thu 18 Jun 2009 09:33, szgyg writes:
** wrong path when compiling psyntax-pp.scm
First time only
Making all in module
make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build/module'
/home/szgyg/src/GIT/guile/=build/meta/guile --no-autocompile -s
../../module/ice-9/
On Thu 18 Jun 2009 09:33, szgyg writes:
> ** wrong path when compiling psyntax-pp.scm
>
> First time only
>
> Making all in module
> make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build/module'
> /home/szgyg/src/GIT/guile/=build/meta/guile --no-autocompile -s
> ../../module/ice-9/compil
-*- outline -*-
Guile HEAD on the upcoming Cygwin-1.7 [1]
Good news first: I can't reproduce the infamous "threaded Guile hangs on
quit" error. (Cygwin has been shipping single-threaded Guile up to now.)
Guile builds with only minor hiccups. I hope these can be fixed before
the prerelease.