php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53105 Segmentation fault (11) when using openssl_private_decrypt()
Submitted: 2010-10-19 21:10 UTC Modified: 2013-02-18 00:34 UTC
From: keith at consolibyte dot com Assigned:
Status: No Feedback Package: OpenSSL related
PHP Version: 5.3.3 OS: FreeBSD 7.1-RELEASE-p13
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-10-19 21:10 UTC] keith at consolibyte dot com
Description:
------------
openssl
OpenSSL support 	enabled
OpenSSL Library Version 	OpenSSL 1.0.0a 1 Jun 2010
OpenSSL Header Version 	OpenSSL 0.9.8e 23 Feb 2007 


extension=bz2.so
extension=ctype.so
extension=curl.so
extension=dom.so
extension=ftp.so
extension=gd.so
extension=hash.so
extension=imap.so
extension=json.so
extension=mbstring.so
extension=mcrypt.so
extension=mysql.so
extension=mysqli.so
extension=openssl.so
extension=posix.so
extension=simplexml.so
extension=session.so
extension=soap.so
extension=sockets.so
extension=sqlite.so
extension=tokenizer.so
extension=xml.so
extension=zlib.so
extension=apc.so

Whenever I try to use the openssl_private_decrypt() function, I get this message in the logs and a blank page:

[Tue Oct 19 15:02:39 2010] [notice] child pid 3870 exit signal Segmentation fault (11)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-19 21:15 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2010-10-19 21:15 UTC] pajoye@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC