patch applied (ghc): FIX #1679: crash on returning from a foreign call

Simon Marlow simonmar at microsoft.com
Thu Nov 15 08:53:52 EST 2007


Thu Nov 15 05:16:35 PST 2007  Simon Marlow <simonmar at microsoft.com>
  * FIX #1679: crash on returning from a foreign call
  We forgot to save a pointer to the BCO over the foreign call.  Doing
  enough allocation and GC during the call could provoke a crash.

    M ./rts/Interpreter.c -1 +16



More information about the Cvs-ghc mailing list