From owner-freebsd-emulation@FreeBSD.ORG Fri Dec 10 23:59:02 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E1DA16A4CE for ; Fri, 10 Dec 2004 23:59:02 +0000 (GMT) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id F210043D60 for ; Fri, 10 Dec 2004 23:59:01 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) iBANx10L023979 for ; Fri, 10 Dec 2004 17:59:01 -0600 (CST) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost)iBANx1mf023978 for freebsd-emulation@freebsd.org; Fri, 10 Dec 2004 17:59:01 -0600 (CST) (envelope-from rich) From: Rich Winkel Message-Id: <200412102359.iBANx1mf023978@pencil.math.missouri.edu> To: freebsd-emulation@freebsd.org Date: Fri, 10 Dec 2004 17:59:00 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Subject: Linux mathematica problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 23:59:02 -0000 Hi, I'm running 4.10-p2 and mathematica 5.0. On calling the mathematica FindRoot function, I get system error(22): __kmp_install_one_handler: sigaction Invalid argument abort: fatal problem I haven't been able to find out what error 22 is (I assume it's a message from the mathematica kernel). Calling the same function in freebsd 5.3 works fine. Has anyone else seen this behavior? Thanks, Rich