I'm running up to date archlinux arm on rpi b 2+
I'm using slim + openbox as wm and use tint2 to provide a widget panel. When I edit my NetworkManager connections via nm-applet which is in the panel, the edit window appears and tint2 receives a segfault (trap 11). Shortly after nm-applet receives a trap 5.
Needless to say this doesn't happen with a similar set up on x86_64.
did coredumpctl gdb /usr/bin/tint2 and the backtrace shows this
(gdb) backtrace
#0 0x76ab6808 in ?? () from /usr/lib/libImlib2.so.1
#1 0x76aaf18c in imlib_create_cropped_scaled_image () from /usr/lib/libImlib2.so.1
#2 0x01e86a80 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
I also tried strace, but could not see anything obvious.
Edit: I think this is probably caused by the 23 Jan upgrade to 0.12.4 see https://gitlab.com/o9000/tint2/blob/master/ChangeLog