Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
POSIX thread on solaris
Name: madman Date: October 9, 2002 at 16:32:17 Pacific OS: unix CPU/Ram: 45555
Comment:
Is there any difference of posix thread programming between solaris and linux? My programs run on linux ,but not solaris even the simple one print out "hello" in the thread will not run property. All programs ignore the thread and execute only main routine on solaris. Does anyone have any idea?
Summary: You are in a perfect position to grasp threads from a proper perspective, which I cannot say is the way I nor others I've known learned them. Before you dive into code, it might be helpful to achieve ...
Summary: Hi Sulf, Posix threads work fine with C. Hence do not require your program to be object oriented. But it is meant for UNIX based systems like Linux. Not sure it'll work on Windows. It is available...
Summary: I'm on solaris 8. I need to check the stack trace inside my C program. I don't have printstack or walkcontext. I tested getcontext and it works. But how do I get the symbols from "stack_t" ? Help plea...