Re: ghc compiled program crashes
From: "Julian Seward (Intl Vendor)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> X-OriginalArrivalTime: 30 Oct 2001 09:55:44.0099 (UTC) FILETIME=[0A82EB30:01C16129] Sven | from time to time ghc compiled programs simply crash on | my windows2000 without any meaningfull error message. I guess | this has something to do with storage management (I vaguely | remember having read something about errors durcing gc on | this list, but did not find the corresponding posts in the archive). ghc-5.02 has a known bug on Win32 only, which causes all programs compiled with it to die silently when the heap size reaches 128 megabytes. This is fixed in the upcoming 5.02.1. You did not say what version ghc you are using or give any other details. If you tell us more we might be able to help more. J Sorry that I was not more specific in my previous mail. Yes, it is the known bug of heaps larger than 128m on Windows. Simon M. helped me to figure that out yesterday evening. Thanks to both of you Sven Eric ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
RE: ghc compiled program crashes
Sven | from time to time ghc compiled programs simply crash on | my windows2000 without any meaningfull error message. I guess | this has something to do with storage management (I vaguely | remember having read something about errors durcing gc on | this list, but did not find the corresponding posts in the archive). ghc-5.02 has a known bug on Win32 only, which causes all programs compiled with it to die silently when the heap size reaches 128 megabytes. This is fixed in the upcoming 5.02.1. You did not say what version ghc you are using or give any other details. If you tell us more we might be able to help more. J ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
RE: ghc compiled program crashes
> from time to time ghc compiled programs simply crash on > my windows2000 without any meaningfull error message. I guess > this has something to do with storage management (I vaguely > remember having read something about errors durcing gc on this > list, but did not find the corresponding posts in the archive). We need more info, in particular an example of a program that crashes. Does it crash in the same way every time? Does it depend on what GC options you use? Cheers, Simon ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
ghc compiled program crashes
from time to time ghc compiled programs simply crash on my windows2000 without any meaningfull error message. I guess this has something to do with storage management (I vaguely remember having read something about errors durcing gc on this list, but did not find the corresponding posts in the archive). sven eric ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users