GNU bug report logs -
#25212
REPL aborts when a stack overflow is triggered twice
Previous Next
Reported by: Steff <steffhip <at> googlemail.com>
Date: Thu, 15 Dec 2016 19:42:02 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25212 in the body.
You can then email your comments to 25212 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#25212
; Package
guile
.
(Thu, 15 Dec 2016 19:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Steff <steffhip <at> googlemail.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Thu, 15 Dec 2016 19:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
When a Stack Overflow occured the new prompt of the REPL becomes fragile
an sometimes crashes on invalid inputs.
A reliant way to make the REPL abort, is by triggering a stack overflow
twice.
Affected Version: 2.0.13
Way to reproduce:
scheme@(guile-user)> (define x (lambda () (x) (x))) ;;; define a
function provoking a stack-overflow
scheme@(guile-user)> (x) (x) ;;; first call of
this function is caught but second aborts the REPL
<unnamed port>:2:0: In procedure x:
<unnamed port>:2:0: Throw to key `vm-error' with args `(vm-run "VM:
Stack overflow" ())'.
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
[1] 13794 abort (core dumped) guile
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Mon, 09 Jan 2017 21:52:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Steff <steffhip <at> googlemail.com>
:
bug acknowledged by developer.
(Mon, 09 Jan 2017 21:52:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 25212-done <at> debbugs.gnu.org (full text, mbox):
On Thu 15 Dec 2016 20:34, Steff <steffhip <at> googlemail.com> writes:
> When a Stack Overflow occured the new prompt of the REPL becomes
> fragile an sometimes crashes on invalid inputs.
> A reliant way to make the REPL abort, is by triggering a stack
> overflow twice.
>
> Affected Version: 2.0.13
Yeah this one is gnarly. We couldn't fix it in the 2.0 for various
reasons but addressed it comprehensively in 2.2:
https://wingolog.org/archives/2014/03/17/stack-overflow
Closing as done. 2.2.0 should be out within a month or two.
Andy
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 07 Feb 2017 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.