snmalloc icon indicating copy to clipboard operation
snmalloc copied to clipboard

Make PAL capable of producing back traces.

Open mjp41 opened this issue 6 years ago • 1 comments

In #88, we implemented enough backtrace to flush out some CI failures for Windows. This should be refactored.

  • We should always call Pal::error instead of abort.
  • Assert should be refactored to call Pal::error in the failure case.
  • In some configurations Pal::error should produce a backtrace.
  • The Pal on Windows should account for running in headless CI, and stop generating dialog boxes.

mjp41 avatar Aug 14 '19 16:08 mjp41

#161 this contributes to addressing this issue.

mjp41 avatar Apr 03 '20 05:04 mjp41