From owner-freebsd-emulation Wed Dec 9 06:00:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17872 for freebsd-emulation-outgoing; Wed, 9 Dec 1998 06:00:36 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17865 for ; Wed, 9 Dec 1998 06:00:32 -0800 (PST) (envelope-from lists@tar.com) Received: from ppro.tar.com (ppro.tar.com [204.95.187.9]) by ns.tar.com (8.9.1/8.9.1) with SMTP id HAA72067; Wed, 9 Dec 1998 07:59:23 -0600 (CST) (envelope-from lists@tar.com) Message-Id: <199812091359.HAA72067@ns.tar.com> From: "Richard Seaman, Jr." To: "Vladimir N. Silyaev" Cc: "emulation@freebsd.org" Date: Wed, 09 Dec 98 07:59:22 -0600 Reply-To: "Richard Seaman, Jr." X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: linux threads binary Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 09 Dec 98 09:27:53 +0200, Vladimir N. Silyaev wrote: >Hi! > >If you didn't receive samples for linux threads it's my five cents. > >This samples compiled gcc-2.7.2.3 from glibc-2.0.7-29 examples code, >with some modification of Makefile. >All examples a runnable in my Linux box, but sometime this examples >are coredumped, IMHO at exit stage. Thanks. Johan Larsson also provided me with the compiled examples. I can get all the examples to run in emulation emulation mode, apparently correctly, with one exception. ex4 appears to hang on exit (no coredump), requiring a Ctrl-c to finally end it. ex4 does a pthread_exit on the main thread, so I'm still looking at how our FreeBSD patches handle exit and wait processing. When I can isolate the problem with ex4, I'll post the patches to make linux threads work. I can now also get StarOffice 5.0 to execute its setup program without dumping core (though the core dump that occured in setup did not appear to be a threads problem, but rather a linxu_pipe problem). However, it reports that I'm missing libvos505li.so. I'll have to track down a copy of that lib before I can test this further. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message