id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
178,"SunOS5.8: getEffectiveUserNamem, crash illegal instruction",sternhaus,nobody,"{{{
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 
}}}",bug,closed,normal,,libraries/unix,6.0.1,Fixed,,,,,,,,,,
