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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 08:01:29 2024 UTC