Ticket #250 (closed bug: Fixed)
getUserEntryForID dies
Description
The following program dies with an "Illegal
instruction" error:
module Main where
import System.Posix.User
main = do getUserEntryForID 0
return ()
This is also the case for all the other uids I tried.
I'm running ghc 6.2.1 on Solaris 9.
- Ed
Change History
Note: See
TracTickets for help on using
tickets.
