And I found some messges like 'lwp_create', 'lwp_continue' in truss log
when linking libpthread.
It looks lwp process is running with the parent program's process 
in parallel, but not coincidentally.

The parent process calls the following methods. I guess
any method could be caused SIGKILL signal by lwp's process.
especially the methods related to execute permission like setuid().
 fork()
 setpgroup()
 stat()
 getpwuid()
 putenv()
 setgid(), setuid()
 create()
 close()
 dup()
 exec() : SIGKILL signalled

Tad,
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to