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/13 Message-ID: <72h3gu$lgd$1@nyheter.chalmers.se>#1/1 X-Deja-AN: 411414945 References: <717sfl$ple$1@nyheter.chalmers.se> <72e20a$8h5$1@nnrp1.dejanews.com> <72egna$6na$1@nyheter.chalmers.se> <72evc1$l0$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-13T00:00:00+00:00 List-Id: In article <72evc1$l0$1@nnrp1.dejanews.com>, dewarr@my-dejanews.com writes: > Ada 95 Annex D semantics require run-till-blocked with > absolute priority control. The only way to achieve this > in Linux is with real time threads under root mode, and > yes, of course you can lock up your system this way! > > It sounds in any case as though the system is mis-built if > you are getting these assertion errors. What part of the system? glibc, the compiler or the rts? So there isn't anyway to build programs that can be run without root access? (On linux, that is... the programs works fine on Solaris) (The fsu-rts is rather useless when one task (and therefor the rts) is (almost) always blocked in the 'application main loop' of motif) /Anders -- -------------------------------------------- "A well-written program is its own heaven; a poorly-written program is its own hell." - The Tao of Programming