Bug#966509: Info received (Bug#966096: geeqie: immediate segfault)

2020-08-09 Thread James Van Zandt
geeqie with the --disable-clutter option does run here.  Thanks!

I propose a wishlist item: It would be nice if  --help would work even
without the --disable-clutter option.  (Though there is a man page.)


On Sat, Aug 8, 2020 at 2:39 PM Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Andreas Rönnquist 
>
> If you wish to submit further information on this problem, please
> send it to 966...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 966509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966509
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>


Bug#966096: geeqie: immediate segfault

2020-08-08 Thread James Van Zandt
Sounds good. I'll check it out.

On Sat, Aug 8, 2020, 1:33 PM Andreas Ronnquist  wrote:

> I am about to upload a git snapshot of geeqie to Debian unstable, in
> which I will close 966509, since it adds a --disable-clutter option,
> which should make it possible to run with or without clutter.
>
> In this bug (966096) I track the g_strsplit segfault.
>
> -- Andreas Rönnquist
> gus...@debian.org
>


Bug#966509: Bug#966096: geeqie: immediate segfault

2020-08-08 Thread Andreas Ronnquist
I am about to upload a git snapshot of geeqie to Debian unstable, in
which I will close 966509, since it adds a --disable-clutter option,
which should make it possible to run with or without clutter.

In this bug (966096) I track the g_strsplit segfault.  

-- Andreas Rönnquist
gus...@debian.org



Bug#966096: geeqie: immediate segfault

2020-08-05 Thread Andreas Ronnquist
On Wed, 5 Aug 2020 19:41:14 -0400
James Van Zandt  wrote:

>Thanks!  Though none of the discussion I saw there mentioned the
>g_strsplit: assertion failed message.  I'll hope for the best.
>

Ah, of course, if the fixes doesn't fix that specific problem, I'll
split it out to a bug of it's own.

/Andreas



Bug#966096: geeqie: immediate segfault

2020-08-05 Thread James Van Zandt
Thanks!  Though none of the discussion I saw there mentioned the
g_strsplit: assertion failed message.  I'll hope for the best.

On Wed, Aug 5, 2020 at 4:19 PM Andreas Ronnquist  wrote:

> On Wed, 22 Jul 2020 20:02:43 -0400 James Van Zandt
>  wrote:
> > Package: geeqie
> > Version: 1:1.5.1-11
> > Severity: important
> > X-Debbugs-Cc: jim.vanza...@gmail.com
> >
> > /tmp/bug
> >
>
> I assume this is the bug:
> https://github.com/BestImageViewer/geeqie/issues/559
>
> I will probably package a git snapshot (again) if upstream don't make a
> new release soon, and then you will have the option --disable-clutter
> which should make it possible to run again.
>
> /Andreas
>


Bug#966096: geeqie: immediate segfault

2020-08-05 Thread Andreas Ronnquist
On Wed, 22 Jul 2020 20:02:43 -0400 James Van Zandt
 wrote:
> Package: geeqie
> Version: 1:1.5.1-11
> Severity: important
> X-Debbugs-Cc: jim.vanza...@gmail.com
> 
> /tmp/bug
> 

I assume this is the bug:
https://github.com/BestImageViewer/geeqie/issues/559

I will probably package a git snapshot (again) if upstream don't make a
new release soon, and then you will have the option --disable-clutter
which should make it possible to run again.

/Andreas



Bug#966096: geeqie: immediate segfault

2020-07-24 Thread James Van Zandt
Sorry, it already says

image.use_clutter_renderer = "false"

On Fri, Jul 24, 2020 at 11:13 AM Andreas Ronnquist 
wrote:

> On Fri, 24 Jul 2020 10:21:03 -0400
> James Van Zandt  wrote:
>
> >Alas, no.  Same symptom.
> >
> >FWIW, I'm attaching the tail end of an strace log, and a (long) list
> >of the shared libraries used, per ldd.  I note that in the latter
> >list, there are no nvidia libraries - but the strace log shows it was
> >looking for (and apparently not finding) libGLX_nvidia.so.0.  apt-find
> >indicates that library can be found in these packages:
> >
> >
> >$ apt-file search libGLX_nvidia.so.0
> >libglx-nvidia-legacy-390xx0:
> >/usr/lib/x86_64-linux-gnu/nvidia/legacy-390xx/libGLX_nvidia.so.0
> >libglx-nvidia-tesla-418-0:
> >/usr/lib/x86_64-linux-gnu/nvidia/tesla-418/libGLX_nvidia.so.0
> >libglx-nvidia-tesla-440-0:
> >/usr/lib/x86_64-linux-gnu/nvidia/tesla-440/libGLX_nvidia.so.0
> >libglx-nvidia-tesla-450-0:
> >/usr/lib/x86_64-linux-gnu/nvidia/tesla-450/libGLX_nvidia.so.0
> >libglx-nvidia0:
> >/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
> >
> >
> >I don't suppose the tesla packages are relevant, and apt-get isn't
> >able to find the other two.  The first is supposed to be in non-free.
> >My /etc/apt/sources.list already includes
> >
> >deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
> >
> >Should I have something else configured to access that package?
> >
>
> What if you edit your config (in ~/.config/geeqie/geeqierc.xml), and
> change the line
>
> image.use_clutter_renderer = "true"
>
> (which I assume it is set to), to
>
> image.use_clutter_renderer = "false"
>
> ?
>
> /Andreas
>


