Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testbugfix/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 242 B image not shown  

Quelle  2025-08-27-char-expr-crash.tst   Sprache: unbekannt

 
# the following code used to crash due to a signed/unsigned char bug in the
# GAP kernel. Found and reported by James Mitchell and Lukas Schnelle during
# GAP Days Summer 2025.
gap> while true do Print('\200'); Print("\n"); break; od;
'\200'

[ Dauer der Verarbeitung: 0.6 Sekunden  (vorverarbeitet)  ]