https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107752

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Lack of offset information  |Lack of column information
                   |in AddressSanitizer reports |in AddressSanitizer reports

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
libbacktrace does not pass the column information:
static int SymbolizeCodePCInfoCallback(void *vdata, uintptr_t addr,
                                       const char *filename, int lineno,
                                       const char *function) {

Reply via email to