Bug#966096: geeqie: immediate segfault

2020-07-24 Thread Andreas Ronnquist
On Fri, 24 Jul 2020 10:21:03 -0400
James Van Zandt  wrote:

>Alas, no.  Same symptom.
>
>FWIW, I'm attaching the tail end of an strace log, and a (long) list
>of the shared libraries used, per ldd.  I note that in the latter
>list, there are no nvidia libraries - but the strace log shows it was
>looking for (and apparently not finding) libGLX_nvidia.so.0.  apt-find
>indicates that library can be found in these packages:
>
>
>$ apt-file search libGLX_nvidia.so.0
>libglx-nvidia-legacy-390xx0:
>/usr/lib/x86_64-linux-gnu/nvidia/legacy-390xx/libGLX_nvidia.so.0
>libglx-nvidia-tesla-418-0:
>/usr/lib/x86_64-linux-gnu/nvidia/tesla-418/libGLX_nvidia.so.0
>libglx-nvidia-tesla-440-0:
>/usr/lib/x86_64-linux-gnu/nvidia/tesla-440/libGLX_nvidia.so.0
>libglx-nvidia-tesla-450-0:
>/usr/lib/x86_64-linux-gnu/nvidia/tesla-450/libGLX_nvidia.so.0
>libglx-nvidia0:
>/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
>
>
>I don't suppose the tesla packages are relevant, and apt-get isn't
>able to find the other two.  The first is supposed to be in non-free.
>My /etc/apt/sources.list already includes
>
>deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
>
>Should I have something else configured to access that package?
>

What if you edit your config (in ~/.config/geeqie/geeqierc.xml), and
change the line 

image.use_clutter_renderer = "true"

(which I assume it is set to), to

image.use_clutter_renderer = "false"

?

/Andreas



Bug#966096: geeqie: immediate segfault

2020-07-24 Thread James Van Zandt
Alas, no.  Same symptom.

FWIW, I'm attaching the tail end of an strace log, and a (long) list of the
shared libraries used, per ldd.  I note that in the latter list, there are
no nvidia libraries - but the strace log shows it was looking for (and
apparently not finding) libGLX_nvidia.so.0.  apt-find indicates that
library can be found in these packages:


$ apt-file search libGLX_nvidia.so.0
libglx-nvidia-legacy-390xx0:
/usr/lib/x86_64-linux-gnu/nvidia/legacy-390xx/libGLX_nvidia.so.0
libglx-nvidia-tesla-418-0:
/usr/lib/x86_64-linux-gnu/nvidia/tesla-418/libGLX_nvidia.so.0
libglx-nvidia-tesla-440-0:
/usr/lib/x86_64-linux-gnu/nvidia/tesla-440/libGLX_nvidia.so.0
libglx-nvidia-tesla-450-0:
/usr/lib/x86_64-linux-gnu/nvidia/tesla-450/libGLX_nvidia.so.0
libglx-nvidia0: /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0


I don't suppose the tesla packages are relevant, and apt-get isn't able to
find the other two.  The first is supposed to be in non-free.  My
/etc/apt/sources.list already includes

deb http://ftp.us.debian.org/debian/ unstable main contrib non-free

Should I have something else configured to access that package?


On Fri, Jul 24, 2020, 9:36 AM Andreas Ronnquist  wrote:

> On Thu, 23 Jul 2020 08:08:26 -0400
> James Van Zandt  wrote:
>
> >Thanks, I'll do that when I get a chance.
> >
> >In the meantime (since I assume the package is working for you), could
> >you compare our shared library versions?  If we're out of sync, maybe
> >there's an unrecognized incompatibility.
>
> I have uploaded a new git snapshot to unstable (1:1.5.1+git20200723-2),
> please test that one too if it changes anything.
>
> /Andreas
>


trace.log.excerpt
Description: Binary data


shared-libraries
Description: Binary data


Bug#966096: geeqie: immediate segfault

