unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Re: segfault in CVS HEAD
@ 2004-06-26 11:13 Bill Schottstaedt
  2004-06-27 13:14 ` Dirk Herrmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Schottstaedt @ 2004-06-26 11:13 UTC (permalink / raw)


I also have hit that bug -- next time it happens, I'll
try to track it down.  Have you (Dirk) had a chance to
look at the procedure-source bug mentioned a few weeks
ago (and related to this one, I bet)?  It is a real
problem for me that procedure-source is not a usable
source anymore -- I can't use the CVS Guile.
Here's the original -- I don't know why the mailer
translates "pound at l a m b d a":

----
In Sunday's Guile (6-jun):

guile> (define (hi a) (+ a 1))
guile> (procedure-source hi)
(lambda (a) # @ lambda (+ a 1))

Is this (the new "# @ lambda") an intentional change?
If I call the procedure, the # @ lambda disappears:

guile> (define (hi a) (+ a 1))
guile> (hi 1)
2
guile> (procedure-source hi)
(lambda (a) (+ a 1))
----

Surely debugging junk like this can be put under a
debugging flag and not impact everyone else?



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: segfault in CVS HEAD
  2004-06-26 11:13 segfault in CVS HEAD Bill Schottstaedt
@ 2004-06-27 13:14 ` Dirk Herrmann
  0 siblings, 0 replies; 2+ messages in thread
From: Dirk Herrmann @ 2004-06-27 13:14 UTC (permalink / raw)
  Cc: bug-guile

Hi Bill and Han-Wen,

thanks for both your inputs. I have just committed some patches that 
should solve your problems. I would be glad if you could check whether 
it now works for you.

Best regards,
Dirk



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-27 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-26 11:13 segfault in CVS HEAD Bill Schottstaedt
2004-06-27 13:14 ` Dirk Herrmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).