Let’s first analyze the location where the crash occurred. Could you use the gdb tool to run your sample?
$gdb --args <your_command>
$r
$bt
Let’s first analyze the location where the crash occurred. Could you use the gdb tool to run your sample?
$gdb --args <your_command>
$r
$bt