Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2000 16:57:06 -0500
From:      Chris Costello <chris@calldei.com>
To:        Steve Dobson <steve.dobson@krasnegar.demon.co.uk>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Problems with pthread
Message-ID:  <20001019165705.C55936@holly.calldei.com>
In-Reply-To: <20001019223223.A1105@krasnegar.demon.co.uk>
References:  <20001019223223.A1105@krasnegar.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <chris@calldei.com>
|Design simplicity: It was developed on a shoe-string budget.
`------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001019165705.C55936>