COM
HoldTechniques
Microsoft Component Object Model, a binary interface standard used for interprocess and component communication.
Why it's here
Placed in Hold: 1 article(s) of evidence from 1 source(s), led by research-stage coverage, with 0 in the last 30 days. Confidence 24%. Low accumulated evidence, so it defaults conservatively pending more signal.
Evidence (1)
- 4Hacker News·6/28/2026researchStack overflow traced to recursive exception handling in shell32 shutdown
A crash investigation into a third-party Windows program initially pointed to shell32.dll, but the stack traces showed repeated exception dispatching between ntdll routines until the process exhausted its stack. The actual failure occurred during process shutdown, when shell32's cleanup path called CoTaskMemFree and triggered a recursive exception loop rather than a direct fault in shell32 itself.