You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this segmentation fault, the actual problem, namely the 'out of memory' error, is obscured. With the following patch in the function free_line_header in dwarf.c, especially with the check "hdr->filenames != NULL", we were able to prevent the crash at this point:
The following stacktrace snippet shows the problem:
The parameter addr is NULL. That leads to a segmentation fault in mmap.c:104:
Due to this segmentation fault, the actual problem, namely the 'out of memory' error, is obscured. With the following patch in the function free_line_header in dwarf.c, especially with the check "hdr->filenames != NULL", we were able to prevent the crash at this point:
Please check our patch. It might also make more sense to perform the check directly in backtrace_free_locked? Thank you for your effort.
The text was updated successfully, but these errors were encountered: