View Single Post
A1mDev
Junior Member
Join Date: Jun 2021
Old 01-15-2023 , 16:05   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #399

It is not related to your extension, because i built an empty extension and got a crash too. Apparently the compiler is to blame, it creates debug symbols that the accelerator extension cannot read. I don't even know what to do in this case? Downgrade compiler? Specify flag '-gdwarf-4'? ... Of course if you use the new compiler, extension accelerator needs to be updated anyway.

Note1: The compiler option '-gdwarf-4' solves this problem of course, but I don't think it's a good idea.
Note2: gdb version 9.2 also fails to read some debug symbols (Dwarf Error: DW_FORM_strx1 found in non-DWO CU).

Last edited by A1mDev; 01-15-2023 at 16:05.
A1mDev is offline