From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b180fbb5257e142f X-Google-Attributes: gid103376,public From: d96andgi@dtek.chalmers.se (Anders Gidenstam) Subject: Re: Native rts not working on linux (glibc) Date: 1998/11/12 Message-ID: <72egna$6na$1@nyheter.chalmers.se>#1/1 X-Deja-AN: 411049873 References: <717sfl$ple$1@nyheter.chalmers.se> <72e20a$8h5$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=us-ascii Organization: Chalmers University of Technology Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-11-12T00:00:00+00:00 List-Id: In article <72e20a$8h5$1@nnrp1.dejanews.com>, drees@oto.dyn.ml.org writes: > In article <717sfl$ple$1@nyheter.chalmers.se>, > d96andgi@dtek.chalmers.se (Anders Gidenstam) wrote: >> Hello! > > Hi! > >> When I compile programs that uses the native rts instead of the fsu rts, >> they fail when I try to run them. >> >> [d96andgi@aragorn Test]$ ./greet2 >> Failed Runtime Assertion : GNULLI failure---Set_Priority > > I get the same thing with the native package. I've received a reply explaining that problem... You have to run your program as root since the rts tries to change the scheduling-policy (or something similar...). That is clearly not very good, I've managed to cause a complete system lockup when I trying some threaded Motif programs... /Anders -- -------------------------------------------- "A well-written program is its own heaven; a poorly-written program is its own hell." - The Tao of Programming