Y
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
planede
1036 days ago
Maybe a mutex accidentally put in packed struct?
link
r-r-r
1036 days ago
Yeah, same here. I wonder if this'd have been caught by ubsan, though.
link