| Summary: | Calc crashes when/after running VBA macro | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Justin L <jluth> |
| Component: | BASIC | Assignee: | Justin L <jluth> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jluth, xiscofauli |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 3.5 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.5.0 target:5.4.0.1 target:5.3.4 | ||
| Crash report or crash signature: | ["ScVbaRange::setStyle(com::sun::star::uno::Any const &)"] | Regression By: | |
| Attachments: |
Universal Budget Template - Version 3.1.xlsm
backtrace from gdb |
||
Confirmed in Version: 5.4.0.0.alpha1+ Build ID: 74d2e606fd3605fe0a585f596eaa215ae4e20d18 CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; Locale: en-US (ca_ES.UTF-8); Calc: group and Versión: 5.3.2.2 Id. de compilación: 6cd4f1ef626f15116896b1d8e1398b56da0d0ee1 Subproc. CPU: 1; SO: Windows 6.1; Repr. de IU: predet.; Motor de trazado: HarfBuzz; Configuración regional: ro-RO (es_ES); Calc: group Confirmed back to Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a) in LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 the button is not displayed. Created attachment 133506 [details]
backtrace from gdb
Crashes in the oldest bibisect43all.
Let's put this one to ASSIGNED since you assigned yourself. Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4dc3e7d5e9044be66177e467d739bd8be7556783 tdf#108049 VBA exception avoided in ScVbaRange::setStyle It will be available in 5.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb9c240046955c432d963610d5dd99edcc6b43e6&h=libreoffice-5-4 tdf#108049 VBA exception avoided in ScVbaRange::setStyle It will be available in 5.4.0.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f82a36749a9df51d2344e4acb88f0e53b39f8e72&h=libreoffice-5-3 tdf#108049 VBA exception avoided in ScVbaRange::setStyle It will be available in 5.3.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |
Created attachment 133505 [details] Universal Budget Template - Version 3.1.xlsm Calc crashes after pressing "ok" during a macro execution. Steps to reproduce: -enable macros when opening the .xlsm file and press the "Refresh Chart" button at cell "Budget Summary:I31". -press OK to acknowledge the message -crash occurs.