Assignment a results of debug_backtrace() to variable results in Segmentation fault #36
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
AerScript Information
e7b78be8e5
-cdc58f2795
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:
Above code will cause segmentation fault.
Just for the record, I have a fix for but once @belliash confirms it works as expected, will commit.