GNU bug report logs - #59984
segfault in list-ref

Previous Next

Package: guile;

Reported by: Christopher Lam <christopher.lck <at> gmail.com>

Date: Mon, 12 Dec 2022 04:12:02 UTC

Severity: normal

Done: Jean Abou Samra <jean <at> abou-samra.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Lam <christopher.lck <at> gmail.com>
Subject: bug#59984: closed (Re: bug#59984: segfault in list-ref)
Date: Mon, 12 Dec 2022 06:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59984: segfault in list-ref

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59984 <at> debbugs.gnu.org.

-- 
59984: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59984
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jean Abou Samra <jean <at> abou-samra.fr>
To: Christopher Lam <christopher.lck <at> gmail.com>, 59984-close <at> debbugs.gnu.org
Subject: Re: bug#59984: segfault in list-ref
Date: Mon, 12 Dec 2022 07:25:37 +0100
[Message part 3 (text/plain, inline)]
Le 12/12/2022 à 05:10, Christopher Lam a écrit :
>
> Hi guile dev team
>
> Here's a glaring segfault in guile 3.0.8


This is a duplicate of 
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59874, which is already 
fixed in master.

Best,
Jean
[OpenPGP_signature (application/pgp-signature, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Christopher Lam <christopher.lck <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: segfault in list-ref
Date: Mon, 12 Dec 2022 12:10:39 +0800
[Message part 6 (text/plain, inline)]
Hi guile dev team

Here's a glaring segfault in guile 3.0.8

GNU Guile 3.0.8
Copyright (C) 1995-2021 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)>
scheme@(guile-user)> (define lst (iota 20))
scheme@(guile-user)> (list-ref lst 1)
$1 = 1
scheme@(guile-user)> (list-ref lst 1.5)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Wrong type (expecting exact integer): 1.5

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]>

scheme@(guile-user)> (list-ref lst -1)
Segmentation fault (core dumped)
[Message part 7 (text/html, inline)]

This bug report was last modified 2 years and 164 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.