How to Panic a Program n from where to find that panic has occured???
| Thu, 2006-04-20 13:21 | |
|
Hi All,
I am new to Symbian, Can any body tell me how see whether our program has paniced or not. Problem what i am facing is that when i run my program on emulator then it gets closed after a moment somewhere in the middle of the program. Now plz tell me how to figure it out that what is happening to my program. Thanx, Amit. |
|






Forum posts: 1242
Which one to use depends on the environment that you use.
I personally debug with the stand-alone WinDbg from Microsoft.
René Brunner
Forum posts: 41
Which one to use depends on the environment that you use.
I personally debug with the stand-alone WinDbg from Microsoft.
Now i am using debugger n i have find that my program is creashing when i issue 'CActivescheduler::Add(this)' , at this point it gets crashed.
i also want to tell u that i am not starting or doing anything to CActiveScheduler class prior to adding this object on scheduler.
Do i need to install n then start my active scheduler bcoz i am assuming that in the deafult thread of any process, active scheduler is already present n it need not to start.Am i doing Right ir not?
n one thing more i am gettign the following msg in epocwind.oout:
Can't load phbksyncsvr.dll
Plz Respond immediately.
Thanx,
Amit.
Forum posts: 1232
There is not a default sceduler in the main thread of any process.
There is only one installed in the main thread of applications launched through the application framework.
If you write and exe, you need to create it yourself.