php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67954 [random] exit signal Segmentation fault (11)
Submitted: 2014-09-03 08:49 UTC Modified: 2017-01-10 08:31 UTC
Votes:9
Avg. Score:4.6 ± 0.7
Reproduced:7 of 7 (100.0%)
Same Version:3 (42.9%)
Same OS:1 (14.3%)
From: docindetectable at gmail dot com Assigned:
Status: Suspended Package: BLENC (PECL)
PHP Version: 5.4 & 5.5 OS: Ubuntu 14.04
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: docindetectable at gmail dot com
New email:
PHP Version: OS:

 

 [2014-09-03 08:49 UTC] docindetectable at gmail dot com
Description:
------------
Hi there, 

First of all thanks to the creator of this project. Something is needed for proprietary licensed projects. I hope they keep improving. 

My problem is that after installing blenc and protect a file runs correctly and is decoded without problems .... But randomly, to navigate to the protected script displays an error: 

exit signal Segmentation fault (11) 

This is sometimes very continuous sometimes. Hope you can advise me or fix this bug. 

A greeting

Test script:
---------------
<?php
function hello()
{
  return 'Hello word';
}

echo hello();
?>

Expected result:
----------------
Hello word

Actual result:
--------------
[Sun Aug 31 18:57:03.878083 2014] [core:notice] [pid 5074] AH00052: child pid 5546 exit signal Segmentation fault (11)
[Sun Aug 31 19:14:06.818179 2014] [core:notice] [pid 5074] AH00052: child pid 5080 exit signal Segmentation fault (11)
[Sun Aug 31 19:30:33.660752 2014] [core:notice] [pid 5074] AH00052: child pid 5547 exit signal Segmentation fault (11)
[Sun Aug 31 19:33:27.812643 2014] [core:notice] [pid 5074] AH00052: child pid 5552 exit signal Segmentation fault (11)
[Sun Aug 31 19:34:01.841408 2014] [core:notice] [pid 5074] AH00052: child pid 5280 exit signal Segmentation fault (11)
[Sun Aug 31 19:34:03.844673 2014] [core:notice] [pid 5074] AH00052: child pid 5553 exit signal Segmentation fault (11)
[Sun Aug 31 19:34:03.844976 2014] [core:notice] [pid 5074] AH00052: child pid 5670 exit signal Segmentation fault (11)
[Sun Aug 31 19:34:05.849361 2014] [core:notice] [pid 5074] AH00052: child pid 5674 exit signal Segmentation fault (11)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-09-04 11:23 UTC] docindetectable at gmail dot com
-PHP Version: master-Git-2014-09-03 (Git) +PHP Version: 5.4 & 5.5
 [2014-09-04 11:23 UTC] docindetectable at gmail dot com
.
 [2017-01-10 08:31 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-01-10 08:31 UTC] kalle@php.net
I'm suspending the reports for BLENC as it doesn't seem to have stalled (looking at both repositories I could find on git.php.net and github) and it does not seem compatible with any currently supported version of PHP either. Please unsuspend in case someone takes over this extension
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC