Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
1.1.0
-
Win7 64 bits - Qt SDK 1.1 TP - Symbian^3 (N8 PR1.0 - 011.012)
-
d9fca820
Description
Hi,
My application is crashing while setting the viewfinder with a freshly created QCamera object :
QCamera* camera; QCameraViewfinder* viewfinder; QByteArray cameraDevice = QCamera::availableDevices()[0]; camera = new QCamera(cameraDevice); viewfinder = new QCameraViewfinder; viewfinder->show(); camera->setViewfinder(viewfinder);
Message displayed in the console is : Process xxx, thread yyy stopped at 0x7c6c59da: A data abort exception has occurred
Br,
Nicolas
Attachments
Issue Links
- relates to
-
QTMOBILITY-1222 Seg fault when calling QCamera::setViewfinder (QCameraViewfinder) on a Symbian^3 phone
- Closed
- replaces
-
QTMOBILITY-1076 QCamera causes segfault on symbian
- Closed