[Haskell-cafe] Invalid object in processHeapClosureForDead()

2005-12-04 Thread Joel Reymont
Has anyone seen this before? ./randomplay +RTS -hc -hbdrag,void -sgcstat randomplay: internal error: Invalid object in processHeapClosureForDead(): 68 Please report this as a bug to glasgow-haskell-bugs@haskell.org, or http://www.sourceforge.net/projects/ghc/ --

[Haskell-cafe] Bug: Invalid object in isRetainer

2005-12-04 Thread Joel Reymont
./randomplay +RTS -hr ... - some time passes and then randomplay: internal error: Invalid object in isRetainer(): 67 Please report this as a bug to glasgow-haskell-bugs@haskell.org, or http://www.sourceforge.net/projects/ghc/ The combination of this and the failure with -hc -hbdrag,void

Re: [Haskell-cafe] STM, Concurrent Haskell and network clients (long, code)

2005-12-04 Thread Joel Reymont
Well, that was just to see if anybody is paying attention ;-). On Dec 4, 2005, at 7:08 PM, Tomasz Zielonka wrote: It should suffice to sslFree ssl once ;-) I think you forgot to remove it after testing. -- http://wagerlabs.com/ ___

[Haskell-cafe] Problem with continuations and typing

2005-12-04 Thread tpledger
Jerzy Karczmarczuk wrote: : | zeros fc sc = sc 0 zeros | | fails to compile as well. *I do not ask why, I know*. | | But I would like to continue this exercice along these lines, without too much | exotism (no monads, yet...), for my students. Do you have any simple work-around? |