On Wed, Oct 29, 2008 at 5:35 AM, Tad <[EMAIL PROTECTED]> wrote: > I continue to analyze the error and find something that might be the part of > cause. > > 1). The error might depend on the owner's permission. > Normally the program's permission is 744 and SIGKILL was signalled. > But after I changed into 777, the error did not occur. >
The program should have execute permission for all users who are expected to run the program. 744 doesn't indicate this to be the case since you have 2 different users attempting execution. > 2). The error occurs when linking libpthread.lib, even though > the program doese not use any functions of libpthread. > > Tad, -Shiv _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
