Hacker News new | ask | show | jobs
by richardwhiuk 2397 days ago
It'll fail from a signal handler inside qsort, or inside the callback function.

It won't fail recursively - while the second call is happening, the first will be stored on the stack (see the take and replace in the callback shim function)