On Thursday, October 19, 2000, Steve Dobson wrote:
> I have written a little simple program (attached with its Makefile) that also
> exhibits the same problem.  When I run the program I see the following 
> error reported from gdb:
>       (gdb) run
>       Starting program: nod 
> 
>       Program received signal SIGSEGV, Segmentation fault.
>       0x280747b8 in pth_cancel_point () from /usr/local/lib/libpthread.so.13
>       (gdb) 

   This is GNU Pth, not FreeBSD pthreads.  Use the ``-pthread''
cc(1) switch to link to the FreeBSD threads library.


-- 
|Chris Costello <[EMAIL PROTECTED]>
|Design simplicity: It was developed on a shoe-string budget.
`------------------------------------------------------------


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to