[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2023-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Mike Kaganski changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Xisco Faulí changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #16 from Commit Notification --- Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/23bfaf601d78ab2a80ec5493ef7eab1410975769 tdf#134576:

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Xisco Faulí changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #15 from

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Commit Notification changed: What|Removed |Added Whiteboard|target:7.1.0|target:7.1.0

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #13 from Commit Notification --- Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/1ecda3adc91328bc616b96367d90907350f2500f tdf#134576

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #14 from Commit Notification --- Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/4ef431e0c9306072b011c782b15eed87b7bdfcb5 tdf#134576:

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #12 from Commit Notification --- Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5760c94b8847164f9a7a181f031c7c86643944af tdf#134576: proper

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Mike Kaganski changed: What|Removed |Added See Also|https://bugs.documentfounda |

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Caolán McNamara changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #10 from Commit Notification --- Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b55f56ca0417105f1e10131503d5560fb6c7e452 tdf#134576 at least

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Commit Notification changed: What|Removed |Added Whiteboard||target:7.1.0 -- You are

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Mike Kaganski changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #9 from Caolán McNamara --- well, we could try https://gerrit.libreoffice.org/c/core/+/98491 which at least doesn't crash for the initial case, maybe that's "good enough". I don't have any in depth knowledge of basic to know

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #8 from Mike Kaganski --- Or even Sub crash On Error Resume Next For Each a In b c.d Next End Sub -- You are receiving this mail because: You are the assignee for the bug.___

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #7 from Mike Kaganski --- I had been able to simplify the crasher to this: Sub crash On Error Resume Next For Each a In b c("d").e Next End Sub And it doesn't depend on VBA support... -- You are receiving this mail

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #6 from Caolán McNamara --- seems that the On Error Resume Next is relevant in the sense there isn't an ActiveSheet so the macro fails earlier and reports that and stops running, with "On Error Resume Next" it keeps going on

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Mike Kaganski changed: What|Removed |Added Version|4.3 all versions|Inherited From OOo

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #4 from Mike Kaganski --- (In reply to Caolán McNamara from comment #3) > I can't make sense of the bisect though. Well, it makes perfect sense :-) after the patch, the dereference of the initialized nullptr crashes the

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 --- Comment #3 from Caolán McNamara --- for me, its the line Range("A2").Select which causes the crash. I can't make sense of the bisect though. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Xisco Faulí changed: What|Removed |Added Keywords||bibisected, bisected,

[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO

2020-07-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134576 Xisco Faulí changed: What|Removed |Added CC||xiscofa...@libreoffice.org