From owner-freebsd-emulation Mon Dec 28 13:13:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20836 for freebsd-emulation-outgoing; Mon, 28 Dec 1998 13:13:14 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (castles205.castles.com [208.214.165.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20830 for ; Mon, 28 Dec 1998 13:13:12 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id NAA12567; Mon, 28 Dec 1998 13:09:54 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812282109.NAA12567@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Brian Feldman cc: "Richard Seaman, Jr." , emulation@FreeBSD.ORG, dick@ns.tar.com Subject: Re: StarOffice 5.0? In-reply-to: Your message of "Mon, 28 Dec 1998 13:09:50 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Dec 1998 13:09:53 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I've got StarOffice 5.0 working. The problem I encountered in setup > > was that linux_pipe in the linux emu was broken, and that is where > > setup seg faulted for me. Once linux_pipe was fixed, that problem > > with setup went away. The linux_pipe fix went into -current on > > about Dec 10. > > I recall that getting fixed, but that really doesn't seem to be the problem. > {"/home/green/so50/office50_inst"}$ ktrace ./setup > Memory fault (core dumped) > 2002 setup CALL old.sendmsg(0x7d3,0xefbedc74,0,0) > 2002 setup RET old.sendmsg 2003/0x7d3 > 2002 setup CALL #91(0x281ac000,0x4000) > 2002 setup RET #91 0 > 2002 setup PSIG SIGSEGV SIG_DFL > 2002 setup NAMI "setup.core" > > old.sendmsg is really linux_wait4, and 91 is munmap. > Strange? Use 'truss' or 'linux_kdump'. Note that there were some changes to the munmap() emulation. Are you sure that your linux_enu kld is up to date? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message