Assignment a results of debug_backtrace() to variable results in Segmentation fault #36

Closed
opened 2018-08-07 14:18:55 +02:00 by belliash · 1 comment
Owner

AerScript Information

  • Aer Version (or commit ref): e7b78be8e5 - cdc58f2795
  • Operating System: Linux
  • System Architecture (eg. arm, x86_64, ...): x86_64

Your problem description

With commit e7b78be8e5 we have fixed #15 and unfortunately since then, Aer throws segmentation fault when trying to assign a return value of debug_backtrace() to a variable.

Simple test:

<?php
$x = debug_backtrace();

Above code will cause segmentation fault.

<!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please take a moment to check that your issue doesn't already exist. 3. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> # AerScript Information - Aer Version (or commit ref): e7b78be8e5 - cdc58f2795 - Operating System: Linux - System Architecture (eg. arm, x86_64, ...): x86_64 # Your problem description With commit e7b78be8e5 we have fixed #15 and unfortunately since then, Aer throws segmentation fault when trying to assign a return value of debug_backtrace() to a variable. Simple test: <?php $x = debug_backtrace(); Above code will cause segmentation fault.
belliash added the
bug
label 2018-08-07 14:18:55 +02:00
Member

Just for the record, I have a fix for but once @belliash confirms it works as expected, will commit.

Just for the record, I have a fix for but once @belliash confirms it works as expected, will commit.
devnexen was assigned by belliash 2018-08-07 14:52:55 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aerscript/Aer#36
No description provided.