QT Creator crashes with "symbol lookup error"
-
Hi,
I recently upgraded from Fedora 39 to Fedora 40 - and after that starting QT Creator crashes with
/usr/bin/qtcreator: symbol lookup error: /usr/bin/../lib64/qtcreator/libUtils.so.13: undefined symbol: _ZN19QAbstractFileEngine11setFileTimeERK9QDateTimeNS_8FileTimeE, version Qt_6.7_PRIVATE_API
To me it looks like a method QAbstractFileEngine::setFileTime is not found, yet when I list the symbols of /usr/lib64/qtcreator/libUtils.so.13 I see the symbols seems to be there:
gerd@geryon:/usr/lib64/qtcreator$nm -gDC libUtils.so.13 | grep AbstractFileEngine::setFileT U QAbstractFileEngine::setFileTime(QDateTime const&, QAbstractFileEngine::FileTime)@Qt_6.7_PRIVATE_API
The error comes no matter I start qtcreator directly or via qtcreator.sh.
-
Hi,
I recently upgraded from Fedora 39 to Fedora 40 - and after that starting QT Creator crashes with
/usr/bin/qtcreator: symbol lookup error: /usr/bin/../lib64/qtcreator/libUtils.so.13: undefined symbol: _ZN19QAbstractFileEngine11setFileTimeERK9QDateTimeNS_8FileTimeE, version Qt_6.7_PRIVATE_API
To me it looks like a method QAbstractFileEngine::setFileTime is not found, yet when I list the symbols of /usr/lib64/qtcreator/libUtils.so.13 I see the symbols seems to be there:
gerd@geryon:/usr/lib64/qtcreator$nm -gDC libUtils.so.13 | grep AbstractFileEngine::setFileT U QAbstractFileEngine::setFileTime(QDateTime const&, QAbstractFileEngine::FileTime)@Qt_6.7_PRIVATE_API
The error comes no matter I start qtcreator directly or via qtcreator.sh.
@Gerastios said in QT Creator crashes with "symbol lookup error":
after that starting QT Creator crashes
Can't tell you more regarding your issue right now, but maybe you want to add what version of QtCreator you are using. Makes it easier to identify the root of the problem.
-
Sorry, forgot that one.
Yet I found a solution in the meantime: https://bugzilla.redhat.com/show_bug.cgi?id=2283847
Thx -