Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 17:40:02 GMT
From:      Rolf Grossmann <rg@progtech.net>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/110655: [threads] 32 bit threaded applications crash on amd64 SMP kernel.
Message-ID:  <200904171740.n3HHe2Ga007002@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: Rolf Grossmann <rg@progtech.net>
To: bug-followup@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?
 



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