later by termination with a Segmentation Fault error?
You are running with “libsafe” enabled, a wrapper library that aims to protect system security by blocking library calls that are known to be vulnerable to buffer overflows. Unfortunately, that technique blocks execution of any binary that attempts a dynamic library call to libc5.x. Both the WP 8.x installer and WP 8.0’s runtime binary were compiled as libc5 executables. To confirm that libsafe is the culprit, type “echo $LD_PRELOAD | grep libsafe”. You can turn off that setting by typing “unset LD_PRELOAD”. Then, remove the libsafe reference in /etc/ld.so.preload, if this exists. You should now be able to successfully run the installer, and can call the main “xwp” binary using a shell script that runs “unset LD_PRELOAD” just prior to executing xwp. —————————————————————————– 3.4.
Related Questions
- The game installed OK, but when I try to run the game I get an error that reads "General Protection Fault: History: Init_Engine" And then the launcher quits. Whats wrong?
- What if I receive an error that indicates that the hire date cannot be later than the termination date?
- Why did my program die with a segmentation fault, address error, or signal 11?