#582145 gthumb: segfault when changing viewed image in directory with name containing '+'

Package:
gthumb
Source:
gthumb
Description:
image viewer and browser
Submitter:
Christophe Rhodes
Date:
2014-10-24 19:45:05 UTC
Severity:
normal
#582145#5
Date:
2010-05-18 17:06:18 UTC
From:
To:
Package: gthumb
Version: 3:2.10.11-3+b1
Severity: normal

Hi,

Attempting to change the image viewed (using Page Up/Page Down) when using
gthumb to view images in a directory with '+' in its name causes a segfault:

  csr21@omega:/tmp/+$ gthumb DSCN2626.JPG.jpg

This views the image successfully, but the titlebar says "0/8" (rather than
the expected "1/8" being the first of 8 images) and hitting Page Down gives

  (gthumb:21417): Gtk-CRITICAL **: gtk_tree_path_get_indices: assertion `path != NULL' failed
  Segmentation fault

Best,

Christophe

#582145#10
Date:
2014-10-24 19:35:02 UTC
From:
To:
control: notfound -1 gthumb/3:3.0.1-2

I cannot reproduce this. I have ~/1.jpg and do

$ mkdir +
$ cp 1.jpg +/
$ cp 1.jpg +/2.jpg
$ cd +
$ gthumb 1.jpg
Hit PgDn

Everything is fine, no segfault.