https://bugs.documentfoundation.org/show_bug.cgi?id=146795
--- Comment #10 from Kohei Yoshida <[email protected]> --- So, mdds is an independent library that provides C++ API. Calc uses it to manage cell data I/O. Any access patterns Calc does to mdds can be reduced to a sequence of C++ calls to mdds::multi_type_vector. In this case, I'd like such reduced test case code to be provided to make it easier for me to look into this in mdds. Otherwise, that would be the first thing I'd have to do: to reduce Calc's access pattern that triggers the crash to a series of C++ calls to mdds::multi_type_vector only so that I can use that as a future test case for mdds. I need to do this for efficiency reasons; debugging Calc takes 10x more resources than debugging just mdds alone. If that's not reasonable ask, then fine. But I can't guarantee a timely investigation. -- You are receiving this mail because: You are the assignee for the bug.
