https://issues.apache.org/ooo/show_bug.cgi?id=122841
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] <[email protected]> --- Created attachment 81228 --> https://issues.apache.org/ooo/attachment.cgi?id=81228&action=edit crash stack The global variable pLotusRoot is still NULL in frame #0 in LotAttrCache's constructor where it is derefenced. It is supposed to be initialized in ImportLotus's constructor (already running in frame #7) after the LOTUS_ROOT singleton has been created, but it is not available before. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
