https://bugs.documentfoundation.org/show_bug.cgi?id=146615
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] | |, [email protected] --- Comment #2 from Mike Kaganski <[email protected]> --- The problem happens inside ExitProcess system call, when some code in DLL unload functions attempts to access ImplSVData singleton, which at that time is already destroyed by the statics destruction code called by CRT. I am not sure if we really need to care about this secondary crash. Trying to do something sane inside abnormal termination is IMO unrealistic, and actually does not address any real problem besides some artifact only visible under debugger - or does it? -- You are receiving this mail because: You are the assignee for the bug.
