Skip to content

Segmentation fault #18

Description

@kawakibi

Hi Lars Strojny,

after i upgrade my laptop to yosemite and use neon 0.30.1 , we got segfault when ``put` file to mogilefs server.

m.php

$storage = new MogileFS();
//connect
$storage->connect('10.10.2.21', 7001, 'staticfiles');
var_dump($storage->isConnected());
var_dump($storage->get('images/2015/07/24/3_20150724020216.gif'));
$storage->put('/var/temp/4206687_20121002030105.JPG','/test/coba.jpg','userupload');
(gdb) run /m.php
Starting program: /opt/local/bin/php56 /m.php
bool(true)
array(2) {
  'path1' =>
  string(52) "http://10.10.2.21:7500/dev1/0/000/012/0000012201.fid"
  'paths' =>
  string(1) "1"
}

Program received signal SIGSEGV, Segmentation fault.
0x000000010254f6df in ne_request_create () from /usr/local/lib/libneon.27.dylib

and the error seems random to, i try re run it again and got another error

Program received signal SIGSEGV, Segmentation fault.
0x00007fff97d96fb2 in strlen () from /usr/lib/system/libsystem_c.dylib
PHP 5.6.14 (cli) (built: Oct  2 2015 07:54:58)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions