Re: Kernel panic when building HEAD on OS X 10.6.4

2011-02-02 Thread Johan Tibell
The issue seems to be related to PGP encryption of the disk. Creating a new disk image, mounting it, and building GHC on it works. Johan ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-31 Thread Johan Tibell
On Mon, Jan 31, 2011 at 4:33 AM, Manuel M T Chakravarty mchakrava...@mac.com wrote: Are you building inside a Parallels VM?  If so, it is probably a Parallels bug (which also explain why compiling GHC can lead to a kernel panic). If the GHC build is not in a Parallels VM, I would suggest to

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-31 Thread John Meacham
Any chance a cooling fan inside died and you are overheating it? Can you reproduce the failure with other heavy load programs, can you run a widget that monitors the internal temperatures and other sensors during the build? It does seem odd... John On Mon, Jan 31, 2011 at 12:46 AM, Johan

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-31 Thread Johan Tibell
On Mon, Jan 31, 2011 at 10:15 AM, John Meacham j...@repetae.net wrote: Any chance a cooling fan inside died and you are overheating it? Can you reproduce the failure with other heavy load programs, can you run a widget that monitors the internal temperatures and other sensors during the

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-31 Thread Simon Marlow
On 28/01/2011 13:44, Johan Tibell wrote: Hi, My computer dies a horrible death (i.e. kernel panic) whenever I build GHC from HEAD (currently using the quickest build configuration). Anyone had the same problem in the past? Any workarounds? Not that this has anything to do with your problem,

Kernel panic when building HEAD on OS X 10.6.4

2011-01-28 Thread Johan Tibell
Hi, My computer dies a horrible death (i.e. kernel panic) whenever I build GHC from HEAD (currently using the quickest build configuration). Anyone had the same problem in the past? Any workarounds? Johan ___ Glasgow-haskell-users mailing list

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-28 Thread Pavel Perikov
I'd check RAM in your computer. Build process puts heavy load on your machine so... pavel On 28.01.2011, at 16:44, Johan Tibell wrote: Hi, My computer dies a horrible death (i.e. kernel panic) whenever I build GHC from HEAD (currently using the quickest build configuration). Anyone had

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-28 Thread Johan Tibell
On Fri, Jan 28, 2011 at 2:44 PM, Johan Tibell johan.tib...@gmail.com wrote: My computer dies a horrible death (i.e. kernel panic) whenever I build GHC from HEAD (currently using the quickest build configuration). Anyone had the same problem in the past? Any workarounds? Here are some details:

Re: Kernel panic when building HEAD on OS X 10.6.4

2011-01-28 Thread Karel Gardas
This is laptop so 99% no ECC RAM, however it looks like apple provides some facility to test memory in single user mode... http://www.command-tab.com/2008/01/11/how-to-test-ram-under-mac-os-x/ If that's not reliable, then have a look at http://www.memtest.org/ if this support your hardware