Summary: | Nepomuk crash with no apparent reason | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Jeffrey <eljefedelito> |
Component: | fileindexer | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | me, quazgar, trueg |
Priority: | NOR | ||
Version: | 4.6 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Jeffrey
2011-11-01 14:43:21 UTC
Created attachment 73320 [details]
New crash information added by DrKonqi
nepomukservicestub (0.2) on KDE Platform 4.6.5 (4.6.5) using Qt 4.7.2
- What I was doing when the application crashed:
The crash happened when I recompiled a Latex document. This was done using a Makefile which recompiles the resulting pdf several times, to resolve all changed references etc., so the pdf changed its content quickly over a short period of time. Not sure if this helps, but accessing a rapidly changing document is probably prone to produce bugs every now and then.
-- Backtrace (Reduced):
#6 0x00007f09b0f36707 in malloc_consolidate (av=0x7f09b124e1c0) at malloc.c:5161
#7 0x00007f09b0f37f72 in _int_malloc (av=0x7f09b124e1c0, bytes=8016) at malloc.c:4373
#8 0x00007f09b0f3ae1e in __libc_malloc (bytes=8016) at malloc.c:3660
[...]
#11 0x00007f09b2248155 in QHash<KUrl, Nepomuk::ResourceData*>::values (this=<value optimized out>) at /usr/include/qt4/QtCore/qhash.h:694
#12 0x00007f09b2245e16 in Nepomuk::ResourceManagerPrivate::allResourceData (this=<value optimized out>) at ../../nepomuk/core/resourcemanager.cpp:169
Definitely fixed in KDE 4.9. The code has drastically changed since 4.6, the bug might even have been fixed before 4.9. Can't say. |