开发者

Haskell 32-bit program freezes on a 64-bit Windows

I'm using the GHC to build a haskell pogram for Windows with help of a speciefic (Haskell-)Libr开发者_Python百科ary which is called citeproc-hs. On a 32Bit-Windows XP machine the application works just fine whereas on another Windows 7 64Bit environment (tested on 3 different PCs) a "function of that library reading a speciefic file (a "style" file) mentioned above just freezes without any error message. I use the same .exe file and nevertheless there is a different behaviour I cannot explain.

Are there maybe some known problems concerning 32Bit Haskell - compilations in an 64Bit environment or does anyone has an idea how I could solve this strange problem?

Thanks in advance!


I use GHC on 64 bit windows in production, and we don't seem to have any issues.

I would suggest upgrading. If the behavior continues, report a bug against GHC.


Can you run it interpreted mode? Probably citeproc-hs is guilty. Does it contains any C code? And of course, you may comment out line-by-line and see what goes wrong. Does "hello world" runs fine?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