After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794130 - Gimp Dev crashes when loading python plugins
Gimp Dev crashes when loading python plugins
Status: RESOLVED DUPLICATE of bug 794102
Product: GIMP
Classification: Other
Component: Plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2018-03-06 17:00 UTC by Tomas
Modified: 2018-03-06 19:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tomas 2018-03-06 17:00:04 UTC
On Kubuntu 17.10 amd64, GIMP 2.9.9~15-ubu17.10.5~ppa~c03eb86 (from otto-kesselgulasch/gimp-edge  PPA) started crashing after update while loading python plugins:

```
Thread 1 "gimp" received signal SIGABRT, Aborted.  
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51                                  
51      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.                                 
(gdb) bt                                           
  • #0 __GI_raise
    at ../sysdeps/unix/sysv/linux/raise.c line 51
  • #1 __GI_abort
    at abort.c line 90
  • #2 __libc_message
    at ../sysdeps/posix/libc_fatal.c line 181
  • #3 __GI___fortify_fail_abort
    at fortify_fail.c line 33
  • #4 __stack_chk_fail
    at stack_chk_fail.c line 29
  • #5 gimp_plug_in_open
    at ./app/plug-in/gimpplugin.c line 422
  • #6 gimp_plug_in_manager_call_query
    at ./app/plug-in/gimppluginmanager-call.c line 84
  • #7 gimp_plug_in_manager_query_new
    at ./app/plug-in/gimppluginmanager-restore.c line 465
  • #8 gimp_plug_in_manager_restore
    at ./app/plug-in/gimppluginmanager-restore.c line 115
  • #9 gimp_real_restore
    at ./app/core/gimp.c line 536
  • #10 g_closure_invoke
  • #11 0x00007ffff4138758 in
  • #12 g_signal_emit_valist
  • #13 g_signal_emit
  • #14 gimp_restore
    at ./app/core/gimp.c line 802
  • #15 app_run
    at ./app/app.c line 320
  • #16 main
    at ./app/main.c line 517

Workaround is to delete `/usr/lib/gimp/2.0/plug-ins/python*` and `/usr/lib/gimp/2.0/plug-ins/*.py` plugins (also deleting in .config/GIMP/2.9/plug-ins if any).
Comment 1 Ell 2018-03-06 18:58:35 UTC
This is a duplicate of bug 794102.  Already fixed in git, hopefully the PPA will be updated soon.

*** This bug has been marked as a duplicate of bug 794102 ***
Comment 2 Nazar Mokrynskyi 2018-03-06 19:03:29 UTC
I've already notified developer about this issue, hopefully fresh build will be available soon.