Hi All
I get the following panic when I try to create an obj of a class in an app which ahs to be tested.
104.370 [QTestLib] PASS : TestClientCF::initTestCase()
104.395 [QTestLib] QDEBUG : TestClientCF::testClientCFGetFriends() create client
104.430 [QTestLib] QDEBUG : TestClientCF::testClientCFGetFriends() client == NULL
104.875 Thread TestClientApp::TestClientApp Panic KERN-EXEC 3
like client = new MyClass();
It is panicking.
This MyClass belongs to an exe.
This is on emulator.Please let me know what might be the possible reason for this panic.
Thanks
Kalyani

Reply With Quote

