[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 Kohei Yoshida changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #21 from Xisco Faulí --- (In reply to Kevin Suo from comment #18) > Is downgrading the LO mdds version an option, in case it will take too long > for a fix, provided that 7.3 is going to be released as "stable" to the >

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #20 from Kohei Yoshida --- (In reply to Kevin Suo from comment #18) > Is downgrading the LO mdds version an option, in case it will take too long > for a fix, provided that 7.3 is going to be released as "stable" to the >

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #19 from Kohei Yoshida --- The short story is that the issue is on the Calc side. The crash is caused by the uses of invalid position hints when modifying the cell store. Sorting that out on the Calc side will fix this

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #18 from Kevin Suo --- Is downgrading the LO mdds version an option, in case it will take too long for a fix, provided that 7.3 is going to be released as "stable" to the public? -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #17 from Kohei Yoshida --- Actually I'm working on adding an optional tracer to mdds::multi_type_vector https://gitlab.com/mdds/mdds/-/issues/70 With this, getting the above call info will be a bit easier. I'm also

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #16 from Kohei Yoshida --- Ok, so in this case, the code eventually ends up in ScColumn::CopyOneCellFromClip(), which gets called twice, and crashes on the 2nd time. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #15 from Kohei Yoshida --- (In reply to Kohei Yoshida from comment #14) > Eventually the code here will find its way into ScDocument::CopyToDocument, Actually ScDocument::CopyFromClip(). -- You are receiving this mail

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #14 from Kohei Yoshida --- (In reply to Aron Budea from comment #13) > (In reply to Kohei Yoshida from comment #7) > > If someone can isolate this to a reproducible case with mdds alone, that > > would be helpful. > Kohei,

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #13 from Aron Budea --- (In reply to Kohei Yoshida from comment #7) > If someone can isolate this to a reproducible case with mdds alone, that > would be helpful. Kohei, could you add code pointers where mdds is called during

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #12 from Kohei Yoshida --- (In reply to Kevin Suo from comment #11) > Kohei, is it possible to do bisect, on libreoffice level, into the mdds > commits? I see the changebwas from 1.7.0 to 2.0.0 and there may not be many >

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #11 from Kevin Suo --- Kohei, is it possible to do bisect, on libreoffice level, into the mdds commits? I see the changebwas from 1.7.0 to 2.0.0 and there may not be many commits between that. -- You are receiving this mail

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 Aron Budea changed: What|Removed |Added CC||ba...@caesar.elte.hu Attachment

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #10 from Kohei Yoshida --- 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

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #9 from Xisco Faulí --- (In reply to Kohei Yoshida from comment #7) > If someone can isolate this to a reproducible case with mdds alone, that > would be helpful. Hi Kohei, Could you please elaborate? How can I know a case

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #8 from Xisco Faulí --- Crash report:

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 --- Comment #7 from Kohei Yoshida --- If someone can isolate this to a reproducible case with mdds alone, that would be helpful. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 Xisco Faulí changed: What|Removed |Added Keywords||bisected --- Comment #6 from

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 Xisco Faulí changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 146795] Calc crashes when pasting data into filtered cells (mdds)

2022-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146795 Kevin Suo changed: What|Removed |Added Summary|Calc crashes when pasting |Calc crashes when pasting