Ticket #631 (closed bug: fixed)
GHCi doesn't work unregisterised
| Reported by: | trentbuck@… | Owned by: | simonmar |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.1 |
| Component: | GHCi | Version: | 6.4.1 |
| Keywords: | Cc: | id@…, haskell@…, bgamari@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
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.
