#1827: :print panics GHCi
-------------------------+--------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8.1
Component: GHCi | Version: 6.8.1
Severity: normal | Keywords:
Difficulty: Unknown | Testcase:
Architecture: Multiple | Os: Unknown
-------------------------+--------------------------------------------------
After starting GHCi, using the debugger to print certain functions causes
a panic. For example, the following statements all cause GHCi to panic
and quit:
{{{
:print (+)
:print print
:print log
}}}
Other functions, such as {{{head}}}, {{{tail}}}, and {{{fst}}} are shown
by the debugger properly as {{{<function>}}}, with no error.
This behavior is identical on PPC and i386 platforms, running OS X
(10.4/10.5 respectively).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1827>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs