exception-handling

Tag

Cards List
#exception-handling

The case of the DLL that was not present in memory despite not being formally unloaded, part 1

The Old New Thing (Raymond Chen) · 2026-06-25 Cached

This article investigates a crash dump where a stack overflow caused repeated exception handling loops in shell32.dll during process shutdown. The analysis traces the recursive exception handling and identifies the root cause involving DLL unloading.

0 favorites 0 likes
#exception-handling

Exception Annotations: Lay of the Land

Lobsters Hottest · 2026-05-11 Cached

This technical blog post details the status and usage of exception annotations in GHC versions 9.10 to 10.0, covering backtrace types and debugging strategies for Haskell developers.

0 favorites 0 likes
← Back to home

Submit Feedback