comp.lang.ada
 help / color / mirror / Atom feed
From: "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com>
Subject: Re: Runtime Error with gnat 3.10p
Date: 1998/05/26
Date: 1998-05-26T00:00:00+00:00	[thread overview]
Message-ID: <6kel87$ic7$1@polo.advicom.net> (raw)
In-Reply-To: Pine.GSO.3.96.980526140456.402A-100000@bree.teisa.unican.es



Andreas Jungmaier wrote in message ...
>Hello all,
>
>does anyone have an idea what the following little message is
>about :
>Failed Runtime Assertion : GNULLI failure---Set_Priority
>
>Note that this showed up after executing a compiled Ada program
>containing several tasks (instantiated task types)
>This is on RedHat-Linux. Could this have to do with the thread
>libs coming with gnat ?
Yes, it does.
One of the runtimes requires root privileges to do tasking while the
other does not (I forget which is which).

Take a look at the instructions from gnat for installation, and switch
the symbolic link to point to the other runtime, and re-link your
program.  Otherwise, run as root, or with root as the owner of the
executable file, and the setuid/and or setgid permission bits set.

If you chmown the executable file to be owned by root, then
chmod 6755 <executable-filename>, the executable runs with root
privileges.

Be aware, however, that such programs can do all of the things
the superuser can do, so in some contexts this may not be allowed
to be done by an ordinary user.

David C. Hoos, Sr.







  reply	other threads:[~1998-05-26  0:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-26  0:00 Runtime Error with gnat 3.10p Andreas Jungmaier
1998-05-26  0:00 ` David C. Hoos, Sr. [this message]
1998-05-26  0:00   ` Simon Wright
1998-05-26  0:00   ` Markus Kuhn
1998-05-27  0:00     ` Robert Dewar
1998-05-28  0:00       ` Markus Kuhn
1998-06-01  0:00         ` CHARLET Arnaud
1998-05-28  0:00       ` Larry Kilgallen
1998-05-28  0:00         ` Andi Kleen
1998-05-28  0:00           ` Markus Kuhn
1998-05-28  0:00             ` Andi Kleen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox