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
Interestingly my code was crashing on malloc_consolidate somewhere deep within the google test library... setting MALLOC_CHECK_ to any value 0, 1, or 2 seems to prevent the crash but no matter what setting I use it doesn't print any additional diagnostic information so I still have no clue what was causing the error.
Description
The following test case causes
malloc_consolidate(): unaligned fastbin chunk detected
in a single runner (Fedora 36 + Botan 3.1.1), which is not reproducible with enabled santizers or on local Docker container.Additionally, from comment on this issue https://stackoverflow.com/questions/3100193/segfaults-in-malloc-and-malloc-consolidate :
The text was updated successfully, but these errors were encountered: