Re: Floating Point Exceptions

2016-12-07 Thread Carter Schonwald
midge of c code to get info. Granted this doesn't give you a stack trace ... On Wed, Dec 7, 2016 at 11:52 AM Dominic Steinitz wrote: > Hello again, > > > > I removed my dependency on hmatrix and enabled floating point exceptions > via `feenableexcept` hoping to get

Floating Point Exceptions

2016-12-07 Thread Dominic Steinitz
Hello again, I removed my dependency on hmatrix and enabled floating point exceptions via `feenableexcept` hoping to get a call stack showing me where the exception was being raised but alas all I get is > *Main> main > ghc: ghc-iserv terminated (-8) > Leaving GHCi. My googling