Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#24601 - [qt] Segmentation fault with qmlviewer
Attached to Project:
Arch Linux
Opened by Matteo Agostinelli (matteo81) - Monday, 06 June 2011, 14:34 GMT
Last edited by Andrea Scarpino (BaSh) - Thursday, 09 June 2011, 13:24 GMT
Opened by Matteo Agostinelli (matteo81) - Monday, 06 June 2011, 14:34 GMT
Last edited by Andrea Scarpino (BaSh) - Thursday, 09 June 2011, 13:24 GMT
|
DetailsI get segmentation faults on several qml files (provided in the Qt examples and demos).
Example: agostine@es-lap11 /usr/share/doc/qt/demos/declarative/calculator> qmlviewer calculator.qml [1] 4341 segmentation fault qmlviewer calculator.qml I also have a local build of Qt v4.7.1 installed, and with that the examples/demos are running fine Package version: Name : qt Version : 4.7.3-1 URL : http://qt.nokia.com/ Steps to reproduce: cd /usr/share/doc/qt/demos/declarative/calculator qmlviewer calculator.qml |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Thursday, 09 June 2011, 13:24 GMT
Reason for closing: Fixed
Additional comments about closing: qt 4.7.3-3
Thursday, 09 June 2011, 13:24 GMT
Reason for closing: Fixed
Additional comments about closing: qt 4.7.3-3
0x00007ffff7a7a69a in disconnect (this=0xa2e390, instrIndex=<value optimized out>, context=0x9ef6f0, error=0x9df400, scope=0x9ed1f0, output=0x9ed1f0, storeFlags=...)
at ../../include/QtDeclarative/private/../../../src/declarative/qml/qdeclarativenotifier_p.h:206
206 ../../include/QtDeclarative/private/../../../src/declarative/qml/qdeclarativenotifier_p.h: No such file or directory.
in ../../include/QtDeclarative/private/../../../src/declarative/qml/qdeclarativenotifier_p.h
However, it looks like that this bug is related to the mentioned upstream bug. My local build of 4.7.1, which is working, was compiled with gcc 4.5.
also see http://bugreports.qt.nokia.com/browse/QTBUG-19736
$ qmlviewer /usr/share/doc/qt/examples/tutorials/gettingStarted/gsQml/texteditor.qml
file:///usr/share/doc/qt/examples/tutorials/gettingStarted/gsQml/texteditor.qml:42:1: module ".usr.share.doc.qt.examples.tutorials.gettingStarted.gsQml.core" plugin "FileDialog" not found
import "core"
^
However I am still getting a segmentation fault.
agostine@es-lap11 ~/src/qtquick/gsQml> qmlviewer texteditor.qml
[1] 9510 segmentation fault qmlviewer texteditor.qml
And I am still getting a segfault on the calculator demo as well.
BTW, thanks for your help. You managed to solve this issue really quickly!
A happy Arch user