[digikam] [Bug 376661] New: When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

classic Classic list List threaded Threaded
30 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #20 from [hidden email] ---
Typically no.

I recommend to stop digiKam and drop the thumbnail-digikam.db file and restart
it.

Force to rebuild thumbnails with F5 key when you are in album with video. This
fix the problem ?

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #21 from Poz <[hidden email]> ---
I had Digi closed deleted the thumbnail-digikam.db and started Digi. I hit F5
and it rebuild the thumbnails in a few mins. Everything flashed and then still
only gray video boxes.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #22 from [hidden email] ---
Ok,

I suspect a possible ffmpeg codec missing for your video.

Can you share some video sample through the cloud to reproduce the problem ?

Can you install debugview program and run digiKam to press F5 in a video album
? debugview will capture all debug statements from digiKam. Se  this page for
details :

https://www.digikam.org/contrib

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #23 from Poz <[hidden email]> ---
These are the codecs I have installed:
https://www.codecguide.com/download_kl.htm
The mega version and updated.

I will look into sharing some video sample through the cloud to reproduce the
problem. However I believe it is a shear numbers problem as sometimes a few
thumbnails load, even up to 20-30 videos show thumbnails. As soon as I scroll,
they flip back to gray. Not a particular video in the group that is causing the
issue.

Here is the output from debugview:
I edited path name and video locations for privacy reasons. Also this is a snip
it of starting digi cam, with thumbnail data base removed, and after hitting
F5. For each video file it simply repeats making a very large file where the
only thing different is the file name.

http://pastebin.com/VEwQHS4x

Let me know if you have trouble viewing that pastebin and I will copy the text
here.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #24 from [hidden email] ---
No. Your codecs that you have installed are not used by digiKam

We compile ffmpeg codecs for QtAV player used in digiKam.

This kind of error is explicit :

avcore\npsm\localprovider\baseprovider\lib\baseprovider.cpp(604)\NPSMDesktopProvider.dll!00007FFA59332140:
(caller: 00007FFA593326E5) ReturnHr(497) tid(2de8) 80070490 Element not found.  

It miss a codec for your video. avcore come from libav codecs into ffmpeg.

Which kind of video type you use exactly ?

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #25 from Poz <[hidden email]> ---
The file video file types are various, avi, flv, mov, mp4, wmv, and more... A
big mix.

Sorry, I do have those errors as well, I thought they were part of a different
problem I am having with Oculus Rift cameras because they occur at about the
same time.

00000351        2.07417393      [10636]
avcore\npsm\localprovider\baseprovider\lib\baseprovider.cpp(604)\NPSMDesktopProvider.dll!00007FFA59332140:
(caller: 00007FFA593326E5) ReturnHr(495) tid(2de8) 80070490 Element not found.  
00000352        2.07450104      [10636]
shell\explorer\taskband2\taskband2.cpp(4148)\explorer.exe!00007FF6BC80792A:
(caller: 00007FFA75E67DE3) ReturnHr(588) tid(2e28) 80004005 Unspecified error  
00000353        5.56119251      [9784]
shell\lib\bindctx.cpp(128)\explorerframe.dll!00007FFA3647F200: (caller:
00007FFA364A24EA) ReturnHr(21) tid(828) 80070057 The parameter is incorrect.    
00000354        5.56124878      [9784]
shell\lib\bindctx.cpp(128)\explorerframe.dll!00007FFA3647F200: (caller:
00007FFA364A24EA) ReturnHr(22) tid(bf0) 80070057 The parameter is incorrect.    

How do I ensure I have the codes installed correctly?

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #26 from [hidden email] ---
The codecs are in digiKam, included at compilation time.

There is no way for the moment to know which codecs are available. I know that
only GPL2 licensed codecs are installed. No GPL3 and no patented codecs are
compiled for legal reasons.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #27 from [hidden email] ---
new 5.6.0 pre-release as bundle is available here :

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Please check if this problem still reproducible with these versions.

Thanks in advance

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #28 from [hidden email] ---
digiKam 5.6.0 is now released and available as bundle for Linux, MacOS and
Windows.

https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/

Can you check if problem still exists with this version ?

Thanks in advance

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376661] When importing ~200,000 video files Digikam crashes in about 2-5 seconds of starting.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376661

--- Comment #29 from [hidden email] ---
New digiKam 5.7.0 are built with current implementation as pre-release bundles:

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Problem still reproducible ?

--
You are receiving this mail because:
You are the assignee for the bug.
12