Bug 322690 - KDevelop crashed when saving main CMakeLists.txt of a CMake project
Summary: KDevelop crashed when saving main CMakeLists.txt of a CMake project
Status: RESOLVED DUPLICATE of bug 298087
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.4.1
Platform: Ubuntu Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 13:47 UTC by Tomasz Kaźmierczak
Modified: 2013-07-23 06:32 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 Tomasz Kaźmierczak 2013-07-22 13:47:02 UTC
Application: kdevelop (4.4.1)
KDE Platform Version: 4.10.5
Qt Version: 4.8.4
Operating System: Linux 3.8.0-26-generic x86_64
Distribution: Ubuntu 13.04

-- Information about the crash:
- What I was doing when the application crashed:

I was editing the main CMakeLists.txt file of a project that consists of multiple CMakeLists.txt files (subprojects). I was just removing some invalid text from the file right after opening it. Then I pressed Ctrl+S in order to save the changes and KDevelop crashed.

KDevelop managed to save the changes before it crashed.

I havent tried to reproduce this bug.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb2eaf957c0 (LWP 9717))]

Thread 13 (Thread 0x7fb2cd61c700 (LWP 10170)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00007fb2e8a710a7 in wait (time=1000, this=0x2f36220) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=this@entry=0x2f35ea8, mutex=mutex@entry=0x2f35eb0, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fb2e4bcc27b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x2f35e90) at ../../language/duchain/duchain.cpp:282
#4  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x2f35e90) at thread/qthread_unix.cpp:338
#5  0x00007fb2e6adff8e in start_thread (arg=0x7fb2cd61c700) at pthread_create.c:311
#6  0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 12 (Thread 0x7fb2bb519700 (LWP 10227)):
#0  0x00007fb2e1bd91f9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb2e1bd9979 in g_private_get () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb2e1bbe390 in g_thread_self () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb2e1b9933e in g_main_context_acquire () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb2e1b9a0b4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb2e1b9a304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007fb2e8b9c036 in QEventDispatcherGlib::processEvents (this=0x7fb2b40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#7  0x00007fb2e8b6c38f in QEventLoop::processEvents (this=this@entry=0x7fb2bb518d90, flags=...) at kernel/qeventloop.cpp:149
#8  0x00007fb2e8b6c618 in QEventLoop::exec (this=this@entry=0x7fb2bb518d90, flags=...) at kernel/qeventloop.cpp:204
#9  0x00007fb2e8a6e410 in QThread::exec (this=this@entry=0x3aac9f0) at thread/qthread.cpp:542
#10 0x00007fb2e8b4dedf in QInotifyFileSystemWatcherEngine::run (this=0x3aac9f0) at io/qfilesystemwatcher_inotify.cpp:256
#11 0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x3aac9f0) at thread/qthread_unix.cpp:338
#12 0x00007fb2e6adff8e in start_thread (arg=0x7fb2bb519700) at pthread_create.c:311
#13 0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 11 (Thread 0x7fb2ba2c4700 (LWP 10228)):
#0  0x00007fb2e776a3cd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb2e1b9a1dc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb2e1b9a304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb2e8b9c036 in QEventDispatcherGlib::processEvents (this=0x7fb2ac0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fb2e8b6c38f in QEventLoop::processEvents (this=this@entry=0x7fb2ba2c3dc0, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fb2e8b6c618 in QEventLoop::exec (this=this@entry=0x7fb2ba2c3dc0, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fb2e8a6e410 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#7  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x3acfc50) at thread/qthread_unix.cpp:338
#8  0x00007fb2e6adff8e in start_thread (arg=0x7fb2ba2c4700) at pthread_create.c:311
#9  0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 10 (Thread 0x7fb2b9ac3700 (LWP 10229)):
#0  0x00007fb2e6ae307f in __pthread_mutex_unlock_usercnt (mutex=0x7fb2b0000a60, decr=<optimized out>) at pthread_mutex_unlock.c:52
#1  0x00007fb2e1bd95f1 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb2e1b9a0f1 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb2e1b9a304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb2e8b9c036 in QEventDispatcherGlib::processEvents (this=0x7fb2b00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fb2e8b6c38f in QEventLoop::processEvents (this=this@entry=0x7fb2b9ac2dc0, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007fb2e8b6c618 in QEventLoop::exec (this=this@entry=0x7fb2b9ac2dc0, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007fb2e8a6e410 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#8  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x3ace530) at thread/qthread_unix.cpp:338
#9  0x00007fb2e6adff8e in start_thread (arg=0x7fb2b9ac3700) at pthread_create.c:311
#10 0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 9 (Thread 0x7fb2abfff700 (LWP 10235)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb2e3f4de77 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007fb2e3f4dea9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007fb2e6adff8e in start_thread (arg=0x7fb2abfff700) at pthread_create.c:311
#4  0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 8 (Thread 0x7fb2aa342700 (LWP 10244)):
#0  0x00007fb2e1bd9359 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb2e1bd95b9 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb2e1b9a190 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb2e1b9a304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb2e8b9c036 in QEventDispatcherGlib::processEvents (this=0x7fb2a00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fb2e8b6c38f in QEventLoop::processEvents (this=this@entry=0x7fb2aa341d90, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007fb2e8b6c618 in QEventLoop::exec (this=this@entry=0x7fb2aa341d90, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007fb2e8a6e410 in QThread::exec (this=this@entry=0x5cd8880) at thread/qthread.cpp:542
#8  0x00007fb2e8b4dedf in QInotifyFileSystemWatcherEngine::run (this=0x5cd8880) at io/qfilesystemwatcher_inotify.cpp:256
#9  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x5cd8880) at thread/qthread_unix.cpp:338
#10 0x00007fb2e6adff8e in start_thread (arg=0x7fb2aa342700) at pthread_create.c:311
#11 0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 7 (Thread 0x7fb29ffff700 (LWP 10341)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb2dec18585 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007fb2dec185d9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007fb2e6adff8e in start_thread (arg=0x7fb29ffff700) at pthread_create.c:311
#4  0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 6 (Thread 0x7fb2a8812700 (LWP 10423)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb2de95ea09 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007fb2dec46cee in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007fb2e6adff8e in start_thread (arg=0x7fb2a8812700) at pthread_create.c:311
#4  0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 5 (Thread 0x7fb29ec57700 (LWP 10429)):
#0  0x00007fb2e1bd95e9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb2e1b99d1a in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb2e1b9a175 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb2e1b9a304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb2e8b9c036 in QEventDispatcherGlib::processEvents (this=0x7fb29807b810, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fb2e8b6c38f in QEventLoop::processEvents (this=this@entry=0x7fb29ec56dc0, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007fb2e8b6c618 in QEventLoop::exec (this=this@entry=0x7fb29ec56dc0, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007fb2e8a6e410 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#8  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x5d5b720) at thread/qthread_unix.cpp:338
#9  0x00007fb2e6adff8e in start_thread (arg=0x7fb29ec57700) at pthread_create.c:311
#10 0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 4 (Thread 0x7fb29ddda700 (LWP 10438)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb2e8a7114b in wait (time=18446744073709551615, this=0x7fb24c4d8070) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x7fb24c2035d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fb2e8a6d067 in QSemaphore::acquire (this=this@entry=0x7fb29ddd9000, n=n@entry=1) at thread/qsemaphore.cpp:144
#4  0x00007fb2e8b7599e in QMetaMethod::invoke (this=this@entry=0x7fb29ddd91e0, object=object@entry=0x1ee9110, connectionType=connectionType@entry=Qt::BlockingQueuedConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1715
#5  0x00007fb2e8b77eac in QMetaObject::invokeMethod (obj=0x1ee9110, member=member@entry=0x7fb2e51c18ba "dataChanged", type=type@entry=Qt::BlockingQueuedConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1179
#6  0x00007fb2e51ae18a in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., type=Qt::BlockingQueuedConnection, member=0x7fb2e51c18ba "dataChanged", obj=<optimized out>) at /usr/include/qt4/QtCore/qobjectdefs.h:418
#7  KDevelop::ProjectBaseItem::setText (this=this@entry=0x7fb24c1ffcb0, text=...) at ../../project/projectmodel.cpp:338
#8  0x00007fb2e51b17cc in KDevelop::ProjectBaseItem::setUrl (this=this@entry=0x7fb24c1ffcb0, url=...) at ../../project/projectmodel.cpp:448
#9  0x00007fb2e51b199f in setUrl (url=..., this=0x7fb24c1ffcb0) at ../../project/projectmodel.cpp:820
#10 KDevelop::ProjectFileItem::setUrl (this=0x7fb24c1ffcb0, url=...) at ../../project/projectmodel.cpp:809
#11 0x00007fb2e51b1c95 in KDevelop::ProjectFileItem::ProjectFileItem (this=0x7fb24c1ffcb0, project=0x60d36b0, file=..., parent=0x7fb24c4db700) at ../../project/projectmodel.cpp:691
#12 0x00007fb2aa3a504e in CMakeManager::setTargetFiles (this=this@entry=0x54d65f0, target=target@entry=0x7fb24c4db700, files=...) at ../../../projectmanagers/cmake/cmakemanager.cpp:961
#13 0x00007fb2aa3af0c8 in CMakeManager::parse (this=0x54d65f0, item=0x7fb24c24c640) at ../../../projectmanagers/cmake/cmakemanager.cpp:922
#14 0x00007fb2e51b4e7b in KDevelop::ImportProjectJobPrivate::import (this=0x76f4520, folder=<optimized out>) at ../../project/importprojectjob.cpp:53
#15 0x00007fb2e51b4c56 in run (this=0x6e23490) at /usr/include/qt4/QtCore/qtconcurrentrunbase.h:134
#16 QtConcurrent::RunFunctionTask<void>::run (this=0x6e23490) at /usr/include/qt4/QtCore/qtconcurrentrunbase.h:125
#17 0x00007fb2e8a6455d in QThreadPoolThread::run (this=0x74040d0) at concurrent/qthreadpool.cpp:107
#18 0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x74040d0) at thread/qthread_unix.cpp:338
#19 0x00007fb2e6adff8e in start_thread (arg=0x7fb29ddda700) at pthread_create.c:311
#20 0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7fb29d37b700 (LWP 10646)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb2e8a7114b in wait (time=18446744073709551615, this=0x1ff7e00) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1ff6ea8, mutex=0x1ad7950, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fb2df6ce041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x1ff6e80, th=0x53a24a0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fb2df6d094b in ThreadWeaver::WorkingHardState::applyForWork (this=0x1f7e1b0, th=0x53a24a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fb2df6d0964 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1f7e1b0, th=0x53a24a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fb2df6d0964 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1f7e1b0, th=0x53a24a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fb2df6cf63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7fb29d37adc0, parent=0x1ff6e80, th=th@entry=0x53a24a0) at ../../../threadweaver/Weaver/Thread.cpp:87
#8  0x00007fb2df6cf6cb in ThreadWeaver::Thread::run (this=0x53a24a0) at ../../../threadweaver/Weaver/Thread.cpp:142
#9  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x53a24a0) at thread/qthread_unix.cpp:338
#10 0x00007fb2e6adff8e in start_thread (arg=0x7fb29d37b700) at pthread_create.c:311
#11 0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7fb29cb7a700 (LWP 10647)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb2e8a7114b in wait (time=18446744073709551615, this=0x1ff7e00) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1ff6ea8, mutex=0x1ad7950, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fb2df6ce041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x1ff6e80, th=0x7fb244002d60) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fb2df6d094b in ThreadWeaver::WorkingHardState::applyForWork (this=0x1f7e1b0, th=0x7fb244002d60) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fb2df6cf63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7fb29cb79dc0, parent=0x1ff6e80, th=th@entry=0x7fb244002d60) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007fb2df6cf6cb in ThreadWeaver::Thread::run (this=0x7fb244002d60) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007fb2e8a70bec in QThreadPrivate::start (arg=0x7fb244002d60) at thread/qthread_unix.cpp:338
#8  0x00007fb2e6adff8e in start_thread (arg=0x7fb29cb7a700) at pthread_create.c:311
#9  0x00007fb2e7776e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7fb2eaf957c0 (LWP 9717)):
[KCrash Handler]
#6  _int_free (av=0x7fb24c000020, p=0x7fb24c1fa0f0, have_lock=0) at malloc.c:3832
#7  0x00007fb2e8b7117a in QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x1a39240) at kernel/qcoreapplication.cpp:1586
#8  0x00007fb2e8b714a3 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1463
#9  0x00007fb2e8b9be83 in sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236
#10 postEventSourceDispatch (s=0x1a68e10) at kernel/qeventdispatcher_glib.cpp:279
#11 0x00007fb2e1b99f05 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007fb2e1b9a248 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007fb2e1b9a304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007fb2e8b9c016 in QEventDispatcherGlib::processEvents (this=0x1a3ab00, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#15 0x00007fb2e7fb91ae in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#16 0x00007fb2e8b6c38f in QEventLoop::processEvents (this=this@entry=0x7ffffb5eea50, flags=...) at kernel/qeventloop.cpp:149
#17 0x00007fb2e8b6c618 in QEventLoop::exec (this=this@entry=0x7ffffb5eea50, flags=...) at kernel/qeventloop.cpp:204
#18 0x00007fb2e8b71cf6 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1218
#19 0x00007fb2e7f11ffc in QApplication::exec () at kernel/qapplication.cpp:3828
#20 0x000000000040e71a in main (argc=<optimized out>, argv=<optimized out>) at ../../app/main.cpp:519

Possible duplicates by query: bug 321870, bug 321038, bug 320509, bug 319515.

Reported using DrKonqi
Comment 1 Kevin Funk 2013-07-23 06:32:00 UTC

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