| Summary: | Crash after changing text type property of a text box control | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Maxim Monastirsky <momonasmon> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, raal, sdc.blanco, serval2412, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
bt with debug symbols
Valgrind trace |
||
|
Description
Maxim Monastirsky
2020-02-09 14:38:29 UTC
repro with: Version: 7.0.0.0.alpha0+ (x64) Build ID: dfd027342e6b4107ebd3369de96ef2be3883724d CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; Locale: en-US (en_DK); UI-Language: en-US Calc: CL No repro with 6.3.4.2 Created attachment 157767 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated today, I could reproduce this.
On pc Debian x86-64 with LO Debian package 6.4.0.3, I don't reproduce this. Created attachment 157769 [details]
Valgrind trace
Valgrind retrieved on pc Debian x86-64 with master sources updated some days ago.
I can't reproduce it in Versión: 6.4.0.3 (x86) Id. de compilación: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8 Subprocs. CPU: 2; SO: Windows 6.1 Service Pack 1 Build 7601; Repres. IU: predet.; VCL: win; Configuración regional: es-ES (es_ES); Idioma de IU: es-ES Calc: threaded This seems to have begun at the below commit. Adding Cc: to Caolán McNamara; Could you possibly take a look at this one? Thanks f7cdd32887fa614c27fc4ee36e977bc85d0d268f is the first bad commit commit f7cdd32887fa614c27fc4ee36e977bc85d0d268f Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Mon Dec 9 04:57:38 2019 -0800 source 1efeb17837c22499f00299c033ae59ba3910f7d7 author Caolán McNamara <caolanm@redhat.com> 2019-11-04 13:06:04 +0000 committer Caolán McNamara <caolanm@redhat.com> 2019-12-09 13:28:35 +0100 commit 1efeb17837c22499f00299c033ae59ba3910f7d7 (patch) tree a8db0b758e942b3b14fba26129dc51a95ff5c10c parent 4da3e0a0e5b2260c26186890724978bfd00f796c (diff) weld Property Browser Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1191a45699ba22445388ceeb834d7b1b3e77dde3 Resolves: tdf#130541 null-deref on detaching already-detached page It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified in Version: 7.0.0.0.alpha0+ Build ID: 5d00a1c9c6e85f3d7a3e05ab485da79980c38d44 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue! |