* Segmentation Fault in guile-1.8.7 on recent Macbook Pro
@ 2010-10-23 11:40 Fabian Schuetz
2010-10-30 15:58 ` Neil Jerram
0 siblings, 1 reply; 3+ messages in thread
From: Fabian Schuetz @ 2010-10-23 11:40 UTC (permalink / raw)
To: bug-guile
While experimenting with "undefine", I discovered, that
even quite important functions, like "write" or "display"
can be undefined. The problem is, that calling them
after they have been "undefined", leads to an
endless regression, displaying a Segmentation fault,
when finally interrupted.
If I "undefine" list:
(undefine list)
and call it afterwards:
(list 1 2 3 4)
I get the expected "ABORT: (unbound-variable)
I would be glad to help out, to fix this.
Be greeted,
Fabian Schütz
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Segmentation Fault in guile-1.8.7 on recent Macbook Pro
2010-10-23 11:40 Segmentation Fault in guile-1.8.7 on recent Macbook Pro Fabian Schuetz
@ 2010-10-30 15:58 ` Neil Jerram
2010-11-18 15:10 ` Andy Wingo
0 siblings, 1 reply; 3+ messages in thread
From: Neil Jerram @ 2010-10-30 15:58 UTC (permalink / raw)
To: Fabian Schuetz; +Cc: bug-guile
Fabian Schuetz <info@fms-edv.de> writes:
> While experimenting with "undefine", I discovered, that
> even quite important functions, like "write" or "display"
> can be undefined. The problem is, that calling them
> after they have been "undefined", leads to an
> endless regression, displaying a Segmentation fault,
> when finally interrupted.
>
> If I "undefine" list:
> (undefine list)
> and call it afterwards:
> (list 1 2 3 4)
> I get the expected "ABORT: (unbound-variable)
>
> I would be glad to help out, to fix this.
Can you explain why you need to undefine those functions?
Unless there's a compelling need, I'm afraid it's unlikely anyone will
work on this, because most developer focus is now on 1.9/2.0.
Thanks,
Neil
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Segmentation Fault in guile-1.8.7 on recent Macbook Pro
2010-10-30 15:58 ` Neil Jerram
@ 2010-11-18 15:10 ` Andy Wingo
0 siblings, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2010-11-18 15:10 UTC (permalink / raw)
To: Neil Jerram; +Cc: bug-guile, Fabian Schuetz
On Sat 30 Oct 2010 17:58, Neil Jerram <neil@ossau.uklinux.net> writes:
> Fabian Schuetz <info@fms-edv.de> writes:
>
>> (undefine list)
>
> Unless there's a compelling need, I'm afraid it's unlikely anyone will
> work on this, because most developer focus is now on 1.9/2.0.
Indeed, `undefine' doesn't exist in 1.9/2.0.
If you still have questions, Fabian, let us know how we can help you do
what you need to do without using undefine.
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-18 15:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23 11:40 Segmentation Fault in guile-1.8.7 on recent Macbook Pro Fabian Schuetz
2010-10-30 15:58 ` Neil Jerram
2010-11-18 15:10 ` Andy Wingo
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).