Re: segfault in 1.7.91

2006-02-20 Thread Stanislav Ievlev
On Sat, Feb 18, 2006 at 11:51:48AM -0500, Ken Raeburn wrote: > On Feb 17, 2006, at 06:18, Stanislav Ievlev wrote: > > >Greetings! > > > >It is unable to call callback from thread in guile extension. > > Does it work if you use scm_with_guile in that thread, as described > in the documentation?

Re: Guile 1.7.91 has been released.

2006-02-20 Thread Neil Jerram
"Bill Schottstaedt" <[EMAIL PROTECTED]> writes: > ERROR: In procedure memoization: > ERROR: Bad binding (e) in expression (letrec ((genmatch (lambda (x clauses > match-expr) (let* > ((length>= #) # (blist #) > (plist #) (c I wonder if this might be related to a change I made recently in the ar

deadlock in 1.7.91 ?

2006-02-20 Thread Stanislav Ievlev
Greetings! I've tried to made guile module with glib's main_loop. Following example below shows some strange interpreter freeze -- # cat test.c #include #include SCM scm_test_mainloop() { GMainLoop *loop= g_main_loop_new(NULL, FALSE); g_main_loop_run(loop); } void scm_init_te

Re: Guile 1.7.91 has been released.

2006-02-20 Thread Bill Schottstaedt
Here it is -- I noticed while poking around earlier that the thing it doesn't like is <#winder...> -- it was apparently expecting to call cadr on it or something like that -- been kinda busy at work, so I haven't had time to look into it. (I had to insert an abort after expanding the ASSERT_SYNTAX

Re: Guile 1.7.91 has been released.

2006-02-20 Thread Marius Vollmer
Michael Tuexen <[EMAIL PROTECTED]> writes: > the check for socklen_t fails incorrectly because socklen_t is > defined in /sys/socket.h on Mac OS X, and on BSD systems in general. Let's figure this out in HEAD first and then put it into 1.8.1. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FA

Guile 1.8.0 has been released.

2006-02-20 Thread Marius Vollmer
We are pleased to announce the release of Guile 1.8.0. It can be found here: ftp://ftp.gnu.org/gnu/guile/guile-1.8.0.tar.gz Its SHA1 checksum is 22462680feeda1e5400195c01dee666162503d66 guile-1.8.0.tar.gz We already know about some issues with 1.8.0, please check the mailing lists:

Re: ice-9 format crashes on nan and inf

2006-02-20 Thread Kevin Ryde
I made a change the same as Marius did to ~f etc, which hopefully is about right. ___ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel