php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61127 Seq fault
Submitted: 2012-02-17 20:13 UTC Modified: 2012-02-28 21:13 UTC
From: marek at drapal dot eu Assigned: pdezwart (profile)
Status: Closed Package: amqp (PECL)
PHP Version: 5.3.10 OS: Linux
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: marek at drapal dot eu
New email:
PHP Version: OS:

 

 [2012-02-17 20:13 UTC] marek at drapal dot eu
Description:
------------
following code result in segmentation fault:
ampq 1.0
<?php
$connection = new AMQPConnection();
$channel = new AMQPChannel($connection);
~


Test script:
---------------
<?php
$connection = new AMQPConnection();
$channel = new AMQPChannel($connection);


Expected result:
----------------
Excpetion thrown

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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-28 21:13 UTC] pdezwart@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

This has been fixed in trunk and will be released shortly. Thanks!
 [2012-02-28 21:13 UTC] pdezwart@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pdezwart
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC