put-bytevector dies with an out of range bytevector-copy!

Bug #307795 reported by G. Weinholt
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
High
Abdulaziz Ghuloum

Bug Description

$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1719, build 2008-12-14, 64-bit)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (call-with-values open-bytevector-output-port (lambda (p e) (do ((i 0 (+ i 1))) ((= i 86)) (put-bytevector p '#vu8(0)) (put-u8 p 0))))
Unhandled exception
 Condition components:
   1. &assertion
   2. &who: bytevector-copy!
   3. &message: "out of range"
   4. &irritants: (0 257)
>

Related branches

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

FIxed in revision 1721. Thanks for the report and sorry for the delay.

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → High
status: New → In Progress
status: In Progress → 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.