Re: [Geeqie-devel] Geeqie 1.1

2012-08-09 Thread Vladimir Nadvornik
On Thursday, August 09, 2012 11:23:57 AM John Stoffel wrote: > Vladimir> I have found 2 problems: > > Vladimir> 1. the exif_read_fd() could return NULL on missing file, but the > old value Vladimir> stayed in cache, so it triggered assertion in > exif_free_fd(). > > Vladimir> 2. file_data_check_s

Re: [Geeqie-devel] Geeqie 1.1

2012-08-09 Thread David Vincent-Jones
Hopefully, one last question: Geeqie starts from the terminal: david@david-Desktop:~$ cd ~/geeqie-1.1 david@david-Desktop:~/geeqie-1.1$ geeqie but fails to start from a menu icon is there some %R, %U, %c or other suffix that I should use to force the start? David On 12-08-08 11:23 PM, Klau

Re: [Geeqie-devel] Geeqie 1.1

2012-08-09 Thread John Stoffel
Vladimir> I have found 2 problems: Vladimir> 1. the exif_read_fd() could return NULL on missing file, but the old value Vladimir> stayed in cache, so it triggered assertion in exif_free_fd(). Vladimir> 2. file_data_check_sidecars() sometimes ended with broken data structures. Vladimir> I am n

Re: [Geeqie-devel] Geeqie 1.1

2012-08-09 Thread David Vincent-Jones
Thanks to both of the replies I am up and running. My first shot failed but after updating the dependencies it ran like a charm. The 'hand-holding' is much appreciated. David On 12-08-08 11:23 PM, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Just for the completen

Re: [Geeqie-devel] Geeqie 1.1

2012-08-09 Thread Michael Schwendt
On Thu, 9 Aug 2012 09:15:58 +0200, Vladimir Nadvornik wrote: > I have found 2 problems: > With the attached patch Geeqie ran overinight ithout crash. Please try it > with > your testsuite.. "Good job!" I'd say. Perseverance got you there. :-) -- Fedora release 17 (Beefy Miracle) - Linux 3.5.

Re: [Geeqie-devel] Geeqie 1.1

2012-08-09 Thread Vladimir Nadvornik
Dne středa 08 Srpen 2012 14:01:23 Vladimir Nadvornik napsal(a): > > OK, I have finally reproduced it. > So far I can tell that it crashes also with view_file_icon so > vflist_setup_iter_recursive does not seem to be the cause. > I will continue debugging in the evening. > Hi Michael, I have foun