On Thursday 07 April 2005 12:02 pm, you wrote:
> All,
>
> This may be a little off topic, but I though I would try here first.

Did you compile with -lpthread and -D_REENTRANT? If I remeber correctly, this 
is something I had alot of trouble with when I started thread programming. 
Similiar error and everything. Compiled but the library calls weren't 
working. Make sure to include <pthread.h> too  ;)

> I am writting a multi-threaded program and would like to have each
> thread `managed' by a class.  I have attempted to do this like this,
> using the pthreads library:

--snip--

> Thanks,
> George Huber
>

-- 
----------------------------------------
--EB

> All is fine except that I can reliably "oops" it simply by trying to read
> from /proc/apm (e.g. cat /proc/apm).
> oops output and ksymoops-2.3.4 output is attached.
> Is there anything else I can contribute?

The latitude and longtitude of the bios writers current position, and
a ballistic missile.

                --Alan Cox LKML-December 08,2000 

----------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" 
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to