[anjuta-devel] Anjuta 3.22 crashes on raspbian when opening .ui file



Hi devs!

I tried anjuta on a raspberry pi, created a GTK+ application project,
but when I double-clicked gtk-foobar.ui, it crashed.

Debugging it is quite difficult since when the segfault happens, gdb
complains that the stack is corrupted showing only that the segfault
occurs on gtk_widget_get_screen.

I tried investigating what causes this and found that commenting the
call to ianjuta_document_manager_add_document in
glade_plugin_add_project makes the crash go away but, of course, no
glade design editor is shown. I then created a gtk_window inside the
function glade_plugin_add_project, added the view to the window and
anjuta crashed again. So, as far as I can see, the problem is caused
by a corruption when the view is created. What causes this corruption
and why it affects an arm computer but not an x86 I have no clue.
Probably one of those bugs where memory is corrupted but problems
caused by it are not obvious.

Do you have any idea about what may be causing this? Is there any
information I can give you to help debug it? Is there any help you can
give me to debug it? Should I open a bug on GNOME bugzilla?

Thanks!


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]