Y
Hacker News
new
|
ask
|
show
|
jobs
by
ericdfoley
864 days ago
This has always been an issue with sorting float arrays that contain NaN in C or C++ (e.g. with std::sort() with the default "<" comparator.)
1 comments
vitiral
864 days ago
what has been? OOB errors?
link
ericdfoley
864 days ago
Seg faults
link
vitiral
864 days ago
so... you're saying you've hit this exact bug before? I bet that was a fun debug session!
link