Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jun 2007 21:00:13 GMT
From:      "Jeffrey D. Wheelhouse" <jdw@wheelhouse.org>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/110655: [threads] 32 bit threaded applications crash on amd64 SMP kernel.
Message-ID:  <200706052100.l55L0D41077608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/110655; it has been noted by GNATS.

From: "Jeffrey D. Wheelhouse" <jdw@wheelhouse.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: amd64/110655: [threads] 32 bit threaded applications crash on
 amd64 SMP kernel.
Date: Tue, 05 Jun 2007 16:49:59 -0400

 We are still having this problem on 6.2-RELEASE-p4.
 
 I have confirmed that using the example source code above with the thr 
 library also does not work:
 
 $ cc -m32 -B/usr/lib32 -lthr -o crash32 crash32.c
 $ ./crash32
 Bad system call(coredump)
 $ cc -lthr -o crash32 crash32.c
 $ ./crash32
 Thread.
 $
 
 Thanks,
 Jeff
 
 -- 
 Jeff Wheelhouse
 jdw@wheelhouse.org



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