Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status application crashed on Linux randomly #13811

Closed
anastasiyaig opened this issue Mar 1, 2024 · 4 comments · Fixed by #15268
Closed

Status application crashed on Linux randomly #13811

anastasiyaig opened this issue Mar 1, 2024 · 4 comments · Fixed by #15268
Labels
Milestone

Comments

@anastasiyaig
Copy link
Contributor

Description

Inline components causes application to crash on Linux (as i got from @alexjba )

So the scenario is not really reproducible manually, but autotests catch it from time to time. My suspect is that if the the same application build is being started over and over again (tests start the same build frequently), at some moment something gets broken with app UI (but i might be wrong). It can happen with a random test, so i cant really say the exact moment the issue appears

Warning: QQmlApplicationEngine failed to load component (:0, )
Warning: qrc:/main.qml:370:9: Type AppMain unavailable (qrc:/main.qml:370, )
Warning: qrc:/app/mainui/AppMain.qml:1202:29: Type ChatLayout unavailable (qrc:/app/mainui/AppMain.qml:1202, )
Warning: qrc:/app/AppLayouts/Chat/ChatLayout.qml:139:9: Type ChatView unavailable (qrc:/app/AppLayouts/Chat/ChatLayout.qml:139, )
Warning: qrc:/app/AppLayouts/Chat/views/ChatView.qml:261:9: Type CommunityColumnView unavailable (qrc:/app/AppLayouts/Chat/views/ChatView.qml:261, )
Warning: qrc:/app/AppLayouts/Communities/views/CommunityColumnView.qml:616:9: Type CreateChannelPopup unavailable (qrc:/app/AppLayouts/Communities/views/CommunityColumnView.qml:616, )
Warning: qrc:/app/AppLayouts/Communities/popups/CreateChannelPopup.qml:110:9: Type ChannelPermissionsModelEditor unavailable (qrc:/app/AppLayouts/Communities/popups/CreateChannelPopup.qml:110, )
Warning: qrc:/app/AppLayouts/Communities/models/ChannelPermissionsModelEditor.qml:252:26: Cannot assign to property of unknown type "QAbstractItemModel*". (qrc:/app/AppLayouts/Communities/models/ChannelPermissionsModelEditor.qml:252, )
�[96mINF�[0m 2024-03-01 13:14:22.524+00:00 �[1mstarting application...                   �[0m topics="�[93mstatus-app�[0m" �[96mtid�[0m=�[94m313308�[0m �[96mfile�[0m=�[94mnim_status_client.nim:204�[0m
�[33mWRN�[0m 2024-03-01 13:14:22.533+00:00 �[1mError decoding signal                     �[0m topics="�[93msignals-manager�[0m" �[33mtid�[0m=�[94m313308�[0m �[33mfile�[0m=�[94msignals_manager.nim:49�[0m �[33merr�[0m=�[94m"Unknown signal received: mediaserver.started"�[0m
Warning: Error while loading QML: QUrl("qrc:/main.qml") (:0, )
�[96mINF�[0m 2024-03-01 13:14:22.533+00:00 �[1mshutting down...                          �[0m topics="�[93mstatus-app�[0m" �[96mtid�[0m=�[94m313308�[0m �[96mfile�[0m=�[94mnim_status_client.nim:173�[0m
�[96mINF�[0m 2024-03-01 13:14:22.533+00:00 �[1mlogging out...                            �[0m topics="�[93mapp-controller�[0m" �[96mtid�[0m=�[94m313308�[0m �[96mfile�[0m=�[94mapp_controller.nim:297�[0m
there is no running node
@anastasiyaig anastasiyaig added bug Something isn't working ui-team labels Mar 1, 2024
@caybro
Copy link
Member

caybro commented Mar 1, 2024

A Qt bug... upgrade to a newer version would fix it

@anastasiyaig
Copy link
Contributor Author

@caybro could --debug flag impact it?

@anastasiyaig
Copy link
Contributor Author

A Qt bug... upgrade to a newer version would fix it

alright, lets keep the ticket for now as a reference

@anastasiyaig
Copy link
Contributor Author

ticket for QT upgrade #9350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants