Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-27 Thread admin at yqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at yqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Closed
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Assigned To:fat
 Block user comment: N
 Private report: N

 New Comment:

Can you please submit a patch related to this issue, so we can apply it on 
current 
production version? Thank you.


Previous Comments:

[2012-09-27 22:12:11] f...@php.net

The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

see bug #62886 and bug #62954


[2012-09-27 22:11:49] f...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

see bug #62886 and bug #62954


[2012-09-17 02:46:08] debian at michael-neubert dot de

Hello,

since PHP 5.3.15 we have also segmentation faults when using xcache PHP module 
in 
combination with ionCubeLoader PHP module. 5.3.14 is not affected. Without 
loading 
xcache PHP module everything works also fine for us in 5.3.17.

Maybe this is also related to this bug: Bug 
https://bugs.php.net/bug.php?id=63005.

Best wishes
Michael


[2012-09-16 02:15:37] admin at yqed dot com

Some additional troubleshooting:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21884] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21883] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21884

The above error occurs on a regular basis, no matter how many times I run the 
strace:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21914] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21913] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21914

I believe it could be related to this bug:
https://bugs.php.net/bug.php?id=61231


[2012-09-16 01:36:48] admin at qyqed dot com

The segfault occurs randomly, I can restart the service several times without 
issues. All of the sudden, it pops without explanation.




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=63097


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63097&edit=1


Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-16 Thread debian at michael-neubert dot de
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: debian at michael-neubert dot de
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Open
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Block user comment: N
 Private report: N

 New Comment:

Hello,

since PHP 5.3.15 we have also segmentation faults when using xcache PHP module 
in 
combination with ionCubeLoader PHP module. 5.3.14 is not affected. Without 
loading 
xcache PHP module everything works also fine for us in 5.3.17.

Maybe this is also related to this bug: Bug 
https://bugs.php.net/bug.php?id=63005.

Best wishes
Michael


Previous Comments:

[2012-09-16 02:15:37] admin at yqed dot com

Some additional troubleshooting:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21884] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21883] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21884

The above error occurs on a regular basis, no matter how many times I run the 
strace:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21914] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21913] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21914

I believe it could be related to this bug:
https://bugs.php.net/bug.php?id=61231


[2012-09-16 01:36:48] admin at qyqed dot com

The segfault occurs randomly, I can restart the service several times without 
issues. All of the sudden, it pops without explanation.


[2012-09-16 01:34:28] admin at yqed dot com

The error format I get when I restart the php-fpm service:
# service php-fpm restart
Stopping php-fpm:  [  OK  ]
Starting php-fpm: /bin/bash: line 1: 20659 Segmentation fault  
/usr/sbin/php-
fpm -y /etc/php-fpm/php-fpm.conf
   [FAILED]


[2012-09-16 01:25:02] admin at yqed dot com

Description:

This issue started making surface with PHP 5.3.15 and is still present in 
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip 
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr







-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63097&edit=1


Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-15 Thread admin at yqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at yqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Open
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Block user comment: N
 Private report: N

 New Comment:

Some additional troubleshooting:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21884] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21883] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21884

The above error occurs on a regular basis, no matter how many times I run the 
strace:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21914] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21913] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21914

I believe it could be related to this bug:
https://bugs.php.net/bug.php?id=61231


Previous Comments:

[2012-09-16 01:36:48] admin at qyqed dot com

The segfault occurs randomly, I can restart the service several times without 
issues. All of the sudden, it pops without explanation.


[2012-09-16 01:34:28] admin at yqed dot com

The error format I get when I restart the php-fpm service:
# service php-fpm restart
Stopping php-fpm:  [  OK  ]
Starting php-fpm: /bin/bash: line 1: 20659 Segmentation fault  
/usr/sbin/php-
fpm -y /etc/php-fpm/php-fpm.conf
   [FAILED]


[2012-09-16 01:25:02] admin at yqed dot com

Description:

This issue started making surface with PHP 5.3.15 and is still present in 
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip 
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr







-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63097&edit=1


Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-15 Thread admin at qyqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at qyqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Open
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Block user comment: N
 Private report: N

 New Comment:

The segfault occurs randomly, I can restart the service several times without 
issues. All of the sudden, it pops without explanation.


Previous Comments:

[2012-09-16 01:34:28] admin at yqed dot com

The error format I get when I restart the php-fpm service:
# service php-fpm restart
Stopping php-fpm:  [  OK  ]
Starting php-fpm: /bin/bash: line 1: 20659 Segmentation fault  
/usr/sbin/php-
fpm -y /etc/php-fpm/php-fpm.conf
   [FAILED]


[2012-09-16 01:25:02] admin at yqed dot com

Description:

This issue started making surface with PHP 5.3.15 and is still present in 
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip 
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr







-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63097&edit=1


Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-15 Thread admin at yqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at yqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Open
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Block user comment: N
 Private report: N

 New Comment:

The error format I get when I restart the php-fpm service:
# service php-fpm restart
Stopping php-fpm:  [  OK  ]
Starting php-fpm: /bin/bash: line 1: 20659 Segmentation fault  
/usr/sbin/php-
fpm -y /etc/php-fpm/php-fpm.conf
   [FAILED]


Previous Comments:

[2012-09-16 01:25:02] admin at yqed dot com

Description:

This issue started making surface with PHP 5.3.15 and is still present in 
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip 
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr







-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63097&edit=1