hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

string-titlecase seg-faults on "123" #273

Open hyln9 opened 10 years ago

hyln9 commented 10 years ago

string-titlecase fails when given more than one consecutive number.

Ikarus Scheme version 0.0.4-rc1+ (revision 1870) [built on Ubuntu 9.04]

(string-titlecase "1") 1 (string-titlecase "12") Segmentation fault

(string-titlecase "123") Unhandled exception Condition components:

  1. &assertion
  2. &who: fxdiv
  3. &message: "not a fixnum"
  4. &irritants: (" Segmentation fault

Launchpad Details: #LP593595 Peter Lane - 2010-06-14 06:02:23 -0400

hyln9 commented 10 years ago

Matched by Vicare's issue 13. Fixed and merged into ikarus branch.

Launchpad Details: #LPC Marco Maggi - 2010-06-14 14:23:47 -0400