comp.lang.ada
 help / color / mirror / Atom feed
From: David Brown <davidb-cla@davidb.org>
Subject: Re: Rational 3..2.0b and Solaris 8 does it work ?
Date: Fri, 02 Nov 2001 01:54:53 GMT
Date: 2001-11-02T01:54:53+00:00	[thread overview]
Message-ID: <N1nE7.7624$S4.614898@newsread1.prod.itd.earthlink.net> (raw)
In-Reply-To: 3bd93ea3.1340302@news.monmouth.com

garilla <gary@home.net> wrote:

>>> I have an application I built under Solaris 2.7 (or Solaris 7) with
>>> Rational 3.2.0b and it works fine.  When I build the same application
>>> under Solaris 2.8 or (Solaris 8) the application cores out without
>>> even executing the first line of code.

I believe Solaris 8 added a security measure that causes the stack frame
to not be executable by default (to try and catch buffer overflow
exploits).

Perhaps your compiler's runtime/compiler create stack trampolines for
procedure passing and such.

look in /etc/system for something to the effect of:

set noexec_user_stack = 1

and try setting it to a zero, if you have it.  You will have to reboot
to change it.

Dave Brown



      reply	other threads:[~2001-11-02  1:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-25  0:06 Rational 3..2.0b and Solaris 8 does it work ? garilla
2001-10-25 15:18 ` Wes Groleau
2001-10-25 16:03   ` Wes Groleau
2001-10-25 18:31 ` Wes Groleau
2001-10-26 10:44   ` Rational 3..2.0b and Solaris 8 does it work ? - ada.gif (0/1) garilla
2001-10-26 10:49   ` garilla
2001-10-26 10:56   ` garilla
2001-10-25 21:52 ` Rational 3..2.0b and Solaris 8 does it work ? Pete E
2001-10-26 10:45   ` garilla
2001-11-02  1:54     ` David Brown [this message]
replies disabled

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