|
Hi,
in my impression, the face detection, both in backend and UI, has matured enough now that it deserves some wider testing. (be sure to have libface from yesterday, and also OpenCV 2.1.0) I have scanned about 3000 real-life holiday images in the last days. The scanning is on the "fast and safe" side: You will have false positives, but the real faces form the majority. You will easily find faces which are not recognized - strong shadows, rotated head, closed eyes are typical. But my overall impression is quite good (at least I have this evidence with a certain female face I happen to take photos of quite often) Since some weeks, only one cascade in libface is used for initial scanning, which makes is considerably faster. I need less than an hour for 1000 images. (That means of course a face will not be found if this cascade does not find it) There are some known issues with the UI: - in the icon view, when a face from the "Unconfirmed" folder is confirmed or rejected, there is a slight delay before the view is refreshed. Ideally, the face should disappear immediately, but that's not easy to do properly - the overlays only act on the single, hovered image. I plan to make them act on all selected images, with a tooltip-like indicator for this fact - in the icon view, it's a line edit, in the preview view, a combo box. We'll see which solution is better - the popups in the preview view are clipped to within the view. There's a Qt bug involved, it's not easy to solve. - there are two different popups from the combo box: a tree view for selection, and a list view for completion when typing. Though, the problems to solve by these popups are different as well - the counter on the tree view of the People side bar does not work - it still counts tag assignments, 0 for unconfirmed, not faces. - when scrolling with the mouse wheel, scrolling gets stuck when over one of the confirm/reject tool buttons Issues with the face scanner and dialog: - selecting the albums / tags to scan, child albums are not scanned - missing to set a lower thread priority for the worker threads. Recognition: Dont test recognition. It is currently reworked by Alex. We must add an option to retrain all confirmed images later. Marcel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
What's about to release digiKam 2.0.0-beta1 soon, and move
libkface/libkmap to kdegraphics/libs now. Like this all will be ready to use with next KDE 4.6... Gilles 2010/10/21 Marcel Wiesweg <[hidden email]>: > Hi, > > in my impression, the face detection, both in backend and UI, has matured > enough now that it deserves some wider testing. > (be sure to have libface from yesterday, and also OpenCV 2.1.0) > > I have scanned about 3000 real-life holiday images in the last days. > The scanning is on the "fast and safe" side: You will have false positives, > but the real faces form the majority. You will easily find faces which are not > recognized - strong shadows, rotated head, closed eyes are typical. > But my overall impression is quite good (at least I have this evidence with a > certain female face I happen to take photos of quite often) > > Since some weeks, only one cascade in libface is used for initial scanning, > which makes is considerably faster. I need less than an hour for 1000 images. > (That means of course a face will not be found if this cascade does not find > it) > > There are some known issues with the UI: > - in the icon view, when a face from the "Unconfirmed" folder is confirmed or > rejected, there is a slight delay before the view is refreshed. Ideally, the > face should disappear immediately, but that's not easy to do properly > - the overlays only act on the single, hovered image. I plan to make them act > on all selected images, with a tooltip-like indicator for this fact > - in the icon view, it's a line edit, in the preview view, a combo box. We'll > see which solution is better > - the popups in the preview view are clipped to within the view. There's a Qt > bug involved, it's not easy to solve. > - there are two different popups from the combo box: a tree view for > selection, and a list view for completion when typing. Though, the problems to > solve by these popups are different as well > - the counter on the tree view of the People side bar does not work - it still > counts tag assignments, 0 for unconfirmed, not faces. > - when scrolling with the mouse wheel, scrolling gets stuck when over one of > the confirm/reject tool buttons > > Issues with the face scanner and dialog: > - selecting the albums / tags to scan, child albums are not scanned > - missing to set a lower thread priority for the worker threads. > > Recognition: > Dont test recognition. It is currently reworked by Alex. We must add an option > to retrain all confirmed images later. > > Marcel > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
> What's about to release digiKam 2.0.0-beta1 soon, and move > libkface/libkmap to kdegraphics/libs now. Like this all will be ready > to use with next KDE 4.6... Moving libkface is all right for me. The classes RecognitionDatabase, FaceDetector, Image and Face are ready for some degree of API stability. Regarding the beta, there is still some stuff to do for nondestructive editing, but that should not block a beta. Face detection certainly has beta quality. Marcel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
On Thu, Oct 21, 2010 at 9:16 PM, Marcel Wiesweg <[hidden email]> wrote: --
Great to hear that face detection is polishing up! I plan to resume working on digikam sometime later this week (at least for a while, before the next wave of exams starts), so can one of you please do the moving of libkface to trunk? Because I'm behind a no-ssh firewall again. Thanks, Aditya Bhatt _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gilles Caulier-4
The non-destructive editing still has some goofs which causes crashes in Image Editor, but these are mostly just undo-redo related. I plan to solve this by the end of the week. Hopefully. Also, I need to do the pairing of RAW+JPEG as two versions of one file. But that's not a beta-blocker. Also I plan to redesign the versions marking in icon view - remove the ugly icon and use a "pile", like you can see on facebook albums (basically a three rectangles lying under the image thumbnail, each one moved slightly to the top-left). For the "hide/show all versions" feature we need a method in the database API --> Marcel, please let me know, when you implement this. Otherwise the beta is fine with me.
Marty
On Thu, Oct 21, 2010 at 16:58, Gilles Caulier <[hidden email]> wrote: What's about to release digiKam 2.0.0-beta1 soon, and move _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gilles Caulier-4
> What's about to release digiKam 2.0.0-beta1 soon, and move > libkface/libkmap to kdegraphics/libs now. Like this all will be ready > to use with next KDE 4.6... Another question: will we ship libface inside libkface as optional 3rd party library like libraw or lensfun? Marcel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Ah. i thinking to do it also. well i said yes, to reduce puzzle complexity.
But we must always give a way to packager to use an external version. No need special cmake flag for that. If an external package is detected, we use it, else, internal version is used instead. Look in digiKam cmake code for details. Gilles 2010/10/22 Marcel Wiesweg <[hidden email]>: > >> What's about to release digiKam 2.0.0-beta1 soon, and move >> libkface/libkmap to kdegraphics/libs now. Like this all will be ready >> to use with next KDE 4.6... > > Another question: will we ship libface inside libkface as optional 3rd party > library like libraw or lensfun? > > Marcel > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Marcel Wiesweg
Hi.
> I have scanned about 3000 real-life holiday images in the last days. > The scanning is on the "fast and safe" side: You will have false positives, > but the real faces form the majority. You will easily find faces which are not > recognized - strong shadows, rotated head, closed eyes are typical. > But my overall impression is quite good (at least I have this evidence with a > certain female face I happen to take photos of quite often) For me the face detection seems to hang on a photo that has a document shot up (both printed and handwritten text).. There is no errors but process seems to jam, cpu usage is zero. I can't send that specific file, it contains a bit sensitive information. Can I otherwise assist You somehow? Gert _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
> For me the face detection seems to hang on a photo that has a document > shot up (both printed and handwritten text).. There is no errors but > process seems to jam, cpu usage is zero. > > I can't send that specific file, it contains a bit sensitive > information. Can I otherwise assist You somehow? all current SVN? Find out the digikam process id. Type "gdb att <id>" Then, in gdb, "thr appl all bt" and <enter> a few times. send the backtraces. Thanks Marcel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Bugzilla from gert.kello@gmail.com
Hi,
Can you make a copy of that image and blur out printed/handwritten text and see if that improves? Thanks Alex On 28 Oct 2010, at 14:03, Gert Kello wrote: > Hi. > >> I have scanned about 3000 real-life holiday images in the last days. >> The scanning is on the "fast and safe" side: You will have false positives, >> but the real faces form the majority. You will easily find faces which are not >> recognized - strong shadows, rotated head, closed eyes are typical. >> But my overall impression is quite good (at least I have this evidence with a >> certain female face I happen to take photos of quite often) > > For me the face detection seems to hang on a photo that has a document > shot up (both printed and handwritten text).. There is no errors but > process seems to jam, cpu usage is zero. > > I can't send that specific file, it contains a bit sensitive > information. Can I otherwise assist You somehow? > > Gert > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Marcel Wiesweg
I started the digikam from console and noticed it complains about
missing haarcascades. (I'm on windows). I made them available to digikam, and now the scan throws unhandled exception before it reached to that image. I will continue investigations tomorrow. Gert On 28 October 2010 16:09, Marcel Wiesweg <[hidden email]> wrote: > >> For me the face detection seems to hang on a photo that has a document >> shot up (both printed and handwritten text).. There is no errors but >> process seems to jam, cpu usage is zero. >> >> I can't send that specific file, it contains a bit sensitive >> information. Can I otherwise assist You somehow? > > all current SVN? > > Find out the digikam process id. > Type "gdb att <id>" > Then, in gdb, > "thr appl all bt" > and <enter> a few times. > send the backtraces. Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hi.
Attached the gdb before the crash, and result is: warning: Debug:digikam(1128)/digikam (core) Digikam::FaceScanDialog::doLoadState: "Face Detection Dialog" warning: Debug:digikam(1128)/digikam (core) Digikam::FaceScanDialog::doSaveState: "Face Detection Dialog" warning: Debug:digikam(1128)/digikam (core) Digikam::BatchFaceDetector::startAlbumListing: Total is 0 warning: Debug:digikam(1128)/digikam (core) Digikam::BatchFaceDetector::continueAlbumListing: false false warning: Debug:digikam(1128) KUrl::path: "/" warning: Debug:digikam(1128) KUrl::path: "/" warning: Debug:digikam(1128)/kio (Slave) KIO::Slave::createSlave: createSlave "digikamalbums" for KUrl("digikamalbums:/?albumRoot=&albumRootId=-1&data baseType=QSQLITE&databaseName=C:/@FotoWorkFolder@/digikam4.db&connectOptions=&hostName=&userName=&password=") warning: Debug:digikam(1128)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on "tcp://127.0.0.1:2158" warning: Debug:digikam(1128) KUrl::path: "/" warning: Debug:digikam(1128)/kio (Slave) KIO::Slave::timeout: slave failed to connect to application pid= 2196 protocol= "digikamalbums" warning: Debug:digikam(1128)/kio (Slave) KIO::Slave::timeout: Houston, we lost our slave, pid= 2196 warning: Debug:digikam(1128)/kio (Slave) KIO::Slave::timeout: slave died pid = 2196 warning: Debug:digikam(1128)/digikam (core) Digikam::ImageInfoJob::slotResult: Failed to list url: "The process for the digikamalbums protocol died u nexpectedly." The process seems to be hanged after that. Now, hit Ctrl+C in debugger, and the stacktraces are (not sure if I did it correctly... I'm real newbie in C(++) world): Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 1128.0x1d0] 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll (gdb) thr appl all bt Thread 26 (Thread 1128.0x1d0): #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll #1 0x7c951e40 in ntdll!KiIntSystemCall () from C:\WINDOWS\system32\ntdll.dll warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) #2 0x00000005 in ?? (warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/kdebug.h:245 warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.) #3 0x00000000 in ?? () Thread 23 (Thread 1128.0x3cc): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90daaa in ntdll!ZwReplyWaitReceivePortEx () from C:\WINDOWS\system32\ntdll.dll #2 0x77e765e3 in UuidCreate () from C:\WINDOWS\system32\rpcrt4.dll #3 0x77e76caf in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #4 0x77e76ad1 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #5 0x77e76c97 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 22 (Thread 1128.0x694): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 21 (Thread 1128.0xdbc): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 20 (Thread 1128.0x69c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 19 (Thread 1128.0x730): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 18 (Thread 1128.0xc1c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 16 (Thread 1128.0x628): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x127706ed in Phonon::DS9::WorkerThread::run() () from C:\KDE\bin\phonon_backend\phonon_ds9.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 15 (Thread 1128.0x180): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7e4191be in USER32!GetProcessWindowStation () from C:\WINDOWS\system32\user32.dll #2 0x7e4191f1 in USER32!GetMessageW () from C:\WINDOWS\system32\user32.dll #3 0x7486ebe6 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #4 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #5 0x00000000 in ?? () Thread 14 (Thread 1128.0x7d8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x748c2146 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #5 0x748bf0f7 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 13 (Thread 1128.0xfb8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll #3 0x00000914 in ?? () #4 0x00000000 in ?? () Thread 12 (Thread 1128.0xf48): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x748c2146 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #5 0x748bf0f7 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 11 (Thread 1128.0xca8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll #3 0x000008e0 in ?? () #4 0x00000000 in ?? () Thread 10 (Thread 1128.0xb64): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x72d2312a in midMessage () from C:\WINDOWS\system32\wdmaud.drv #5 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #6 0x00000000 in ?? () Thread 9 (Thread 1128.0x674): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) #3 0x00000190 in ?? (warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/QtCore/qdebug.h:85 warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) #4 0x00000000 in ?? () Thread 8 (Thread 1128.0xcb4): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #6 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a1d426e in ZN7QThread4execEv () from C:\KDE\bin\QtCore4.dll #8 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #9 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #10 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #11 0x00000000 in ?? () Thread 7 (Thread 1128.0xc78): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #6 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a1d426e in ZN7QThread4execEv () from C:\KDE\bin\QtCore4.dll #8 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #9 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #10 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #11 0x00000000 in ?? () Thread 5 (Thread 1128.0x72c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90daaa in ntdll!ZwReplyWaitReceivePortEx () from C:\WINDOWS\system32\ntdll.dll #2 0x77e765e3 in UuidCreate () from C:\WINDOWS\system32\rpcrt4.dll #3 0x77e76caf in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #4 0x77e76ad1 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #5 0x77e76c97 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 4 (Thread 1128.0x4ac): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x76b5aee9 in timeGetTime () from C:\WINDOWS\system32\winmm.dll #3 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #4 0x00000000 in ?? () Thread 3 (Thread 1128.0xa08): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) #3 0x00000410 in ?? (warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/QtCore/qmap.h:739 warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) #4 0x00000000 in ?? () Thread 2 (Thread 1128.0xe90): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90da4a in ntdll!ZwRemoveIoCompletion () from C:\WINDOWS\system32\ntdll.dll #2 0x71a5d320 in WSPStartup () from C:\WINDOWS\system32\mswsock.dll #3 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #4 0x00000000 in ?? () Thread 1 (Thread 1128.0x7ac): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6516af54 in ZN19QApplicationPrivate19translateTouchEventERK6tagMSG () from C:\KDE\bin\QtGui4.dll #6 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #8 0x6a2b7623 in ZN16QCoreApplication4execEv () from C:\KDE\bin\QtCore4.dll #9 0x007b6617 in main (argc=-1, argv=0x0) at C:\KdeDevel\GoSC2010\digikam\digikam\main.cpp:211 (gdb) Thread 26 (Thread 1128.0x1d0): #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll #1 0x7c951e40 in ntdll!KiIntSystemCall () from C:\WINDOWS\system32\ntdll.dll warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) #2 0x00000005 in ?? (warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/kdebug.h:245 warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.) #3 0x00000000 in ?? () Thread 23 (Thread 1128.0x3cc): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90daaa in ntdll!ZwReplyWaitReceivePortEx () from C:\WINDOWS\system32\ntdll.dll #2 0x77e765e3 in UuidCreate () from C:\WINDOWS\system32\rpcrt4.dll #3 0x77e76caf in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #4 0x77e76ad1 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #5 0x77e76c97 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 22 (Thread 1128.0x694): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 21 (Thread 1128.0xdbc): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 20 (Thread 1128.0x69c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 19 (Thread 1128.0x730): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 18 (Thread 1128.0xc1c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 16 (Thread 1128.0x628): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x127706ed in Phonon::DS9::WorkerThread::run() () from C:\KDE\bin\phonon_backend\phonon_ds9.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 15 (Thread 1128.0x180): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7e4191be in USER32!GetProcessWindowStation () from C:\WINDOWS\system32\user32.dll #2 0x7e4191f1 in USER32!GetMessageW () from C:\WINDOWS\system32\user32.dll #3 0x7486ebe6 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #4 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #5 0x00000000 in ?? () Thread 14 (Thread 1128.0x7d8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x748c2146 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #5 0x748bf0f7 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 13 (Thread 1128.0xfb8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll #3 0x00000914 in ?? () #4 0x00000000 in ?? () Thread 12 (Thread 1128.0xf48): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x748c2146 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #5 0x748bf0f7 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 11 (Thread 1128.0xca8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll #3 0x000008e0 in ?? () #4 0x00000000 in ?? () Thread 10 (Thread 1128.0xb64): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x72d2312a in midMessage () from C:\WINDOWS\system32\wdmaud.drv #5 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #6 0x00000000 in ?? () Thread 9 (Thread 1128.0x674): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) #3 0x00000190 in ?? (warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/QtCore/qdebug.h:85 warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) #4 0x00000000 in ?? () Thread 8 (Thread 1128.0xcb4): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #6 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a1d426e in ZN7QThread4execEv () from C:\KDE\bin\QtCore4.dll #8 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #9 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #10 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #11 0x00000000 in ?? () Thread 7 (Thread 1128.0xc78): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #6 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a1d426e in ZN7QThread4execEv () from C:\KDE\bin\QtCore4.dll #8 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #9 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #10 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #11 0x00000000 in ?? () Thread 5 (Thread 1128.0x72c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90daaa in ntdll!ZwReplyWaitReceivePortEx () from C:\WINDOWS\system32\ntdll.dll #2 0x77e765e3 in UuidCreate () from C:\WINDOWS\system32\rpcrt4.dll #3 0x77e76caf in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #4 0x77e76ad1 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #5 0x77e76c97 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 4 (Thread 1128.0x4ac): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x76b5aee9 in timeGetTime () from C:\WINDOWS\system32\winmm.dll #3 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #4 0x00000000 in ?? () Thread 3 (Thread 1128.0xa08): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) #3 0x00000410 in ?? (warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/QtCore/qmap.h:739 warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) #4 0x00000000 in ?? () Thread 2 (Thread 1128.0xe90): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90da4a in ntdll!ZwRemoveIoCompletion () from C:\WINDOWS\system32\ntdll.dll #2 0x71a5d320 in WSPStartup () from C:\WINDOWS\system32\mswsock.dll #3 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #4 0x00000000 in ?? () Thread 1 (Thread 1128.0x7ac): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6516af54 in ZN19QApplicationPrivate19translateTouchEventERK6tagMSG () from C:\KDE\bin\QtGui4.dll #6 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #8 0x6a2b7623 in ZN16QCoreApplication4execEv () from C:\KDE\bin\QtCore4.dll #9 0x007b6617 in main (argc=-1, argv=0x0) at C:\KdeDevel\GoSC2010\digikam\digikam\main.cpp:211 (gdb) Thread 26 (Thread 1128.0x1d0): #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll #1 0x7c951e40 in ntdll!KiIntSystemCall () from C:\WINDOWS\system32\ntdll.dll warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) #2 0x00000005 in ?? (warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/kdebug.h:245 warning: (Internal error: pc 0x4 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.) #3 0x00000000 in ?? () Thread 23 (Thread 1128.0x3cc): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90daaa in ntdll!ZwReplyWaitReceivePortEx () from C:\WINDOWS\system32\ntdll.dll #2 0x77e765e3 in UuidCreate () from C:\WINDOWS\system32\rpcrt4.dll #3 0x77e76caf in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #4 0x77e76ad1 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #5 0x77e76c97 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 22 (Thread 1128.0x694): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 21 (Thread 1128.0xdbc): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 20 (Thread 1128.0x69c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 19 (Thread 1128.0x730): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 18 (Thread 1128.0xc1c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x6a29d422 in ZNK13QFSFileEngine9fileFlagsE6QFlagsIN19QAbstractFileEngine8FileFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 16 (Thread 1128.0x628): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x127706ed in Phonon::DS9::WorkerThread::run() () from C:\KDE\bin\phonon_backend\phonon_ds9.dll #5 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #6 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #7 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #8 0x00000000 in ?? () Thread 15 (Thread 1128.0x180): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7e4191be in USER32!GetProcessWindowStation () from C:\WINDOWS\system32\user32.dll #2 0x7e4191f1 in USER32!GetMessageW () from C:\WINDOWS\system32\user32.dll #3 0x7486ebe6 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #4 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #5 0x00000000 in ?? () Thread 14 (Thread 1128.0x7d8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x748c2146 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #5 0x748bf0f7 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 13 (Thread 1128.0xfb8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll #3 0x00000914 in ?? () #4 0x00000000 in ?? () Thread 12 (Thread 1128.0xf48): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x748c2146 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #5 0x748bf0f7 in QUARTZ!AMGetErrorTextA () from C:\WINDOWS\system32\quartz.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 11 (Thread 1128.0xca8): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll #3 0x000008e0 in ?? () #4 0x00000000 in ?? () Thread 10 (Thread 1128.0xb64): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7c80a115 in WaitForMultipleObjects () from C:\WINDOWS\system32\kernel32.dll #4 0x72d2312a in midMessage () from C:\WINDOWS\system32\wdmaud.drv #5 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #6 0x00000000 in ?? () Thread 9 (Thread 1128.0x674): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) #3 0x00000190 in ?? (warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/QtCore/qdebug.h:85 warning: (Internal error: pc 0x18f in read in psymtab, but not in symtab.) #4 0x00000000 in ?? () Thread 8 (Thread 1128.0xcb4): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #6 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a1d426e in ZN7QThread4execEv () from C:\KDE\bin\QtCore4.dll #8 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #9 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #10 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #11 0x00000000 in ?? () Thread 7 (Thread 1128.0xc78): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #6 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a1d426e in ZN7QThread4execEv () from C:\KDE\bin\QtCore4.dll #8 0x6a1d66d6 in ZN7QThread11setPriorityENS_8PriorityE () from C:\KDE\bin\QtCore4.dll #9 0x77c3a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #10 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #11 0x00000000 in ?? () Thread 5 (Thread 1128.0x72c): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90daaa in ntdll!ZwReplyWaitReceivePortEx () from C:\WINDOWS\system32\ntdll.dll #2 0x77e765e3 in UuidCreate () from C:\WINDOWS\system32\rpcrt4.dll #3 0x77e76caf in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #4 0x77e76ad1 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #5 0x77e76c97 in RPCRT4!I_RpcBindingCopy () from C:\WINDOWS\system32\rpcrt4.dll #6 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #7 0x00000000 in ?? () Thread 4 (Thread 1128.0x4ac): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x76b5aee9 in timeGetTime () from C:\WINDOWS\system32\winmm.dll #3 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #4 0x00000000 in ?? () Thread 3 (Thread 1128.0xa08): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df5a in ntdll!ZwWaitForSingleObject () from C:\WINDOWS\system32\ntdll.dll #2 0x7c8025db in WaitForSingleObjectEx () from C:\WINDOWS\system32\kernel32.dll warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) #3 0x00000410 in ?? (warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) ) at c:/kde/bin/../lib/gcc/mingw32/4.5.1/../../../../include/QtCore/qmap.h:739 warning: (Internal error: pc 0x40f in read in psymtab, but not in symtab.) #4 0x00000000 in ?? () Thread 2 (Thread 1128.0xe90): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90da4a in ntdll!ZwRemoveIoCompletion () from C:\WINDOWS\system32\ntdll.dll #2 0x71a5d320 in WSPStartup () from C:\WINDOWS\system32\mswsock.dll #3 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #4 0x00000000 in ?? () Thread 1 (Thread 1128.0x7ac): #0 0x7c90e514 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll #1 0x7c90df4a in ntdll!ZwWaitForMultipleObjects () from C:\WINDOWS\system32\ntdll.dll #2 0x7c809590 in KERNEL32!CreateFileMappingA () from C:\WINDOWS\system32\kernel32.dll #3 0x7e4195f9 in USER32!GetLastInputInfo () from C:\WINDOWS\system32\user32.dll #4 0x6a2d80f2 in ZN21QEventDispatcherWin3213processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #5 0x6516af54 in ZN19QApplicationPrivate19translateTouchEventERK6tagMSG () from C:\KDE\bin\QtGui4.dll #6 0x6a2b38de in ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #7 0x6a2b3c4f in ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE () from C:\KDE\bin\QtCore4.dll #8 0x6a2b7623 in ZN16QCoreApplication4execEv () from C:\KDE\bin\QtCore4.dll #9 0x007b6617 in main (argc=-1, argv=0x0) at C:\KdeDevel\GoSC2010\digikam\digikam\main.cpp:211 (gdb) On 28 October 2010 17:19, Gert Kello <[hidden email]> wrote: > I started the digikam from console and noticed it complains about > missing haarcascades. (I'm on windows). I made them available to > digikam, and now the scan throws unhandled exception before it > reached to that image. > > I will continue investigations tomorrow. > > Gert > > On 28 October 2010 16:09, Marcel Wiesweg <[hidden email]> wrote: >> >>> For me the face detection seems to hang on a photo that has a document >>> shot up (both printed and handwritten text).. There is no errors but >>> process seems to jam, cpu usage is zero. >>> >>> I can't send that specific file, it contains a bit sensitive >>> information. Can I otherwise assist You somehow? >> >> all current SVN? >> >> Find out the digikam process id. >> Type "gdb att <id>" >> Then, in gdb, >> "thr appl all bt" >> and <enter> a few times. >> send the backtraces. > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Marcel Wiesweg
Aborted the dialog, and tried the face detection second time. Now it
seems to go a bit further, and crash happens. Attached the gdb output. Gert On 28 October 2010 16:09, Marcel Wiesweg <[hidden email]> wrote: > >> For me the face detection seems to hang on a photo that has a document >> shot up (both printed and handwritten text).. There is no errors but >> process seems to jam, cpu usage is zero. >> >> I can't send that specific file, it contains a bit sensitive >> information. Can I otherwise assist You somehow? > > all current SVN? > > Find out the digikam process id. > Type "gdb att <id>" > Then, in gdb, > "thr appl all bt" > and <enter> a few times. > send the backtraces. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Marcel Wiesweg
Am Donnerstag, 28. Oktober 2010, 15:09:23 schrieb Marcel Wiesweg:
> Find out the digikam process id. > Type "gdb att <id>" > Then, in gdb, > "thr appl all bt" > and <enter> a few times. > send the backtraces. I could supply an image where it hangs. It's quite big so I would send it to your private email if that's alright. However I also noticed that if one only scans one folder after having finished that folder digikam scans at least one picture from another folder which is not selected for scanning and hangs there. And it might be that it only hangs at the picture I can supply because it is the last in the folder. I'll try what happens if I rename/remove it. Sven (gdb) thr appl all bt Thread 17 (Thread 0x7f897565e710 (LWP 12950)): #0 0x00007f898d69539c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f898d91f2bb in wait (this=<value optimized out>, mutex=0xc968d0, time= 18446744073709551615) at thread/qwaitcondition_unix.cpp:87 #2 QWaitCondition::wait (this=<value optimized out>, mutex=0xc968d0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159 #3 0x00000000006d8f7a in Digikam::ScanController::run (this=0xc8b5f0) at /home/kde-branch/kde/src/digikam2/digikam/scancontroller.cpp:515 #4 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0xc8b5f0) at thread/qthread_unix.cpp:248 #5 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #6 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #7 0x0000000000000000 in ?? () Thread 16 (Thread 0x7f8974e5d710 (LWP 12953)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0xe2d020, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0xe2d020, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0xe2d020, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0xe2cf30, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f8974e5cbc0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f898d91c2cf in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #8 0x00007f89908c8d2c in Digikam::ImageFilterModelWorker::Thread::run (this=0xeb1a30) at /home/kde- branch/kde/build/digikam2/digikam/../../../src/digikam2/libs/models/imagefiltermodelthreads.h:66 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0xeb1a30) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 ---Type <return> to continue, or q <return> to quit--- #12 0x0000000000000000 in ?? () Thread 15 (Thread 0x7f897444f710 (LWP 12954)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0xe4ff00, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0xe4ff00, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0xe4ff00, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0xd90750, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f897444ebc0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f898d91c2cf in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #8 0x00007f89908c8d2c in Digikam::ImageFilterModelWorker::Thread::run (this=0xd90840) at /home/kde- branch/kde/build/digikam2/digikam/../../../src/digikam2/libs/models/imagefiltermodelthreads.h:66 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0xd90840) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 14 (Thread 0x7f8973adf710 (LWP 12955)): #0 0x00007f898d69539c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f898d91f2bb in wait (this=<value optimized out>, mutex=0xe7eb38, time= 18446744073709551615) at thread/qwaitcondition_unix.cpp:87 #2 QWaitCondition::wait (this=<value optimized out>, mutex=0xe7eb38, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159 #3 0x00007f8990ede933 in Digikam::ParkingThread::run (this=0xe7eb20) at /home/kde-branch/kde/src/digikam2/libs/threads/threadmanager.cpp:112 #4 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0xe7eb20) at thread/qthread_unix.cpp:248 #5 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 ---Type <return> to continue, or q <return> to quit--- #6 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #7 0x0000000000000000 in ?? () Thread 13 (Thread 0x7f8966d61710 (LWP 12957)): #0 0x00007f898d695709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f89812a6951 in metronom_sync_loop () from /usr/lib64/libxine.so.1 #2 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #3 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #4 0x0000000000000000 in ?? () Thread 12 (Thread 0x7f8965924710 (LWP 12958)): #0 0x00007f898d695709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f89812b498f in video_out_loop () from /usr/lib64/libxine.so.1 #2 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #3 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #4 0x0000000000000000 in ?? () Thread 11 (Thread 0x7f8965123710 (LWP 12959)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x15c0310, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x15c0310, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x15c0310, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x15c0220, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f8965122b90, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f898d91c2cf in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #8 0x00007f8970b753b4 in ?? () from /usr/lib64/kde4/plugins/phonon_backend/phonon_xine.so #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x15bfc60) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 ---Type <return> to continue, or q <return> to quit--- #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 10 (Thread 0x7f8964718710 (LWP 12962)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f896471d9d7 in ao_alsa_handle_event_thread () from /usr/lib64/xine/plugins/1.29/xineplug_ao_out_alsa.so #2 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #3 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #4 0x0000000000000000 in ?? () Thread 9 (Thread 0x7f8963f17710 (LWP 12963)): #0 0x00007f898d69539c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f89812b896b in ao_loop () from /usr/lib64/libxine.so.1 #2 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #3 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #4 0x0000000000000000 in ?? () Thread 8 (Thread 0x7f8963716710 (LWP 12964)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x17c06a0, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x17c06a0, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x17c06a0, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x17c67c0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f8963715ba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f898d91c2cf in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #8 0x00007f898d9e7458 in QInotifyFileSystemWatcherEngine::run (this=0x17c3120) at io/qfilesystemwatcher_inotify.cpp:248 ---Type <return> to continue, or q <return> to quit--- #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x17c3120) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 7 (Thread 0x7f8960dec710 (LWP 12971)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x269d850, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x269d850, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x269d850, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x26937f0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f8960debba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f898d91c2cf in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #8 0x00007f898d9e7458 in QInotifyFileSystemWatcherEngine::run (this=0x2692980) at io/qfilesystemwatcher_inotify.cpp:248 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x2692980) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 6 (Thread 0x7f895e5e7710 (LWP 12978)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x2ba4f60, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x2ba4f60, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x2ba4f60, may_block=1) at gmain.c:2654 ---Type <return> to continue, or q <return> to quit--- #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x2ba3fc0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f895e5e6ba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f898d91c2cf in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #8 0x00007f898d9e7458 in QInotifyFileSystemWatcherEngine::run (this=0x2ba3150) at io/qfilesystemwatcher_inotify.cpp:248 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x2ba3150) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 5 (Thread 0x7f89605eb710 (LWP 13055)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x5046170, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x5046170, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x5046170, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x5d8c2b0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f89605eaba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f8990edde7b in Digikam::WorkerObjectRunnable::run (this=0x59747c0) at /home/kde-branch/kde/src/digikam2/libs/threads/threadmanager.cpp:180 #8 0x00007f898d915035 in QThreadPoolThread::run (this=0x1ab7bc0) at concurrent/qthreadpool.cpp:106 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x1ab7bc0) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 ---Type <return> to continue, or q <return> to quit--- #12 0x0000000000000000 in ?? () Thread 4 (Thread 0x7f895dde6710 (LWP 13056)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x4eb06d0, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x4eb06d0, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x4eb06d0, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x25cb260, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f895dde5ba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f8990edde7b in Digikam::WorkerObjectRunnable::run (this=0x58fb540) at /home/kde-branch/kde/src/digikam2/libs/threads/threadmanager.cpp:180 #8 0x00007f898d915035 in QThreadPoolThread::run (this=0x7f896dd853f0) at concurrent/qthreadpool.cpp:106 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x7f896dd853f0) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 3 (Thread 0x7f895fdea710 (LWP 13057)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x6cd5900, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x6cd5900, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x6cd5900, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x507d6d0, ---Type <return> to continue, or q <return> to quit--- flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f895fde9ba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f8990edde7b in Digikam::WorkerObjectRunnable::run (this=0x503e7d0) at /home/kde-branch/kde/src/digikam2/libs/threads/threadmanager.cpp:180 #8 0x00007f898d915035 in QThreadPoolThread::run (this=0x7f896c5710d0) at concurrent/qthreadpool.cpp:106 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x7f896c5710d0) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 2 (Thread 0x7f8943fff710 (LWP 13060)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0x4ec0a60, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0x4ec0a60, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0x4ec0a60, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0x4ca1a80, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #6 0x00007f898da05495 in QEventLoop::exec (this=0x7f8943ffeba0, flags=...) at kernel/qeventloop.cpp:201 #7 0x00007f8990edde7b in Digikam::WorkerObjectRunnable::run (this=0x504ca40) at /home/kde-branch/kde/src/digikam2/libs/threads/threadmanager.cpp:180 #8 0x00007f898d915035 in QThreadPoolThread::run (this=0x59723d0) at concurrent/qthreadpool.cpp:106 #9 0x00007f898d91ebf5 in QThreadPrivate::start (arg=0x59723d0) at thread/qthread_unix.cpp:248 #10 0x00007f898d690a4f in start_thread () from /lib64/libpthread.so.0 ---Type <return> to continue, or q <return> to quit--- #11 0x00007f898bb4582d in clone () from /lib64/libc.so.6 #12 0x0000000000000000 in ?? () Thread 1 (Thread 0x7f89947eb9a0 (LWP 12946)): #0 0x00007f898bb3c6b3 in poll () from /lib64/libc.so.6 #1 0x00007f898685cfd4 in g_main_context_poll (context=0xb66920, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2904 #2 g_main_context_iterate (context=0xb66920, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2586 #3 0x00007f898685d510 in IA__g_main_context_iteration (context=0xb66920, may_block=1) at gmain.c:2654 #4 0x00007f898da2e67f in QEventDispatcherGlib::processEvents (this=0xb3e430, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #5 0x00007f898ca0514e in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204 #6 0x00007f898da05292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #7 0x00007f898da05495 in QEventLoop::exec (this=0x7fffb58be290, flags=...) at kernel/qeventloop.cpp:201 #8 0x00007f898da0988b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003 #9 0x00000000007633fe in main (argc=5, argv=0x7fffb58beaf8) at /home/kde-branch/kde/src/digikam2/digikam/main.cpp:211 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Freitag, 29. Oktober 2010, 09:54:50 schrieb Sven Burmeister:
> Am Donnerstag, 28. Oktober 2010, 15:09:23 schrieb Marcel Wiesweg: > > Find out the digikam process id. > > Type "gdb att <id>" > > Then, in gdb, > > "thr appl all bt" > > and <enter> a few times. > > send the backtraces. > > I could supply an image where it hangs. It's quite big so I would send it > to your private email if that's alright. > > However I also noticed that if one only scans one folder after having > finished that folder digikam scans at least one picture from another > folder which is not selected for scanning and hangs there. > > And it might be that it only hangs at the picture I can supply because it > is the last in the folder. I'll try what happens if I rename/remove it. Yep, it always hangs on one of the last pictures of that folder even though it processed them fine before when they were not the last pictures, i.e. before I removed some from that folder. Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gert Kello
0x0cfce20a in void cv::cvt_<float, double>(cv::Mat const&, cv::Mat&) () from C:\KDE\bin\libcxcore210.dll Thread 29 (Thread 1128.0x14c): #0 0x0cfce20a in void cv::cvt_<float, double>(cv::Mat const&, cv::Mat&) () from C:\KDE\bin\libcxcore210.dll #1 0x0cef157c in check_exception_spec(lsda_header_info*, std::type_info const*, void*, long) () from C:\KDE\bin\libcxcore210.dll From this info, seems to be a crash in OpenCV. The backtrace is this short, which means it is somehow incomplete, and I dont know what check_exception_spec is, I dont find it in the OpenCV source code. Something Windows specific? I cannot rule out it's a crash related to latest libface changes by Alex, see report 255520 from yesterday, though that happened when confirming a name. Marcel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by S. Burmeister
> > Find out the digikam process id.
> > Type "gdb att <id>" > > Then, in gdb, > > "thr appl all bt" > > and <enter> a few times. > > send the backtraces. > > I could supply an image where it hangs. It's quite big so I would send it > to your private email if that's alright. Does "hang" mean the UI is frozen, or does it mean the progress does not advance after almost finishing one folder, while you can still press buttons etc.? From your backtraces I would expect the latter. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
> Does "hang" mean the UI is frozen, or does it mean the progress does not
> advance after almost finishing one folder, while you can still press buttons > etc.? > From your backtraces I would expect the latter. For me it is the latter, "no more advance but dialog can be canceled and restarted" Gert _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Marcel Wiesweg
warning: Debug:digikam(1128)/digikam (core)
Digikam::BatchFaceDetector::slotItemsInfo: 4 [New Thread 1128.0x14c] Could it be that this thread is created for uninitialized or null object? Or that some parameter passed in is not initialized? Gert On 29 October 2010 12:44, Marcel Wiesweg <[hidden email]> wrote: > > > 0x0cfce20a in void cv::cvt_<float, double>(cv::Mat const&, cv::Mat&) () from > C:\KDE\bin\libcxcore210.dll > > Thread 29 (Thread 1128.0x14c): > #0 0x0cfce20a in void cv::cvt_<float, double>(cv::Mat const&, cv::Mat&) () > from C:\KDE\bin\libcxcore210.dll > #1 0x0cef157c in check_exception_spec(lsda_header_info*, std::type_info > const*, void*, long) () from C:\KDE\bin\libcxcore210.dll > > From this info, seems to be a crash in OpenCV. The backtrace is this short, > which means it is somehow incomplete, and I dont know what > check_exception_spec is, I dont find it in the OpenCV source code. > Something Windows specific? > > I cannot rule out it's a crash related to latest libface changes by Alex, see > report 255520 from yesterday, though that happened when confirming a name. > > Marcel > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Same problem for me. I just tried to scan all faces. It lock to a mpeg
video file. No crash... Gilles Caulier 2010/10/29 Gert Kello <[hidden email]>: > warning: Debug:digikam(1128)/digikam (core) > Digikam::BatchFaceDetector::slotItemsInfo: 4 > > [New Thread 1128.0x14c] > > Could it be that this thread is created for uninitialized or null > object? Or that some parameter passed in is not initialized? > > Gert > > On 29 October 2010 12:44, Marcel Wiesweg <[hidden email]> wrote: >> >> >> 0x0cfce20a in void cv::cvt_<float, double>(cv::Mat const&, cv::Mat&) () from >> C:\KDE\bin\libcxcore210.dll >> >> Thread 29 (Thread 1128.0x14c): >> #0 0x0cfce20a in void cv::cvt_<float, double>(cv::Mat const&, cv::Mat&) () >> from C:\KDE\bin\libcxcore210.dll >> #1 0x0cef157c in check_exception_spec(lsda_header_info*, std::type_info >> const*, void*, long) () from C:\KDE\bin\libcxcore210.dll >> >> From this info, seems to be a crash in OpenCV. The backtrace is this short, >> which means it is somehow incomplete, and I dont know what >> check_exception_spec is, I dont find it in the OpenCV source code. >> Something Windows specific? >> >> I cannot rule out it's a crash related to latest libface changes by Alex, see >> report 255520 from yesterday, though that happened when confirming a name. >> >> Marcel >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
