GNU bug report logs -
#44965
guile 3.0.4 segfault
Previous Next
To reply to this bug, email your comments to 44965 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#44965
; Package
guile
.
(Mon, 30 Nov 2020 17:30:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolò Balzarotti <anothersms <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Mon, 30 Nov 2020 17:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi! Guile 3.0.4 is segfaulting when using
https://github.com/aconchillo/guile-json (release 4.4.0,
89e2ce975064baf4f434de4d97e54aac704769a0)
The bug has been fixed in guile-json, but according to the manual "When
Guile crashes, it is a bug", so I'm reporting this here, too.
The code that made guile crash is the following:
#+begin_src scheme
(use-modules (json))
(json-string->scm "[123e-10000000]")
#+end_src
It's either crashing at
0x00007ffff7bfea60 in __gmpn_copyi_core2 () from
/gnu/store/35afkywncrr5xsb4cxcljf6rpjcb7f61-gmp-6.2.0/lib/libgmp.so.10
or
0x00007ffff7bfefbe in __gmpn_lshift_core2 () from
/gnu/store/35afkywncrr5xsb4cxcljf6rpjcb7f61-gmp-6.2.0/lib/libgmp.so.10
I'm running guile on guix (#6135e55f5ce39c7947288d54de8727eb5aa0e43c).
Thanks!
This bug report was last modified 3 years and 362 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.