kdevelop c++ tests not passing

Aleix Pol aleixpol at kde.org
Thu May 10 00:52:54 UTC 2012


On Wed, May 9, 2012 at 6:47 PM, Milian Wolff <mail at milianw.de> wrote:
> On Wednesday 09 May 2012 17:37:03 Aleix Pol wrote:
>> On Wed, May 9, 2012 at 9:56 AM, Milian Wolff <mail at milianw.de> wrote:
>> > On Wednesday 09 May 2012 03:05:01 Sven Brauch wrote:
>> >> I also got some failing tests in python which passed until recently (I
>> >> think they are caused to fail by a change in kdevplatform, because I
>> >> didn't change anything). I suspect something is broken. I tried to
>> >> investigate the issue, but didn't yet find the problem. I'll probably
>> >> do a bit of regression testing next. :)
>> >
>> > As I said in my other mail: All unit tests pass for me. If there are some
>> > regressions still, tell me.
>> >
>> > Bye
>> > --
>> > Milian Wolff
>> > mail at milianw.de
>> > http://milianw.de
>> >
>> > --
>> > KDevelop-devel mailing list
>> > KDevelop-devel at kdevelop.org
>> > https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>>
>> Here there's the whole output:
>> http://proli.net/meu/kdevelop/actualoutput
>>
>> There's some bus error and I don't really know where it comes from. If
>> you can't reproduce tell me and I'll investigate.
>
> Neither do I... And no, I can't reproduce this error as I said above.
>
> Cheers, hope you find out whats going on there!
> --
> Milian Wolff
> mail at milianw.de
> http://milianw.de
>
> --
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>

Duh... after running it on valgrind, I get this output [1].

I'll report it to bko...

Aleix

[1]
==1917== Warning: set address range perms: large range [0x39446000,
0x86877000) (defined)
==1917==
==1917== Process terminating with default action of signal 7 (SIGBUS)
==1917==  Non-existent physical address at address 0x39446048
==1917==    at 0x9D7594B: KSharedDataCache::Private::lock() const
(kshareddatacache.cpp:1131)
==1917==    by 0x9D75B0F:
KSharedDataCache::Private::CacheLocker::cautiousLock()
(kshareddatacache.cpp:1154)
==1917==    by 0x9D75E8B:
KSharedDataCache::Private::CacheLocker::CacheLocker(KSharedDataCache::Private
const*) (kshareddatacache.cpp:1229)
==1917==    by 0x9D72BA8: KSharedDataCache::find(QString const&,
QByteArray*) const (kshareddatacache.cpp:1508)
==1917==    by 0x86A6534:
KIconLoaderPrivate::findCachedPixmapWithPath(QString const&, QPixmap&,
QString&) (kiconloader.cpp:860)
==1917==    by 0x86A7CF2: KIconLoader::loadIcon(QString const&,
KIconLoader::Group, int, int, QStringList const&, QString*, bool)
const (kiconloader.cpp:1222)
==1917==    by 0x86A270C: KIconEngine::pixmap(QSize const&,
QIcon::Mode, QIcon::State) (kiconengine.cpp:104)
==1917==    by 0x8E6BEC4: QIcon::pixmap(QSize const&, QIcon::Mode,
QIcon::State) const (in /usr/lib/libQtGui.so.4.8.1)
==1917==    by 0x60AE372:
Sublime::AreaTabButton::AreaTabButton(QString, QIcon, unsigned int,
QWidget*, bool, QWidget*) (mainwindow_p.cpp:831)
==1917==    by 0x60A7044: Sublime::AreaTabBar::addCustomTab(QString,
QIcon, bool, QString, QWidget*) (mainwindow_p.h:97)
==1917==    by 0x60A429F: Sublime::MainWindow::setupAreaSelector()
(mainwindow.cpp:104)
==1917==    by 0x63498A8: KDevelop::MainWindow::loadSettings()
(mainwindow.cpp:208)




More information about the KDevelop-devel mailing list