Bug 312808 - gwenview start lockup trying to update semanticdesktop.org ontologies?
Summary: gwenview start lockup trying to update semanticdesktop.org ontologies?
Status: RESOLVED DUPLICATE of bug 312823
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: 2.10.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 10:25 UTC by Kristian Rink
Modified: 2013-01-25 23:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
startup notification (13.04 KB, image/jpeg)
2013-01-07 10:25 UTC, Kristian Rink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Rink 2013-01-07 10:25:07 UTC
Recently, gwenview fails to correctly start on my machine, continuously showing "something" happening yet never coming to an end. Using kdebugdialog didn't expose any useful information; strace does, however:

[...]
read(10, "\0\0\0\0", 4)                 = 4
write(10, "\25\0", 2)                   = 2
write(10, "\311|\206a", 4)              = 4
select(11, [10], NULL, NULL, {600, 0})  = 1 (in [10], left {599, 999886})
read(10, "\2\0\0\0", 4)                 = 4
read(10, "\1\0\0\0", 4)                 = 4
read(10, "p", 1)                        = 1
read(10, "\1", 1)                       = 1
read(10, "@\0\0\0", 4)                  = 4
read(10, "http://www.semanticdesktop.org/o"..., 64) = 64
read(10, "\1\0\0\0", 4)                 = 4
read(10, "o", 1)                        = 1
read(10, "\2", 1)                       = 1
read(10, "\0", 1)                       = 1
read(10, "\30\0\0\0", 4)                = 4
read(10, "2012", 4)                     = 4
mmap(NULL, 842088448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7cddcec000
read(10, "-11-29T20:15:03.083Z)\0\0\0http://w"..., 842084402) = 74
read(10, 
[...]

This is where it keeps waiting until I eventually terminate the process. Two things about that:

(a) It would be nice having the application start even if updating any external resources fails.

(b) Likewise, it would be helpful to have the startup message be a bit more verbose on what actually happens. ;)

Reproducible: Always
Comment 1 Kristian Rink 2013-01-07 10:25:49 UTC
Created attachment 76268 [details]
startup notification
Comment 2 Jekyll Wu 2013-01-25 23:54:53 UTC
I think this is actually the same as bug 312823.  Please reopen if not.

*** This bug has been marked as a duplicate of bug 312823 ***