ID:          32132
 Updated by:  [EMAIL PROTECTED]
 Reported By: me at bereal dot ru
-Status:      Open
+Status:      Feedback
 Bug Type:    *General Issues
 PHP Version: 5.0.3
 New Comment:

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

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.




Previous Comments:
------------------------------------------------------------------------

[2005-02-28 15:56:18] me at bereal dot ru

Description:
------------
We've got the "Segmentation Fault" error when trying to send more than
2 files via ssh2_scp_send within one connection.

But its all okay when we use new connection for each file upload.

Reproduce code:
---------------
            $ssh2 = $this->Connect($host);
            @ssh2_scp_send($ssh2, $from, $path1.basename($from));
            @ssh2_scp_send($ssh2, $from, $path2.basename($from));
            @ssh2_scp_send($ssh2, $from, $path3.basename($from));
            @ssh2_scp_send($ssh2, $from, $path4.basename($from));


Expected result:
----------------
Segmentation fault

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


------------------------------------------------------------------------


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

Reply via email to