I was doing remote debugging on SimpleSAMLphp (https://simplesamlphp.org/)
I just upgraded to newer version (14) of phped, initially everything looks fine.
But when i run code of SimpleSAMLphp (in debug and non debug mode) it generates following apache error log
[Mon Jul 07 04:21:09 2014] [notice] child pid 2345 exit signal Segmentation fault (11)
Then I tried to debug code and found following line has problem with debugger
if (!class_exists($className)) {
/*some code*/
}
|
If I disable debugger everything works fine
Server debugger:
dbg-7.0.15-Linux x86 dbg-php-5.3.so
OS: Cent OS 6.5
Please suggest how to resolve this problem
I do not know how to report bug to debugger team.
Please do guide me