Ctrl-C in error message exists Ikarus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
Low
|
Abdulaziz Ghuloum |
Bug Description
Pressing Ctrl-C while an error is being printed causes Ikarus to exit. (This is with the version of Ikarus with Ctrl-C during printing fixed.)
$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1696, build 2008-12-05)
Copyright (c) 2006-2008 Abdulaziz Ghuloum
> (car (make-vector 100000))
Unhandled exception
Condition components:
1. &assertion
2. &who: car
3. &message: "argument does not have required pair structure"
4. &irritants: (#(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
<user presses Ctrl-C>
Unhandled exception:
Condition components:
1. &interrupted
2. &message: "received an interrupt signal"
$
Related branches
Changed in ikarus: | |
milestone: | none → 0.0.4 |
Fixed in 1704.