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

닫힘
" belliash2018-08-07 14:18:55 +02:00을 오픈" · 1 comment
소유자

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
멤버

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 다음으로부터 할당됨 belliash 2018-08-07 14:52:55 +02:00
"로그인하여 이 대화에 참여"
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: aerscript/Aer#36
No description provided.