From owner-freebsd-hackers Thu Oct 19 15: 7: 8 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id CDD0E37B4C5 for ; Thu, 19 Oct 2000 15:07:05 -0700 (PDT) Received: from holly.calldei.com ([208.191.149.190]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G2P004726AOQ1@mta4.rcsntx.swbell.net> for freebsd-hackers@FreeBSD.ORG; Thu, 19 Oct 2000 16:56:49 -0500 (CDT) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id QAA62444; Thu, 19 Oct 2000 16:57:07 -0500 (CDT envelope-from chris) Date: Thu, 19 Oct 2000 16:57:06 -0500 From: Chris Costello Subject: Re: Problems with pthread In-reply-to: <20001019223223.A1105@krasnegar.demon.co.uk> To: Steve Dobson Cc: freebsd-hackers@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <20001019165705.C55936@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <20001019223223.A1105@krasnegar.demon.co.uk> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 |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