2020-07-24 Thread Andreas Ronnquist
On Thu, 23 Jul 2020 08:08:26 -0400
James Van Zandt  wrote:

>Thanks, I'll do that when I get a chance.
>
>In the meantime (since I assume the package is working for you), could
>you compare our shared library versions?  If we're out of sync, maybe
>there's an unrecognized incompatibility.

I have uploaded a new git snapshot to unstable (1:1.5.1+git20200723-2),
please test that one too if it changes anything.

/Andreas



Bug#966096: geeqie: immediate segfault

2020-07-23 Thread James Van Zandt
Thanks, I'll do that when I get a chance.

In the meantime (since I assume the package is working for you), could you
compare our shared library versions?  If we're out of sync, maybe there's
an unrecognized incompatibility.

On Thu, Jul 23, 2020 at 7:02 AM Andreas Ronnquist  wrote:

> On Wed, 22 Jul 2020 20:02:43 -0400 James Van Zandt
>  wrote:
> > Package: geeqie
> > Version: 1:1.5.1-11
> > Severity: important
> > X-Debbugs-Cc: jim.vanza...@gmail.com
> >
> > /tmp/bug
> >
>
> I cannot do anything with the information you give.
>
> Could you please try installing the debug package - Add something like
>
> deb http://deb.debian.org/debian-debug/ unstable-debug main
>
> to your /etc/apt/sources.list
>
> and install the package geeqie-dbgsym, and then start geeqie throug gdb?
>
> I can give you more exact instructions if needed.
>
> /Andreas Rönnquist
> gus...@debian.org
>


Bug#966096: geeqie: immediate segfault

2020-07-23 Thread Andreas Ronnquist
On Wed, 22 Jul 2020 20:02:43 -0400 James Van Zandt
 wrote:
> Package: geeqie
> Version: 1:1.5.1-11
> Severity: important
> X-Debbugs-Cc: jim.vanza...@gmail.com
> 
> /tmp/bug
> 

I cannot do anything with the information you give.

Could you please try installing the debug package - Add something like 

deb http://deb.debian.org/debian-debug/ unstable-debug main

to your /etc/apt/sources.list

and install the package geeqie-dbgsym, and then start geeqie throug gdb?

I can give you more exact instructions if needed.

/Andreas Rönnquist
gus...@debian.org



Bug#966096: geeqie: immediate segfault

2020-07-22 Thread James Van Zandt
Package: geeqie
Version: 1:1.5.1-11
Severity: important
X-Debbugs-Cc: jim.vanza...@gmail.com

/tmp/bug

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.7.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages geeqie depends on:
ii  geeqie-common1:1.5.1-11
ii  libc62.31-1
ii  libcairo21.16.0-4
ii  libchamplain-0.12-0  0.12.20-1
ii  libchamplain-gtk-0.12-0  0.12.20-1
ii  libclutter-1.0-0 1.26.4+dfsg-1
ii  libclutter-gtk-1.0-0 1.8.4-4
ii  libcogl201.22.8-1
ii  libexiv2-27  0.27.2-8
ii  libffmpegthumbnailer4v5  2.1.1-0.2+b1
ii  libgcc-s110.1.0-6
ii  libgdk-pixbuf2.0-0   2.40.0+dfsg-5
ii  libglib2.0-0 2.64.4-1
ii  libgtk-3-0   3.24.20-1
ii  libjpeg62-turbo  1:2.0.5-1
ii  liblcms2-2   2.9-4+b1
ii  liblirc-client0  0.10.1-6.2
ii  liblua5.1-0  5.1.5-8.1+b3
ii  libpango-1.0-0   1.44.7-4
ii  libpangocairo-1.0-0  1.44.7-4
ii  libpoppler-glib8 0.71.0-6
ii  libstdc++6   10.1.0-6
ii  libtiff5 4.1.0+git191117-2
ii  sensible-utils   0.0.12+nmu1

Versions of packages geeqie recommends:
ii  cups-bsd [lpr]   2.3.3-1
ii  exiftran 2.10-4
ii  exiv20.27.2-8
ii  imagemagick  8:6.9.10.23+dfsg-2.1+b2
ii  imagemagick-6.q16 [imagemagick]  8:6.9.10.23+dfsg-2.1+b2
ii  librsvg2-common  2.48.7-1
ii  ufraw-batch  0.22-4
ii  zenity   3.32.0-5

Versions of packages geeqie suggests:
pn  geeqie-dbg   
ii  gimp 2.10.18-1
ii  libjpeg-turbo-progs [libjpeg-progs]  1:2.0.5-1
pn  ufraw
ii  xpaint   2.9.1.4-3.2+b1

-- no debconf information