On 11.12.2020 19:17, Andreas Ronnquist wrote:
On Fri, 11 Dec 2020 17:50:07 +0300
Ilya Ovchinnikov <i...@psn.ru> wrote:
Package: geeqie
Version: 1:1.6-2
Severity: grave
Justification: renders package unusable
Dear Maintainer,
Since last upgrade geeqie fails to start:
% geeqie
(geeqie:987585): Gtk-CRITICAL **: 17:45:52.857:
gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Thanks for the report -
Is that all that gets printed, and you get a prompt immediately after?
Or does it give a segfault or similar?
It shows the main window for a moment, and hangs till Ctrl+C
What video-card are you using?
Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
I am guessing you are running X? (You can quickly find out by the
command
echo $XDG_SESSION_TYPE
in the terminal.)
x11
/Andreas
~% gdb /usr/bin/geeqie
GNU gdb (Debian 10.1-1.3) 10.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/geeqie...
(No debugging symbols found in /usr/bin/geeqie)
(gdb) run
Starting program: /usr/bin/geeqie
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe7117700 (LWP 990914)]
[New Thread 0x7fffe6916700 (LWP 990915)]
[New Thread 0x7fffe6115700 (LWP 990916)]
[New Thread 0x7fffe5914700 (LWP 990917)]
[New Thread 0x7fffe4fcb700 (LWP 990918)]
[New Thread 0x7fffcffff700 (LWP 990919)]
[Detaching after vfork from child process 990920]
[Detaching after vfork from child process 990922]
[Detaching after vfork from child process 990924]
[Detaching after vfork from child process 990926]
(geeqie:990910): Gtk-CRITICAL **: 19:28:20.690: gtk_box_gadget_distribute: assertion 'size
>= 0' failed in GtkScrollbar
[New Thread 0x7fffcf7fe700 (LWP 990928)]
[New Thread 0x7fffceffd700 (LWP 990929)]
[Detaching after vfork from child process 990930]
[Detaching after vfork from child process 990932]
[Detaching after vfork from child process 990934]
[Detaching after vfork from child process 990936]
[Thread 0x7fffceffd700 (LWP 990929) exited]
^C
Thread 1 "geeqie" received signal SIGINT, Interrupt.
0x00007ffff617a39f in poll () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007ffff617a39f in poll () at /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff7230e1e in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff723117b in g_main_loop_run () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff7a407a5 in gtk_main () at /lib/x86_64-linux-gnu/libgtk-3.so.0
#4 0x00005555555c9916 in ()
#5 0x00007ffff60add0a in __libc_start_main () at
/lib/x86_64-linux-gnu/libc.so.6
#6 0x00005555555ca54a in ()
(gdb)