From owner-freebsd-threads@FreeBSD.ORG Mon Mar 26 13:30:50 2007 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 454F216A401 for ; Mon, 26 Mar 2007 13:30:50 +0000 (UTC) (envelope-from mladenov.martin@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id C851C13C459 for ; Mon, 26 Mar 2007 13:30:49 +0000 (UTC) (envelope-from mladenov.martin@googlemail.com) Received: by ug-out-1314.google.com with SMTP id 71so1597864ugh for ; Mon, 26 Mar 2007 06:30:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=ooWNdMnG7pELlf6Raz9NRlJhnz6vEWb4C7x0cMUsaZ6g8NxN9nHqZhUOATOQomf+Iq/G81l3+85L8d2VVyrLM0aDXPGhYPRp3JLHt02WU6ZABmxojarE7Tm9LHob//5QQLskBF++Dtgf10eahhXhtR/8X7b86UI9i34SOUIbpmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=Zr5E/6xkIWp3kyzw8mPmlX1Fk6efj2fb0B5sV4DoCXOZiq4RBgO4iNjBmp+rzCa3TB6oyUdNRAhkhpFdGlSRpJ7JyBKCYQQg33Lh97s2VXsza/nu30KGGqPKHVJLxGYnt2pNi/UrWV2/rppkj43hvMfMoEWQvlu/wNFJgmMubng= Received: by 10.78.203.13 with SMTP id a13mr2960695hug.1174914254848; Mon, 26 Mar 2007 06:04:14 -0700 (PDT) Received: from ?192.168.110.98? ( [82.147.153.197]) by mx.google.com with ESMTP id r33sm20252567nfc.2007.03.26.06.04.14; Mon, 26 Mar 2007 06:04:14 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <044FBD8D-448A-4EDF-816D-0DB559550F13@googlemail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-threads@freebsd.org From: Martin Mladenov Date: Mon, 26 Mar 2007 15:04:11 +0200 X-Mailer: Apple Mail (2.752.2) Subject: amd64/110655: 32 bit threaded applications crash on amd64 SMP kernel. X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 13:30:50 -0000 Andriy Gapon wrote: > There is one strange line in ktrace: > [...] > 66443 thr_test RET fork 0 http://lists.freebsd.org/pipermail/freebsd-threads/2007-February/ 003858.html According to this post upcalls from KSE are reported as returns from fork. We want to help solve this problem, but we are at a loss on what to do next. Any advice will be most appreciated. -- Martin Mladenov