Ticket #631 (closed bug: fixed)
GHCi doesn't work unregisterised
| Reported by: | trentbuck@… | Owned by: | simonmar |
|---|---|---|---|
| Component: | GHCi | Version: | 6.4.1 |
| Keywords: | Cc: | id@… | |
| Operating System: | Unknown/Multiple | ||
| Test Case: | Architecture: | Unknown/Multiple | |
| Type of failure: |
Description
To reproduce this bug, write the following text to bug.hs.
data D = D Char deriving Show main = print f f = D 'a'
Start ghci, and at the prompt enter :load bug.hs, then f. Instead of printing D 'a', GHCi will segfault.
- This bug DOES manifest on PowerPC (running Debian/sid).
- This bug DOES NOT manifest on i386 (running Debian/sid).
- This bug DOES manifest when bug.hs is loaded in ghci.
- This bug DOES NOT manifest when bug.hs is compiled with ghc.
Change History
Note: See
TracTickets for help on using
tickets.
