Bug 249487 - kdevelop crashes after adding dir to svn tree and commiting then
Summary: kdevelop crashes after adding dir to svn tree and commiting then
Status: RESOLVED DUPLICATE of bug 229957
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: 4.1.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 09:31 UTC by Dmitry
Modified: 2010-08-30 10:07 UTC (History)
0 users

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 Dmitry 2010-08-30 09:31:02 UTC
Application: kdevelop (4.0.0 (using KDevPlatform 1.0.0))
KDE Platform Version: 4.4.2 (KDE 4.4.2)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-24-generic x86_64
Distribution: Ubuntu 10.04.1 LTS

-- Information about the crash:
I was editing my project. I created new subdir and a cpp file in it. Then I added directory to the svn repository by using project tree and selecting Subversion->Add in the menu.

Then I tried to commit and the whole thing get crashed saying that I'm trying to commit a directory "not under version control" while affected file is below it.

P.S: Right before I've got an error when svn-adding dir. It was something like "could not find svn props file" or something similar. Unfortunatly, I haven't remember it.

 -- Backtrace:
Application: KDevelop (kdevelop.bin), signal: Segmentation fault
[Current thread is 1 (Thread 0x7ff321b1b760 (LWP 1552))]

Thread 13 (Thread 0x7ff30dc9c710 (LWP 1609)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x00007ff3202ba692 in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x1dcd000, time=200000) at thread/qwaitcondition_unix.cpp:85
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x1dcd000, time=200000) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff31bd4106e in KDevelop::DUChainPrivate::CleanupThread::run (this=0x1dccfe0) at ../../language/duchain/duchain.cpp:286
#4  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x1dccfe0) at thread/qthread_unix.cpp:248
#5  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#6  0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 12 (Thread 0x7ff303700710 (LWP 1654)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3202ba72b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff317178026 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x26bdf70, th=0x1d18780) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007ff31717a6ab in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x1d18780) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007ff317178bff in ThreadWeaver::ThreadRunHelper::run (this=0x7ff3036ffe00, parent=0x26bdf70, th=0x1d18780) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007ff317179168 in ThreadWeaver::Thread::run (this=0x1d18780) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x1d18780) at thread/qthread_unix.cpp:248
#8  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#9  0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7ff2ff2a0710 (LWP 1663)):
#0  0x00007ff31efebf83 in *__GI___poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ff3196dc4a9 in ?? () from /lib/libglib-2.0.so.0
#2  0x00007ff3196dc8fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x00007ff3203d7566 in QEventDispatcherGlib::processEvents (this=0x1bd3790, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:414
#4  0x00007ff3203ac992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#5  0x00007ff3203acd6c in QEventLoop::exec (this=0x7ff2ff29fdb0, flags=) at kernel/qeventloop.cpp:201
#6  0x00007ff3202b6d59 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#7  0x00007ff32038d178 in QInotifyFileSystemWatcherEngine::run (this=0x2b71730) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x2b71730) at thread/qthread_unix.cpp:248
#9  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#10 0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7ff2f964f710 (LWP 1681)):
#0  0x00007ff3196dc447 in ?? () from /lib/libglib-2.0.so.0
#1  0x00007ff3196dc8fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#2  0x00007ff3203d7566 in QEventDispatcherGlib::processEvents (this=0x2b58cb0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:414
#3  0x00007ff3203ac992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#4  0x00007ff3203acd6c in QEventLoop::exec (this=0x7ff2f964edf0, flags=) at kernel/qeventloop.cpp:201
#5  0x00007ff3202b6d59 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#6  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x31c6b80) at thread/qthread_unix.cpp:248
#7  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#8  0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#9  0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7ff2f8e4e710 (LWP 1682)):
#0  0xffffffffff60017b in ?? ()
#1  0x00007ff2f8e4dae0 in ?? ()
#2  0x00007fff1e9ff852 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 8 (Thread 0x7ff2f864d710 (LWP 1683)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x00007ff3202b90e5 in thread_sleep (ti=0x7ff2f864cdb0) at thread/qthread_unix.cpp:398
#2  0x00007ff3202b9250 in QThread::msleep (msecs=<value optimized out>) at thread/qthread_unix.cpp:424
#3  0x00007ff2f9e17f41 in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so
#4  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x31cafe0) at thread/qthread_unix.cpp:248
#5  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#6  0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7ff2f6e6d710 (LWP 1720)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3202ba72b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x1d1df10, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x1d1df10, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff317178026 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x1d1f9f0, th=0x4edb220) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007ff31717a6ab in ThreadWeaver::WorkingHardState::applyForWork (this=0x1d1dc20, th=0x4edb220) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1d1dc20, th=0x4edb220) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1d1dc20, th=0x4edb220) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007ff317178bff in ThreadWeaver::ThreadRunHelper::run (this=0x7ff2f6e6ce00, parent=0x1d1f9f0, th=0x4edb220) at ../../../threadweaver/Weaver/Thread.cpp:87
#8  0x00007ff317179168 in ThreadWeaver::Thread::run (this=0x4edb220) at ../../../threadweaver/Weaver/Thread.cpp:142
#9  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x4edb220) at thread/qthread_unix.cpp:248
#10 0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#11 0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7ff2f666c710 (LWP 1721)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3202ba72b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x1d1df10, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x1d1df10, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff317178026 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x1d1f9f0, th=0x574acb0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007ff31717a6ab in ThreadWeaver::WorkingHardState::applyForWork (this=0x1d1dc20, th=0x574acb0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007ff317178bff in ThreadWeaver::ThreadRunHelper::run (this=0x7ff2f666be00, parent=0x1d1f9f0, th=0x574acb0) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007ff317179168 in ThreadWeaver::Thread::run (this=0x574acb0) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x574acb0) at thread/qthread_unix.cpp:248
#8  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#9  0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7ff2f5deb710 (LWP 2034)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3184412a6 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7ff31871f220) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2304
#2  0x00007ff3184412e9 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x7ff31872d2ec) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1438
#3  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#4  0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7ff2f507f710 (LWP 2313)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3202ba72b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff317178026 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x26bdf70, th=0x6c8d4d0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007ff31717a6ab in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x6c8d4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x6c8d4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x6c8d4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x6c8d4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#8  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x6c8d4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#9  0x00007ff317178bff in ThreadWeaver::ThreadRunHelper::run (this=0x7ff2f507ee00, parent=0x26bdf70, th=0x6c8d4d0) at ../../../threadweaver/Weaver/Thread.cpp:87
#10 0x00007ff317179168 in ThreadWeaver::Thread::run (this=0x6c8d4d0) at ../../../threadweaver/Weaver/Thread.cpp:142
#11 0x00007ff3202b9775 in QThreadPrivate::start (arg=0x6c8d4d0) at thread/qthread_unix.cpp:248
#12 0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#13 0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#14 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7ff2f487e710 (LWP 2314)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3202ba72b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff317178026 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x26bdf70, th=0x75ac050) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007ff31717a6ab in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x75ac050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x75ac050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007ff317178bff in ThreadWeaver::ThreadRunHelper::run (this=0x7ff2f487de00, parent=0x26bdf70, th=0x75ac050) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007ff317179168 in ThreadWeaver::Thread::run (this=0x75ac050) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x75ac050) at thread/qthread_unix.cpp:248
#9  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#10 0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7ff2dffff710 (LWP 2315)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ff3202ba72b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x26bf800, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ff317178026 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x26bdf70, th=0x767f4d0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007ff31717a6ab in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x767f4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007ff31717a6c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x26cf6f0, th=0x767f4d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007ff317178bff in ThreadWeaver::ThreadRunHelper::run (this=0x7ff2dfffee00, parent=0x26bdf70, th=0x767f4d0) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007ff317179168 in ThreadWeaver::Thread::run (this=0x767f4d0) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007ff3202b9775 in QThreadPrivate::start (arg=0x767f4d0) at thread/qthread_unix.cpp:248
#9  0x00007ff31ecfb9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#10 0x00007ff31eff86fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ff321b1b760 (LWP 1552)):
[KCrash Handler]
#5  0x00007ff321599774 in KJob::isAutoDelete (this=0xe13ca80) at ../../kdecore/jobs/kjob.cpp:353
#6  0x00007ff321599e28 in KJob::emitResult (this=0xe13ca80) at ../../kdecore/jobs/kjob.cpp:314
#7  0x00007ff30c55311c in SvnJobBase::internalJobFailed (this=0xe13ca80, job=0x7fff1e932990) at ../../../plugins/subversion/svnjobbase.cpp:159
#8  0x00007ff30c5533ac in SvnJobBase::qt_metacall (this=0xe13ca80, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x40bb640) at ./svnjobbase.moc:99
#9  0x00007ff3203bdd49 in QObject::event (this=0xe13ca80, e=0x108c7a90) at kernel/qobject.cpp:1248
#10 0x00007ff31f76722c in QApplicationPrivate::notify_helper (this=0x1208b90, receiver=0xe13ca80, e=0x108c7a90) at kernel/qapplication.cpp:4300
#11 0x00007ff31f76d6fb in QApplication::notify (this=0x7fff1e9335a0, receiver=0xe13ca80, e=0x108c7a90) at kernel/qapplication.cpp:4183
#12 0x00007ff3208f5526 in KApplication::notify (this=0x7fff1e9335a0, receiver=0xe13ca80, event=0x108c7a90) at ../../kdeui/kernel/kapplication.cpp:302
#13 0x00007ff3203ae06c in QCoreApplication::notifyInternal (this=0x7fff1e9335a0, receiver=0xe13ca80, event=0x108c7a90) at kernel/qcoreapplication.cpp:704
#14 0x00007ff3203b07e7 in QCoreApplication::sendEvent (receiver=0x0, event_type=<value optimized out>, data=0x11c97f0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#15 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=<value optimized out>, data=0x11c97f0) at kernel/qcoreapplication.cpp:1345
#16 0x00007ff3203d79d3 in QCoreApplication::sendPostedEvents (s=<value optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#17 postEventSourceDispatch (s=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:276
#18 0x00007ff3196d88c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#19 0x00007ff3196dc748 in ?? () from /lib/libglib-2.0.so.0
#20 0x00007ff3196dc8fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#21 0x00007ff3203d7513 in QEventDispatcherGlib::processEvents (this=0x11c8f50, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#22 0x00007ff31f81746e in QGuiEventDispatcherGlib::processEvents (this=0xe13ca80, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#23 0x00007ff3203ac992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#24 0x00007ff3203acd6c in QEventLoop::exec (this=0x7fff1e9333d0, flags=) at kernel/qeventloop.cpp:201
#25 0x00007ff3203b0aab in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#26 0x00000000004088cf in _start ()

Possible duplicates by query: bug 235849, bug 232133, bug 229982, bug 229957.

Reported using DrKonqi
Comment 1 Pino Toscano 2010-08-30 10:07:44 UTC

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