mikeizbicki / HLearn

Homomorphic machine learning
Other
1.63k stars 138 forks source link

ghci crash #33

Closed teuffy closed 9 years ago

teuffy commented 10 years ago

Hi Mike For your information I reported this bug to ghc https://ghc.haskell.org/trac/ghc/ticket/8727#comment:13

mikeizbicki commented 10 years ago

Thanks for letting me know. Did you get a solution figured out?

teuffy commented 10 years ago

Hi Mike

I didn't. Installed ghc 7.8 and cabal-install-1.18 . Rerun the code and same crash. So for the time being I am taking a break. Great package. I am discovering it.

On 03/02/14 20:56, Mike Izbicki wrote:

Thanks for letting me know. Did you get a solution figured out?

— Reply to this email directly or view it on GitHub https://github.com/mikeizbicki/HLearn/issues/33#issuecomment-33993154.

mikeizbicki commented 10 years ago

Since it worked for you on one platform, but not on another, my initial guess is that there is a problem with some downstream dependency (e.g. using a different version of the GNU math library). One of the Haskell bindings that HLeran links to should be checking for this, so maybe that's where there's a bug?

But now I'm looking again at the code you're trying to test, and I don't see how that could be the problem. The Categorical distribution doesn't actually use any of these fancy math dependencies. Hmm... I'll have to think about this a little bit more.