Project

Profile

Help

Support #2176

Updated by O'Neil Delpratt over 3 years ago

Hi, 


 


 I compiled saxon extension for PHP 5.5.17 (CentOS, x86_64, ZTS-enabled PHP, Apache 2.4 running apache2-mpm-event), but I get the following error when just calling `new SaxonProcessor()`  


  


 ~~~ 
 
 JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: runtime error at com/excelsior/jet/runtime/os/DynamicLibs.java:253 
 
 Unexpected OS failure: Unable to read link /proc/self/exe 
 
 : Permission denied (errno 13) 
 
 Please, contact the vendor of the application. 
 
 Extra information about error is saved in the "/tmp/jet_err_21521.txt" file. 

 

 *** glibc detected *** /usr/sbin/httpd: malloc(): memory corruption: 0x00007f6cf43692e0 *** 
 
 ======= Backtrace: ========= 
 
 /lib64/libc.so.6(+0x75e76)[0x7f6d2b732e76] 
 
 /lib64/libc.so.6(+0x79904)[0x7f6d2b736904] 
 
 /lib64/libc.so.6(__libc_malloc+0x71)[0x7f6d2b7376b1] 
 
 /usr/lib64/rt/jetrt/libXKRN9005.so(+0xa1e0a8)[0x7f6d166cf0a8] 
 
 ~~~ 

 

 Could the reason be in PHP running as libphp5-zts and not FastCGI? 
 

Back