bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: designer crashes]


From: Hannes Mehnert
Subject: address@hidden: designer crashes]
Date: Wed, 29 Jan 2003 22:20:41 +0100

Hi,

I have problems with glibc-2.3.1:
Qt designer is crashing in qt-3.1.0 and qt-3.1.1 (during loading
kdewidgets).

Following functions fails (from qtsource in
qt-x11-free-3.1.1/src/tools/qlibrary_unix.cpp, line 139):
bool QLibraryPrivate::freeLibrary()
{
    if ( !pHnd )
    return TRUE;

    if ( dlclose( pHnd ) ) {
#if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT)
        qWarning( "%s", dlerror() );
#endif
        return FALSE;
    }

    pHnd = 0;
    return TRUE;
}

with "designer: dl-close.c:230: _dl_close:
Assertion `imap->l_type == lt_loaded || imap->l_opencount > 0' failed."

references:
http://bugs.gentoo.org/show_bug.cgi?id=12964
http://bugs.kde.org/show_bug.cgi?id=44750

A workaround is commenting out the dlclose call.

Best Regards,

Hannes Mehnert

GPG-Fingerprint: B3BB E539 F6BF 6942 1492  3ACF 45CB 8D97 3881 8D1C

Attachment: pgpGobpJym2d_.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]