Bug#909621: anjuta hangs on startup (Bug# 909621)

Bernhard Übelacker bernhardu at mailbox.org
Sun Oct 21 10:44:28 BST 2018


Hello Andrea,
I just tried to reproduce the hang, unfortunately did not hang
in an i386 VM upgraded from jessie to stretch with an anjuta started
before and after the upgrade.

Therefore you might need to provide some more information
for the maintainer.

First please install following packages containing the debug symbols:
   apt install anjuta-dbgsym libglib2.0-0-dbg libgdl-3-5-dbgsym
An additional repository needs probably to be added like described in [1].

Then as you describe it hangs inside this stack it might be blocked
by a different thread - therefore you probably want to add the stacks of
all threads.

   (gdb) set width 0
   (gdb) set pagination off
   (gdb) thread apply all bt full

Also you might test if this happens with a newly created user too.

Kind regards,
Bernhard


[1] https://wiki.debian.org/HowToGetABacktrace#Installing_the_debugging_symbols



More information about the pkg-gnome-maintainers mailing list