bug#59874: Segfault from string-ref with negative 'k'

2022-12-11 Thread Jean Abou Samra
(Closing since this has been fixed.) OpenPGP_signature Description: OpenPGP digital signature

bug#59874: Segfault from string-ref with negative 'k'

2022-12-10 Thread bokr
HI, On +2022-12-07 11:29:28 +0100, Ricardo Wurmus wrote: > Thank you for reporting this bug. > > > i noticed that if i, on my system, run "guile" from a shell and then type > > into the command prompt that appears, > > > > (string-ref "a string" -1) > > > > guile appears to hang for a few

bug#59874: Segfault from string-ref with negative 'k'

2022-12-07 Thread lloda
Hello, This is the same bug as https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58154 which is fixed in git (http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=c0004442b7691f59a0e37869ef288eb26382ad9e

bug#59874: Segfault from string-ref with negative 'k'

2022-12-07 Thread Ricardo Wurmus
Thank you for reporting this bug. > i noticed that if i, on my system, run "guile" from a shell and then type > into the command prompt that appears, > > (string-ref "a string" -1) > > guile appears to hang for a few seconds or so, and then prints the message > "Segmentation fault (core

bug#59874: Segfault from string-ref with negative 'k'

2022-12-07 Thread tomas
On Wed, Dec 07, 2022 at 08:50:09AM +0100, rose gibson via Bug reports for GUILE, GNU's Ubiquitous Extension Language wrote: > hi, > > i noticed that if i, on my system, run "guile" from a shell and then type > into the command prompt that appears, > > (string-ref "a string" -1) > > guile

bug#59874: Segfault from string-ref with negative 'k'

2022-12-07 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
hi, i noticed that if i, on my system, run "guile" from a shell and then type into the command prompt that appears, (string-ref "a string" -1) guile appears to hang for a few seconds or so, and then prints the message "Segmentation fault (core dumped)". i'm not really sure if this report is