https://bugs.documentfoundation.org/show_bug.cgi?id=159114
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression By|Justin Luth | Keywords|regression | --- Comment #8 from Justin L <[email protected]> --- My patch is pretty simple, and the crashing is not coming at the time of my import code, so it is pretty clear that my patch is not the cause, but that it just exposed some existing condition in these particular steps. Removing regression stuff. void ScFormulaCell::SetNeedNumberFormat( bool bVal ) { mbNeedsNumberFormat = mbAllowNumberFormatChange = bVal; } Is this status being copied to the new column, and somehow triggering the crash? I did see a call to SetNeedNumberFormat excluded if GetDoc().IsClipOrUndo()... This probably is something for a foundational guy like Armin to look into, since a reference to an Itemset cannot be accessed: #2 0x00007fffbb49754c in ScPatternAttr::GetItem(unsigned short, SfxItemSet const&, SfxItemSet const*) (nWhich=139, rItemSet=<error reading variable: Cannot access memory at address 0xf0000000f>, ...) at sc/source/core/data/patattr.cxx:1670 -- You are receiving this mail because: You are the assignee for the bug.
