FS#74749 - Gimp crashes at startup

Attached to Project: Arch Linux
Opened by andy (mineland) - Sunday, 15 May 2022, 01:36 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 17 May 2022, 06:19 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Gimp crashes at startup


Additional info:
* package version: 2.10.30
* log file:
<!-- Copy-paste this whole debug data to report to developers -->


```
GNU Image Manipulation Program version 2.10.30
git-describe: GIMP_2_10_30
Build: unknown rev 0 for linux
# C compiler #
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1 gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.2.0 (GCC)

# Libraries #
using babl version 0.1.90 (compiled against version 0.1.90)
using GEGL version 0.4.36 (compiled against version 0.4.36)
using GLib version 2.72.1 (compiled against version 2.72.1)
using GdkPixbuf version 2.42.8 (compiled against version 2.42.8)
using GTK+ version 2.24.33 (compiled against version 2.24.33)
using Pango version 1.50.7 (compiled against version 1.50.7)
using Fontconfig version 2.14.0 (compiled against version 2.14.0)
using Cairo version 1.17.6 (compiled against version 1.17.6)

```
> fatal error: Segmentation fault

Stack trace:
```
/usr/lib/libgimpbase-2.0.so.0(gimp_stack_trace_print+0x3e9)[0x7f3ebc57f559]
gimp(+0xd376c)[0x556cbb57b76c]
gimp(+0xd382e)[0x556cbb57b82e]
gimp(+0xd3892)[0x556cbb57b892]
/usr/lib/libc.so.6(+0x428e0)[0x7f3ebb7e28e0]
/usr/lib/libglib-2.0.so.0(+0x3deb8)[0x7f3ebbad0eb8]
/usr/lib/libglib-2.0.so.0(g_build_filename+0xac)[0x7f3ebbad12fc]
/usr/lib/libgtk-x11-2.0.so.0(+0x182ea3)[0x7f3ebc827ea3]
/usr/lib/libgtk-x11-2.0.so.0(+0x184417)[0x7f3ebc829417]
/usr/lib/libgtk-x11-2.0.so.0(+0x182ee7)[0x7f3ebc827ee7]
/usr/lib/libgtk-x11-2.0.so.0(+0x184417)[0x7f3ebc829417]
/usr/lib/libgtk-x11-2.0.so.0(gtk_rc_parse+0x45)[0x7f3ebc829845]
gimp(themes_init+0x10e)[0x556cbb5805ce]
gimp(gui_init+0x199)[0x556cbb580929]
gimp(app_run+0x4f0)[0x556cbb580f70]
gimp(main+0x37d)[0x556cbb5764fd]
/usr/lib/libc.so.6(+0x2d290)[0x7f3ebb7cd290]
/usr/lib/libc.so.6(__libc_start_main+0x8a)[0x7f3ebb7cd34a]
gimp(_start+0x25)[0x556cbb5766a5]

```


Steps to reproduce: open gimp

expected result: gimp should open up
actual result: most of the times, a segfault error will occour. But rarely, the program will actually run.

Additional info: occours in both Xorg and Wayland
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 17 May 2022, 06:19 GMT
Reason for closing:  Not a bug
Comment by andy (mineland) - Monday, 16 May 2022, 23:21 GMT
the issue seemed to be related to a faulty gtk theme breaking at start

Loading...