
3 Feb
2017
3 Feb
'17
8:26 a.m.
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.