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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

 
PHP Copyright © 2001-2023 The PHP Group
All rights reserved.
Last updated: Thu Mar 23 21:03:37 2023 UTC