Linux: Investigate recently occurred crashes related to QQuickWidget
Closed, ResolvedPublic

Description

It crashes at line similar to "quickWidget = new QQuickWidget();" which can be found in file which was automatically generated for UI by moc. Also QtCreator closes unexpectedly if QQuickWidget is removed in Design mode and one tries to restore it with Ctrl+Z.

BAndiT1983 updated the task description. (Show Details)
BAndiT1983 raised the priority of this task from to Needs Triage.
BAndiT1983 added a project: Open Cine.
BAndiT1983 moved this task to Pending tasks on the Open Cine board.
BAndiT1983 added a subscriber: BAndiT1983.
BAndiT1983 triaged this task as High priority.Sep 16 2015, 11:24 PM

Sill investigating, but it seems to be Qt related bug. Under Windows it works without hassle.

After reading http://askubuntu.com/questions/561368/why-does-my-qquick-application-crash-on-ubuntu-14-04 changed constructor signature from

GUIApplication(int argc, char** argv, std::string moduleName);

to

GUIApplication(int& argc, char** argv, std::string moduleName);

Seems to run fine under LinuxMint now. Have to check under Windows to be sure before closing the bug.

BAndiT1983 closed this task as Resolved.Sep 18 2015, 12:27 AM
BAndiT1983 claimed this task.

Checked under Windows 8.1 and LinuxMint 17.2.