Overflow when reading large files

Bug #240783 reported by Gwen Weinholt
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
Medium
Abdulaziz Ghuloum

Bug Description

Reading large files (e.g. the uncompressed ftp://ftp.ripe.net/ripe/dbase/ripe.db.gz) fails with this exception:
$ ikarus
Ikarus Scheme version 0.0.3
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (let lp ((p (open-input-file "ripe.db"))) (unless (eof-object? (get-line p)) (lp p)))
Unhandled exception
 Condition components:
   1. &assertion
   2. &who: fx+
   3. &message: "overflow when adding numbers"
   4. &irritants: (536854528 16384)
>

Related branches

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in 1518. Thanks for the report.

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Medium
status: New → Fix Committed
Changed in ikarus:
milestone: none → 0.0.4
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.