Disabled stack guard message seen when launching the IPSA OUI or configGui
(Doc ID 2210690.1)
Last updated on FEBRUARY 22, 2023
Applies to:
Oracle Communications IP Service Activator - Version 7.2.0 and laterInformation in this document applies to any platform.
Symptoms
On occasion when launching the IPSA Oracle Universal Installer (OUI) or configGui the following message may be seen.
Java HotSpot(TM) Server VM warning: You have loaded library /tmp/OraInstall2016-09-23_03-24-18PM/oui/lib/linux/liboraInstaller.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
The following on the internet may help. http://stackoverflow.com/questions/22345891/stack-guard-might-have-disabled
Type: execstack --version to check if you already have execstack installed.
If you get command not found type: sudo apt-get install execstack -y --force-yes
Type sudo execstack -c <file> e.g sudo execstack -c /usr/lib/libcuda.so
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |