hi, everyone,
i wanted to research on porting tool.
this is my requirement.
say for example:
let us assume that mobile m1 supports midp2.0 and mobile m2 also supports midp2.0. but if i write a...
Type: Posts; User: lokesh_kumar_s; Keyword(s):
hi, everyone,
i wanted to research on porting tool.
this is my requirement.
say for example:
let us assume that mobile m1 supports midp2.0 and mobile m2 also supports midp2.0. but if i write a...
hey sorry wizard, you are right. i just wanted to learn how to see variables view of debug perspective.
you are right.
but 0 is what i get after execution of that statement.
commDb 0xcccccccc
CCommsDatabaseBase 0xCCCCCCCC
CBase 0xCCCCCCCC
iImpl <Error. Can't read memory from address 0xCCCCCCD0>
iDatabase 0xCCCCCCD4
RDbDatabase 0xCCCCCCD4 ...
No, wizard_hu_ i am debugging in emulator.
i have not found any solution. i dont know why this is happning. please help.
Thank you wizard,
this is the screen captured during 1 st iteration(during which no KERN-EXEC 3 error thrown).1258
Thank you not dying you can see in the code specified above.
i am initializing pushing into cleanup stack and then calling CApSelect::NewLC(which is giving kern exec-3).
in what situations does it...
void CClientEngine::GetAvailWLANIapList(RArray<TIapInfoIdOnly>& aIapInfoIdOnlyArr)
{
CLogFileOpr::WriteFile(KTQNLog,_L("\n---CClientEngine---(GetAvailWLANIapList)--1\n"));
CCommsDatabase*...
CApSelect* select = CApSelect::NewLC(*commDb, KEApIspTypeAll,
EApBearerTypeWLAN, // use EApBearerTypeAll for all types
KEApSortUidAscending);
Thank you kamalakshan. i found that program is crashing at line
CApSelect* select = CApSelect::NewLC(*commDb, KEApIspTypeAll,
EApBearerTypeWLAN, // use EApBearerTypeAll for all types...
also i see following in Debug view of debug perspective of carbide.
in 100 0x1149636( ekern.exe )() 0x01149636
what is 100?
what is 0x1149636?
each time my program crashes i get 100...
Thanks Symbianyucca.
how can i go to the actual line which gives this memory violation error?
in disassably view(Center right in debug perspective) i right clicked on assembly instruction which...
1> New thread created
2> New Active scheduler created installed.
3> New Active object 1 created
4> Active Object 1 creates new Active Object 2
5> Active Object 1 calls Active object 2's...
thanks yucca. But it is for CRichTextEditor right. For CEikEdwin it does not contain ApplyCharFormatL function right?
hi, we have used CEikEdwin for text editor purpose. i increased the height of the text editor but unable to increase the font size of the text which lies inside the CEikEdwin. i have to increase the...
since both threads(observer and http thread) use the heap of creating thread. deleting the object which has been created in one thread, by other thread causes any problem?
Thanks Wizard
i have used the following function to create the thread
User::LeaveIfError(iThread.Create(
*threadName,
...
does accessing the observer thread's heap from http thread not cause this problem(undefined consequences)? reading.
CRequest* temp;
que.Receive(temp);...
i am creating CRequest object in one thread(observer thread). placing the created CRequest object in request queue. Http thread deletes this CRequest object. is this is problem?
CRequest object...
hi
class CRequest :public CBase
{
private:
CRequest();
// void ConstructL(TInt aReqId,const TDesC& aData,const TDesC& aUri);
void ConstructL();
if i am not stopping active scheduler that has been started earlier in the thread. There is no chance to thread to get terminated right? if it terminates because of some error(invalid execution...
i am starting the ActiveScheduler. i am not using ActiveScheduler.Stop any where. our application is having multiple threads. does memory leakage in one thread make another thread to exit like this?
I am no where stopping the Active scheduler that i started. while active scheduler is up how can it gets exited.
hi i am testing my application in s60 3rd ED fp 2 emulator. The application contains multiple threads. a thread exiting showing error message(
there is no any panic code. it is exiting itself...
Thank you Laa-laa,
what in this case
for(TInt i=0;i<10;i++)
{
_L("hello world\n");
}