Skip to content

Basic W32 exception handling for glib

LRN requested to merge lrn/glib:exceptions into master

Something that people might find useful when hunting heisenbugs, especially the ones that are sensitive to timing (the presence of gdb alters execution timing significantly).

That said, i wonder how this would interact with g_error(), fatal warnings and testcases that are expected to crash. Maybe i should add something to disable this functionality?

Edited by LRN

Merge request reports