Re: More on the OS X crashes

2006-05-16 Thread Gregory Wright
Hi Simon, On May 16, 2006, at 11:09 AM, Simon Marlow wrote: Is the assertion failure always the same? That would certainly help a lot. I've only run the compiler a dozen or so times, but this is the only assertion failure I've seen. However, the compiler does not necessarily fail every time

RE: More on the OS X crashes

2006-05-16 Thread Simon Marlow
Is the assertion failure always the same? That would certainly help a lot. If you could also run the debugging compiler with +RTS -Ds, that will tell us something about what it was doing before the crash. The next step would be to run the compiler under gdb, stop at the assertion failure and pok

Re: [GHC] #744: ghc-pkg lies about location of haddock-interfaces and haddock-html

2006-05-16 Thread GHC
#744: ghc-pkg lies about location of haddock-interfaces and haddock-html --+- Reporter: [EMAIL PROTECTED] |Owner: Type: bug| Status: new Priority: normal

Re: More on the OS X crashes

2006-05-16 Thread Gregory Wright
Hi Simon, Is there any documentation I should look at or could you just specify a set of files where the problem might lie? I may be able to set aside a bit of time to work on this (especially since I have a project for a client that I would like to write using ghc-6.4.{2|3}. Best Wishes, G

Re: [GHC] #739: command-line expressions with double-quoted strings misinterpret some special symbols

2006-05-16 Thread GHC
#739: command-line expressions with double-quoted strings misinterpret some special symbols -+-- Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: closed

Re: [GHC] #738: ghc can't load files with selinux Enforcing

2006-05-16 Thread GHC
#738: ghc can't load files with selinux Enforcing ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #744: ghc-pkg lies about location of haddock-interfaces and haddock-html

2006-05-16 Thread GHC
#744: ghc-pkg lies about location of haddock-interfaces and haddock-html --+- Reporter: [EMAIL PROTECTED] |Owner: Type: bug| Status: new Priority: normal

Re: [GHC] #752: ghc-6.4.2 not running under solaris

2006-05-16 Thread GHC
#752: ghc-6.4.2 not running under solaris --+- Reporter: [EMAIL PROTECTED] |Owner: Type: bug| Status: new Priority: normal |Milestone: 6.4.3 Componen

Re: [GHC] #766: GHC 6.4.2 won't build on Mac OS X

2006-05-16 Thread GHC
#766: GHC 6.4.2 won't build on Mac OS X -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: 6.4.3 Component: Compiler |

Re: [GHC] #751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3.

2006-05-16 Thread GHC
#751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3. +--- Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: new Priority: high

Re: More on the OS X crashes

2006-05-16 Thread Simon Marlow
Thanks Greg. Wolfgang Thaller has promised to take a look at this, but I think he's quite busy at the moment. Cheers, Simon Gregory Wright wrote: Hi, I've built a compiler with debugging turned on and have obtained what might be useful information about the crashes on OS X. When I