Hacker News new | ask | show | jobs
by ByteMe95 1036 days ago
Maybe it’s just me but if I saw a stack trace like that I would think that I had some memory corruption somewhere ( I would think even in this case it’s more plausible than the mutex being allocated misaligned )
2 comments

Maybe a mutex accidentally put in packed struct?
Yeah, same here. I wonder if this'd have been caught by ubsan, though.