amd64/110655: [threads] 32 bit threaded applications crash on
amd64 SMP kernel.
Rolf Grossmann
rg at progtech.net
Fri Apr 17 17:40:04 UTC 2009
The following reply was made to PR amd64/110655; it has been noted by GNATS.
From: Rolf Grossmann <rg at progtech.net>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: amd64/110655: [threads] 32 bit threaded applications crash on
amd64 SMP kernel.
Date: Fri, 17 Apr 2009 19:17:20 +0200
It now works for me on FreeBSD 7.1 (GENERIC kernel, which includes
options SMP, but single cpu):
$ uname -m
i386
$ cc -o crash32-thr crash32.c -lthr
$ cc -o crash32-pthread crash32.c -pthread
$ md5 crash32-thr crash32-pthread
MD5 (crash32-thr) = 30b58238379b4c3496413f22863c2e86
MD5 (crash32-pthread) = 734e11117fbfd63efb06376cf74430d5
$ ./crash32-thr
Thread.
$ ./crash32-pthread
Thread.
$ uname -m
amd64
$ md5 crash32-thr crash32-pthread
MD5 (crash32-thr) = 30b58238379b4c3496413f22863c2e86
MD5 (crash32-pthread) = 734e11117fbfd63efb06376cf74430d5
$ ./crash32-thr
Thread.
$ ./crash32-pthread
Thread.
Can we close this ticket?
More information about the freebsd-amd64
mailing list