On 03-Aug-2004, Evan LaForge <[EMAIL PROTECTED]> wrote:
> 
> In response to the "mysterious head exceptions" thread, isn't there a way to
> compile with profiling and then get the rts to give a traceback on exception?

There is, but it doesn't really work properly, due to
        - lazy evaluation
        - tail call optimization
        - lack of line numbers in the traceback

-- 
Fergus J. Henderson                 |  "I have always known that the pursuit
Galois Connections, Inc.            |  of excellence is a lethal habit"
Phone: +1 503 626 6616              |     -- the last words of T. S. Garp.
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to