Bugs item #807065, was opened at 2003-09-16 11:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=807065&group_id=8032
Category: None
Group: 6.0.1
Status: Open
Resolution: None
Priority: 5
Submitted By: klaus (sternhaus)
Assigned to: Nobody/Anonymous (nobody)
Summary: SunOS5.8: getEffectiveUserNamem, crash illegal instruction
Initial Comment:
hello.
on SunOS 5.8, with a fresh compiled ghc (configure
-prefix=/home/xxx/local && make)
and the some for the precompiled version.
the simple programm crash (see test.hs).
gdb says > gdb ./test
This GDB was configured as "sparc-sun-solaris2.8"...
(gdb) run
Starting program: /home/xxx/test
Program received signal SIGILL, Illegal instruction.
0x1f16dc in getgrnam_r ()
(gdb)
-- test.hs
import Posix
main :: IO ()
main = do
user <- Posix.getEffectiveUserName
print user
----
thx in advance
klaus
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=807065&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs