Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Haskell app crashes: Segmentation fault/access violation in generated code

Sadly, but this is a fact. My multi-threaded Haskell app crashes with this message. Obviously this bug is in a compiler implementation or code-generator, not in my code, due to Haskell in substance does not allow do something that may lead to such crashes. Where may I report such kind of bugs?

like image 931
Dmitry Bespalov Avatar asked Feb 16 '26 13:02

Dmitry Bespalov


1 Answers

Try this one: http://hackage.haskell.org/trac/ghc/

Here little instructions that will help you to make a proper report: http://hackage.haskell.org/trac/ghc/wiki/ReportABug

like image 150
Worker Avatar answered Feb 19 '26 10:02

Worker