FS#58043 - [anjuta] Segmentation fault

Attached to Project: Arch Linux
Opened by Serge (Viterzgir) - Friday, 30 March 2018, 23:08 GMT
Last edited by Jan de Groot (JGC) - Monday, 02 January 2023, 14:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Anjuta IDE segfaultation fault after create simple GTK project.

Additional info:
* anjuta 3.28.0-1 also in previous version too

Thread 1 "anjuta" received signal SIGSEGV, Segmentation fault.
0x00007ffff70c62e7 in gtk_widget_destroy () from /usr/lib/libgtk-3.so.0
(gdb) bt full
#0 0x00007ffff70c62e7 in gtk_widget_destroy () at /usr/lib/libgtk-3.so.0
#1 0x00007fffd635b794 in () at /usr/lib/anjuta/libanjuta-message-view.so
#2 0x00007ffff623cf25 in g_object_unref () at /usr/lib/libgobject-2.0.so.0
#3 0x00007fffd635aa50 in () at /usr/lib/anjuta/libanjuta-message-view.so
#4 0x00007ffff78b49b2 in anjuta_plugin_deactivate ()
at /usr/lib/libanjuta-3.so.0
#5 0x00007ffff78ba4a7 in () at /usr/lib/libanjuta-3.so.0
#6 0x00007ffff78baed8 in anjuta_plugin_manager_unload_plugin_by_handle ()
at /usr/lib/libanjuta-3.so.0
#7 0x00007ffff78bdef2 in anjuta_profile_load () at /usr/lib/libanjuta-3.so.0
#8 0x00007ffff78be6b7 in () at /usr/lib/libanjuta-3.so.0
#9 0x00007fffe2428949 in () at /usr/lib/anjuta/libanjuta-project-manager.so
#10 0x00007fffe200d36a in () at /usr/lib/anjuta/libanjuta-loader.so
#11 0x00007fffd6784f0e in () at /usr/lib/anjuta/libanjuta-project-wizard.so
#12 0x00007ffff6237c2d in g_closure_invoke () at /usr/lib/libgobject-2.0.so.0
#13 0x00007ffff624bbb0 in () at /usr/lib/libgobject-2.0.so.0
#14 0x00007ffff6254746 in g_signal_emit_valist () at /usr/lib/libgobject-2.0.so.0
#15 0x00007ffff625565c in g_signal_emit_by_name ()
at /usr/lib/libgobject-2.0.so.0
#16 0x00007ffff78c3135 in () at /usr/lib/libanjuta-3.so.0
#17 0x00007ffff5f5cda3 in () at /usr/lib/libglib-2.0.so.0
#18 0x00007ffff5f5c2c6 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#19 0x00007ffff5f5c6a1 in () at /usr/lib/libglib-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#20 0x00007ffff5f5c72e in g_main_context_iteration ()
at /usr/lib/libglib-2.0.so.0
#21 0x00007ffff6525b3e in g_application_run () at /usr/lib/libgio-2.0.so.0
#22 0x000055555555b28f in main ()

Steps to reproduce:
1. Open anjuta
2. Create GTK+(simple) project
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 02 January 2023, 14:35 GMT
Reason for closing:  None
Additional comments about closing:  Upstream archived anjuta, package was removed. Use gnome builder instead.
Comment by Avin Sigurani (embiopterid) - Monday, 14 December 2020, 19:51 GMT
I've noticed this only happens when certain plugins are enabled. For example, the API Devhelp and quick open plugins cause this fault. It does not crash when the File Manager, terminal, and git plugins are enabled. I have not tested all of them. The only thing I could find about the problem suggests that this could happen if anjuta and its extensions are compiled with a different version of glade than that on the system, but I really don't know.

Loading...