Bug 141646 - Crash in: GtkInstanceEntry::signal_activate
Summary: Crash in: GtkInstanceEntry::signal_activate
Status: RESOLVED INSUFFICIENTDATA
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.1.2.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-12 14:58 UTC by Tomas
Modified: 2023-10-20 13:29 UTC (History)
1 user (show)

See Also:
Crash report or crash signature: ["GtkInstanceEntry::signal_activate"]


Attachments
PDF triggering the crash (327.78 KB, application/pdf)
2021-04-12 14:58 UTC, Tomas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas 2021-04-12 14:58:43 UTC
Created attachment 171127 [details]
PDF triggering the crash

This bug was filed from the crash reporting server and is br-170bb367-8c1d-406c-acdd-90d63e76a71f.
=========================================

The Writer crashes after setting character spacing for a text box in a PDF.

Steps to reproduce:

1) open the attached PDF

2) add a new text box (not sure if the location matters, I'm adding it over the existing text)

3) enter some characters

4) click on "set character spacing"

5) enter some custom value (e.g. 5.0) and hit enter

6) crash

I've observed this on 7.0.5.2 (not sure if earlier versions would crash too), 7.1.2.2 crashes the same way. On 7.0.5.2 the crash report does not seem to be started, the stacktrace looks like this:

Fatal exception: Signal 11
Stack:
/usr/lib64/libreoffice/program/libuno_sal.so.3(+0x3bb33)[0x7275032acb33]
/usr/lib64/libreoffice/program/libuno_sal.so.3(+0x3bd46)[0x7275032acd46]
/lib64/libc.so.6(+0x3da60)[0x727502ff6a60]
/usr/lib64/libreoffice/program/libvclplug_gtk3lo.so(+0x129a5a)[0x7274fac21a5a]
/lib64/libgobject-2.0.so.0(g_closure_invoke+0x18a)[0x7274fc654e2a]
/lib64/libgobject-2.0.so.0(+0x3d303)[0x7274fc67e303]
/lib64/libgtk-3.so.0(+0x12975f)[0x7274fa47075f]
/lib64/libgtk-3.so.0(+0x129c18)[0x7274fa470c18]
/lib64/libgtk-3.so.0(+0x12b731)[0x7274fa472731]
/lib64/libgtk-3.so.0(gtk_bindings_activate_event+0x96)[0x7274fa4729f6]
/lib64/libgtk-3.so.0(+0x1c2b17)[0x7274fa509b17]
/lib64/libgtk-3.so.0(+0x3f39ab)[0x7274fa73a9ab]
/lib64/libgobject-2.0.so.0(g_closure_invoke+0xb8)[0x7274fc654d58]
/lib64/libgobject-2.0.so.0(+0x3cd5e)[0x7274fc67dd5e]
/lib64/libgobject-2.0.so.0(g_signal_emit_valist+0xbde)[0x7274fc671a6e]
/lib64/libgobject-2.0.so.0(g_signal_emit+0x93)[0x7274fc672123]
/lib64/libgtk-3.so.0(+0x3b9644)[0x7274fa700644]
/lib64/libgtk-3.so.0(gtk_window_propagate_key_event+0xcb)[0x7274fa70ed2b]
/lib64/libgtk-3.so.0(+0x3cad13)[0x7274fa711d13]
/lib64/libgtk-3.so.0(+0x3f39ab)[0x7274fa73a9ab]
/lib64/libgobject-2.0.so.0(g_closure_invoke+0x18a)[0x7274fc654e2a]
/lib64/libgobject-2.0.so.0(+0x3cd5e)[0x7274fc67dd5e]
/lib64/libgobject-2.0.so.0(g_signal_emit_valist+0xbde)[0x7274fc671a6e]
/lib64/libgobject-2.0.so.0(g_signal_emit+0x93)[0x7274fc672123]
/lib64/libgtk-3.so.0(+0x3b9644)[0x7274fa700644]
/lib64/libgtk-3.so.0(+0x257d1f)[0x7274fa59ed1f]
/lib64/libgtk-3.so.0(gtk_main_do_event+0x1163)[0x7274fa59ff33]
/lib64/libgdk-3.so.0(+0x39653)[0x7274fa27b653]
/lib64/libgdk-3.so.0(+0x714b6)[0x7274fa2b34b6]
/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x16f)[0x7274fc562a9f]
/lib64/libglib-2.0.so.0(+0xa5a98)[0x7274fc5b4a98]
/lib64/libglib-2.0.so.0(g_main_context_iteration+0x33)[0x7274fc55fe73]
/usr/lib64/libreoffice/program/libvclplug_gtk3lo.so(+0xdf46c)[0x7274fabd746c]
/usr/lib64/libreoffice/program/libvcllo.so(+0x682562)[0x72750013e562]
/usr/lib64/libreoffice/program/libvcllo.so(_ZN11Application7ExecuteEv+0x45)[0x727500142935]
/usr/lib64/libreoffice/program/libsofficeapp.so(+0x3d2c8)[0x7275031d62c8]
/usr/lib64/libreoffice/program/libvcllo.so(_Z10ImplSVMainv+0x3a2)[0x72750014d2f2]
/usr/lib64/libreoffice/program/libsofficeapp.so(soffice_main+0x19c)[0x7275031f1e0c]
/usr/lib64/libreoffice/program/soffice.bin(+0x10c0)[0x649db4aa30c0]
/lib64/libc.so.6(__libc_start_main+0xf2)[0x727502fe11e2]
/usr/lib64/libreoffice/program/soffice.bin(+0x10fe)[0x649db4aa30fe]


Attached is the PDF causing this, it's just a simple form with two pages.
Comment 1 Xisco Faulí 2021-04-13 10:45:16 UTC
Hello Tomas,
Thanks for reporting this issue.
Could you please attach a screencast showing how you reproduce the crash ?
Comment 2 QA Administrators 2021-10-11 03:32:32 UTC Comment hidden (obsolete)
Comment 3 QA Administrators 2021-11-11 04:15:45 UTC
Dear Tomas,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp