amd64/110655: [threads] 32 bit threaded applications crash on amd64 SMP kernel.

Jeffrey D. Wheelhouse jdw at wheelhouse.org
Tue Jun 5 21:00:14 UTC 2007


The following reply was made to PR amd64/110655; it has been noted by GNATS.

From: "Jeffrey D. Wheelhouse" <jdw at wheelhouse.org>
To: bug-followup at 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 at wheelhouse.org


More information about the freebsd-amd64 mailing list