php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64495 ssh2_connect() causes segmentation fault
Submitted: 2013-03-23 00:11 UTC Modified: 2013-10-15 11:54 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jon dot n at me dot com Assigned:
Status: No Feedback Package: ssh2 (PECL)
PHP Version: 5.4.13 OS: FreeBSD 9.0
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: jon dot n at me dot com
New email:
PHP Version: OS:

 

 [2013-03-23 00:11 UTC] jon dot n at me dot com
Description:
------------
I get a segmentation fault when calling the ssh2_connect() function using the 
following software:

PHP 5.4.13
libssh2 1.4.2
PECL ssh2 0.12

Please note: if I downgrade to 5.3.23, it works! I have another server with 5.4.11 
which works as well.

Test script:
---------------
<?php

$connect = ssh2_connect($ip,$port);

?>

Expected result:
----------------
I expect it to connect.

Actual result:
--------------
Segmentation fault.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-03-23 03:07 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2013-03-23 03:07 UTC] laruence@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-10-15 11:54 UTC] pecl-dev 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 "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC