[Haskell-cafe] segfault with Hint (InterpreterT)

Lana Black lanablack at amok.cc
Fri Feb 3 13:26:07 UTC 2017


On 03/02/17 01:16, Dennis Raddle wrote:
> My program segfaults the second time it run runInterpreterT. Just
> wondering if that's not supposed to be allowed. I'm actually not sure
> what triggers the segfault -- it's also doing some MIDI I/O. 
> 
> D
> 
> 
> 
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
> 

Being able to see the code would be useful in order to help you in this
case :)

Anyway, from my experience, segfaults while using hint are usually
caused by invalid type coercions. That's the first thing you should check.


More information about the Haskell-Cafe mailing list