[haskeline] #116: control characters in prompt lead to deadlock on 64 bit system
haskeline
haskeline at projects.haskell.org
Wed Oct 19 18:10:19 BST 2011
#116: control characters in prompt lead to deadlock on 64 bit system
---------------------+------------------------------------------------------
Reporter: phercek | Owner:
Type: defect | Status: new
Priority: critical | Milestone:
Version: 0.6 | Keywords:
---------------------+------------------------------------------------------
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.
--
Ticket URL: <http://trac.haskell.org/haskeline/ticket/116>
haskeline <http://example.org/>
My example project
More information about the Haskeline
mailing list