Bug 236035 - Dolphin crashes when renaming a file folder
Summary: Dolphin crashes when renaming a file folder
Status: RESOLVED DUPLICATE of bug 235166
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 15:52 UTC by Greg Pearson
Modified: 2010-05-02 16:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Pearson 2010-05-02 15:52:14 UTC
Application: dolphin (1.4)
KDE Platform Version: 4.4.2 (KDE 4.4.2)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-21-generic x86_64
Distribution: Ubuntu 10.04 LTS

-- Information about the crash:
Renamed a file folder from a 10-15 character name to a 20-25 character name. It worked when I tried again.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f7b07f10760 (LWP 2402))]

Thread 3 (Thread 0x7f7af74b0710 (LWP 2428)):
#0  0xffffffffff60017b in ?? ()
#1  0x00007f7af74afaa0 in ?? ()
#2  0x00007fff626b8852 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 2 (Thread 0x7f7aeffff710 (LWP 2546)):
[KCrash Handler]
#5  0x00007f7b041c78dc in QMutex::lock (this=0x2c4d940) at thread/qmutex.cpp:150
#6  0x00007f7b01f40add in ?? () from /usr/lib/libsopranoclient.so.1
#7  0x00007f7b06c52b9d in Nepomuk::MainModel::executeQuery (this=0x24eca50, query=..., language=Soprano::Query::QueryLanguageSparql, userQueryLanguage=...)
    at ../../../nepomuk/core/nepomukmainmodel.cpp:213
#8  0x00007f7b0698477c in Soprano::FilterModel::executeQuery(QString const&, Soprano::Query::QueryLanguage, QString const&) const () from /usr/lib/libsoprano.so.4
#9  0x00007f7b06c47635 in Nepomuk::ResourceData::determineUri (this=0x7f7af00604f0) at ../../../nepomuk/core/resourcedata.cpp:671
#10 0x00007f7b06c48802 in Nepomuk::ResourceData::load (this=0x7f7af00604f0) at ../../../nepomuk/core/resourcedata.cpp:414
#11 0x00007f7b06c491b8 in Nepomuk::ResourceData::property (this=0x7f7af00604f0, uri=...) at ../../../nepomuk/core/resourcedata.cpp:271
#12 0x00007f7b06c63ee2 in Nepomuk::Resource::property (this=<value optimized out>, uri=...) at ../../../nepomuk/core/resource.cpp:280
#13 0x00007f7b06c66336 in Nepomuk::Resource::description (this=<value optimized out>) at ../../../nepomuk/core/resource.cpp:522
#14 0x0000000000465c3b in KLoadMetaDataThread::run (this=0x2ca6e40) at ../../../../apps/dolphin/src/panels/information/kloadmetadatathread.cpp:98
#15 0x00007f7b041cc775 in QThreadPrivate::start (arg=0x2ca6e40) at thread/qthread_unix.cpp:248
#16 0x00007f7b011029ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#17 0x00007f7b03ba369d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#18 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f7b07f10760 (LWP 2402)):
#0  0x00007f7b03b96f53 in *__GI___poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007f7afea2029a in ?? () from /usr/lib/libxcb.so.1
#2  0x00007f7afea207d7 in ?? () from /usr/lib/libxcb.so.1
#3  0x00007f7afea20a85 in xcb_writev () from /usr/lib/libxcb.so.1
#4  0x00007f7b02acc6fa in _XSend () from /usr/lib/libX11.so.6
#5  0x00007f7b02accc21 in _XEventsQueued () from /usr/lib/libX11.so.6
#6  0x00007f7b02ab540b in XEventsQueued () from /usr/lib/libX11.so.6
#7  0x00007f7b04f5e697 in x11EventSourcePrepare (s=0x209a970, timeout=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:79
#8  0x00007f7afffbceb1 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#9  0x00007f7afffbd318 in ?? () from /lib/libglib-2.0.so.0
#10 0x00007f7afffbd8fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#11 0x00007f7b042ea513 in QEventDispatcherGlib::processEvents (this=0x206d770, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#12 0x00007f7b04f5e46e in QGuiEventDispatcherGlib::processEvents (this=0x7fff62673590, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#13 0x00007f7b042bf992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#14 0x00007f7b042bfd6c in QEventLoop::exec (this=0x7fff62673910, flags=) at kernel/qeventloop.cpp:201
#15 0x00007f7b042c3aab in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#16 0x000000000043b1c5 in main (argc=<value optimized out>, argv=<value optimized out>) at ../../../../apps/dolphin/src/main.cpp:101

Possible duplicates by query: bug 236024, bug 236021, bug 236019, bug 236009, bug 235993.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-05-02 16:03:40 UTC
Thanks for the bug report! This Nepomuk-related crash (which seems to occur
only on Kubuntu 10.04) has been reported already. Unfortunately, we don't know
yet what the root cause is.

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