php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66734 mogilefs, Segmentation fault
Submitted: 2014-02-18 16:20 UTC Modified: -
From: e dot romanov88 at gmail dot com Assigned:
Status: Open Package: mogilefs (PECL)
PHP Version: 5.4.25 OS: SentOS
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: e dot romanov88 at gmail dot com
New email:
PHP Version: OS:

 

 [2014-02-18 16:20 UTC] e dot romanov88 at gmail dot com
Description:
------------
Segmentation fault when try to get data after disconnect.

Test script:
---------------
$storage = new MogileFS();
//connect
$storage->connect('192.168.0.10', 6001, 'test');
//after disconnect
$storage->disconnect();
//try get
$fileInfo = $storage->get('test_name');

Expected result:
----------------
MogileFsException

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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2023-05-15 07:44 UTC] webtechblogdaily at gmail dot com
Web Tech Blog Daws about web, tech, digital marketing, seo, smo, mobiles, gadets, apps etc. More info to visit:(https://webtechblogdaily.com)github.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC