Brian J. Murrell | 18 Sep 15:43
Favicon

0.5.0 hangs

I seem to have stumbled upon a UI hang a couple of times now.  It's
apparent that f-spot is still working though as the stdout is constantly
being updated with the likes of:

_:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
_:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Honeymoon" .
_:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Bear Paw Trail Resort" .
_:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Brian Sr." .
<http://fakebase.f-spot.org/internal/> <http://purl.org/dc/elements/1.1/subject>
_:bnode-1102629632 .
value = f-spot version 0.5.0 len = 20
value = 2008:09:18 09:42:35 len = 19
value = f-spot version 0.5.0 len = 20
value = 2008:09:18 09:42:35 len = 19
Saved 16547 bytes
Syncing metadata to file...
old = "" new = "" heading = "ASCII"
value = 2008:08:25 14:49:42 len = 19
_:bnode-1575102464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
_:bnode-1575102464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Honeymoon" .
_:bnode-1575102464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Bear Paw Trail Resort" .
<http://fakebase.f-spot.org/internal/> <http://purl.org/dc/elements/1.1/subject>
_:bnode-1575102464 .
value = f-spot version 0.5.0 len = 20
value = 2008:09:18 09:42:36 len = 19
value = f-spot version 0.5.0 len = 20
value = 2008:09:18 09:42:36 len = 19
Saved 14891 bytes
(Continue reading)

Stephane Delcroix | 18 Sep 16:14
Gravatar

Re: 0.5.0 hangs

Due to duplicate detection, the first time you start f-spot it starts
hashing all your images. it can take times and slow down ui
responsivity.

If you stop it, it'll resume the next time, until he processed all your
collection. That's a minor inconvenience....

s

On Thu, 2008-09-18 at 09:43 -0400, Brian J. Murrell wrote:
> I seem to have stumbled upon a UI hang a couple of times now.  It's
> apparent that f-spot is still working though as the stdout is constantly
> being updated with the likes of:
> 
> _:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
> _:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Honeymoon" .
> _:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Bear Paw Trail Resort" .
> _:bnode-1102629632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#li> "Brian Sr." .
> <http://fakebase.f-spot.org/internal/> <http://purl.org/dc/elements/1.1/subject>
_:bnode-1102629632 .
> value = f-spot version 0.5.0 len = 20
> value = 2008:09:18 09:42:35 len = 19
> value = f-spot version 0.5.0 len = 20
> value = 2008:09:18 09:42:35 len = 19
> Saved 16547 bytes
> Syncing metadata to file...
> old = "" new = "" heading = "ASCII"
> value = 2008:08:25 14:49:42 len = 19
> _:bnode-1575102464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
(Continue reading)

Brian J. Murrell | 18 Sep 16:30
Favicon

Re: 0.5.0 hangs

On Thu, 2008-09-18 at 16:14 +0200, Stephane Delcroix wrote:
> Due to duplicate detection, the first time you start f-spot it starts
> hashing all your images.

Is that hash stored in the database?

> it can take times and slow down ui
> responsivity.

This not a "slow" UI.  It's completely dead.  It has not refreshed (i.e
it's all solid grey) since I sent my original message.

It's worth noting that f-spot was doing this image hashing long before
the UI hung and the UI was perfectly responsive.  Some other event has
occurred which has hung the UI processing loop.

> If you stop it, it'll resume the next time, until he processed all your
> collection. That's a minor inconvenience....

A slow UI would be a minor inconvenience, yes.  Completely hung is not
so minor.

In addition to all of the above, the hashing looks like it's complete.
There has not been an update to stdout for many minutes and yet the UI
is still hung.

b.

(Continue reading)

Stephane Delcroix | 18 Sep 16:35
Gravatar

Re: 0.5.0 hangs

so it's hung, if it's reproductible, file a bug

s

On Thu, 2008-09-18 at 10:30 -0400, Brian J. Murrell wrote:
> On Thu, 2008-09-18 at 16:14 +0200, Stephane Delcroix wrote:
> > Due to duplicate detection, the first time you start f-spot it starts
> > hashing all your images.
> 
> Is that hash stored in the database?
> 
> > it can take times and slow down ui
> > responsivity.
> 
> This not a "slow" UI.  It's completely dead.  It has not refreshed (i.e
> it's all solid grey) since I sent my original message.
> 
> It's worth noting that f-spot was doing this image hashing long before
> the UI hung and the UI was perfectly responsive.  Some other event has
> occurred which has hung the UI processing loop.
> 
> > If you stop it, it'll resume the next time, until he processed all your
> > collection. That's a minor inconvenience....
> 
> A slow UI would be a minor inconvenience, yes.  Completely hung is not
> so minor.
> 
> In addition to all of the above, the hashing looks like it's complete.
> There has not been an update to stdout for many minutes and yet the UI
> is still hung.
(Continue reading)

Brian J. Murrell | 18 Sep 16:53
Favicon

Re: 0.5.0 hangs

On Thu, 2008-09-18 at 16:35 +0200, Stephane Delcroix wrote:
> so it's hung, if it's reproductible, file a bug

Well, I certainly don't know of particular steps to reproduce it, but
given that it's hung right at this moment here on my machine I was
offering to do some debugging.  But if all you want is a bug filed, I
can do that.  I don't think it will be a very helpful bug filing though
as I can't describe how to reproduce it.

b.

_______________________________________________
F-spot-list mailing list
F-spot-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/f-spot-list

Gmane