开发者

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

开发者 https://www.devze.com 2023-04-11 05:23 出处:网络
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 ju

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

精彩评论

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

关注公众号