
Hello Johannes, Tuesday, November 13, 2007, 12:08:20 PM, you wrote:
i suggest you to test it on one-threaded CPU too
I just did. The behaviour is identical (works with -N1, segfaults with -N2)
Any ideas? - Best regards, J.W.
no. just publish this into maillist, it's important to identify the problem well, in my practice the only way to make GHC crash (except for errors in GHC itself) is to use unsafePerformIO, in particular for creation global variables -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

Bulat Ziganshin wrote:
Hello Johannes,
Tuesday, November 13, 2007, 12:08:20 PM, you wrote:
i suggest you to test it on one-threaded CPU too
I just did. The behaviour is identical (works with -N1, segfaults with -N2)
Any ideas? - Best regards, J.W.
no. just publish this into maillist, it's important to identify the problem
well, in my practice the only way to make GHC crash (except for errors in GHC itself) is to use unsafePerformIO, in particular for creation global variables
Yes, it could be a real bug. Can you reduce the example as much as possible and submit a bug report? Cheers, Simon
participants (2)
-
Bulat Ziganshin
-
Simon Marlow