Bugs item #792761, was opened at 2003-08-21 20:46
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=792761&group_id=8032

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: rts_getBool: not a Bool

Initial Comment:
On ghc 5.04.1 on redhat 7.x I have a C program which
calls Haskell thorugh the FFI. It compiles and runs
correctly. However on ghc 5.04.3 with Mandrake 9.0 (ie
gcc 3.2) the same program fails with

main: fatal error: rts_getBool: not a Bool

All my functions return Bool to signify failure or success.
If I replace them by Int, then the program works again
on Mandrake.

To contact me, sengan `dot` baring-gould `at` ia
`period` nsc `full-stop` com

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2003-09-10 14:34

Message:
Logged In: YES 
user_id=48280

Can you provide us with some code that reproduces the problem?


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2003-08-28 17:01

Message:
Logged In: NO 

I'm running ghc. FWIW my email address changed to amd `dot` com

----------------------------------------------------------------------

Comment By: Simon Marlow (simonmar)
Date: 2003-08-26 12:07

Message:
Logged In: YES 
user_id=48280

Are you running the program in GHCi, or plan GHC?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=792761&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to