PDA

View Full Version : Qt 5.0 demo browser not running on Ubuntu 12.04



kkpatel
28th March 2013, 11:26
I have installed Qt 5.0.1 on ubuntu 12.04 with below configure option
"./configure -debug -openssl -xcb"
There were no error while qt build.
But when i run demo browser available in "example" directory, demo browser just crashes with below error:-

[log]
Trying to construct an instance of an invalid type, type id: 409498740
Trying to construct an instance of an invalid type, type id: 795029105
Trying to construct an instance of an invalid type, type id: 694234723
Trying to construct an instance of an invalid type, type id: 65536
Trying to construct an instance of an invalid type, type id: 2228301
Trying to construct an instance of an invalid type, type id: 620782592
Trying to construct an instance of an invalid type, type id: 7143536
Trying to construct an instance of an invalid type, type id: 553677312
Trying to construct an instance of an invalid type, type id: 302
Trying to construct an instance of an invalid type, type id: 2643
Trying to construct an instance of an invalid type, type id: 795568485
Trying to construct an instance of an invalid type, type id: 875457634
Trying to construct an instance of an invalid type, type id: 795753810
Trying to construct an instance of an invalid type, type id: 875770163
Trying to construct an instance of an invalid type, type id: 675098368
Trying to construct an instance of an invalid type, type id: 846620018
ASSERT: "uint(i) < uint(size())" in file ../../include/QtCore/../../src/corelib/tools/qbytearray.h, line 403
Aborted[log ends]

Please help.