From owner-freebsd-emulation@FreeBSD.ORG Wed Aug 11 17:06:45 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 7B46D16A4CE for ; Wed, 11 Aug 2004 17:06:45 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B5143D1F for ; Wed, 11 Aug 2004 17:06:44 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7BH6gdx041395 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Aug 2004 19:06:43 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i7BH6gCu041394 for freebsd-emulation@freebsd.org; Wed, 11 Aug 2004 19:06:42 +0200 (CEST) (envelope-from karelj) Date: Wed, 11 Aug 2004 19:06:42 +0200 From: "Karel J. Bosschaart" To: freebsd-emulation@freebsd.org Message-ID: <20040811170642.GA41359@kayjay.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: trying to run CrossOver Office, problem with linux_rt_sigsuspend (?) 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: Wed, 11 Aug 2004 17:06:45 -0000 Hi, Trying to run CrossOver Office (version 3.0.1) on -current, 'wineloader' dumps core. A truss on it shows linux_rt_sigprocmask(0x2,0x0,0xbfbfe8f8,0x8) = 0 (0x0) write(5,0xbfbfe8e4,148) = 148 (0x94) linux_rt_sigprocmask(0x2,0x0,0xbfbfe824,0x8) = 0 (0x0) SIGNAL 32 linux_rt_sigsuspend(0xbfbfe824,0x8) ERR#4 'Interrupted system call' SIGNAL 32 SIGNAL 32 linux_sigreturn(0xbfbfe534) ERR#4 'Interrupted system call' linux_rt_sigprocmask(0x2,0x0,0xbfbfe75c,0x8) = 0 (0x0) SIGNAL 12 linux_rt_sigsuspend(0xbfbfe75c,0x8) ERR#4 'Interrupted system call' SIGNAL 12 SIGNAL 12 Process stopped because of: 16 process exit, rval = 140 Any suggestions on how this could be make to work? TIA, Karel.