Ticket #116 (closed defect: fixed)
control characters in prompt lead to deadlock on 64 bit system
| Reported by: | phercek | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Version: | 0.6 | Keywords: | |
| Cc: |
Description
The problem seems to be in wcwidth foreign call where the result type was Int instead of CInt. This led to Int32/Int64 mismatch which later caused a deadlock or something like that.
I'm attaching a patch.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
