Discussion Board

Results 1 to 3 of 3
  1. #1
    Regular Contributor gammav's Avatar
    Join Date
    May 2008
    Posts
    139
    I get random crash (KERN EXEC 3 ) when calling CSIPProfileRegistry::ProfilesL function.

    As I mentioned, the crash is random, and not always. However, it is quite frequent. Both iSIP & iProfileRegistry are member variable at initiallized once.

    if(NULL == iSIP) {
    TUid uid = TUid::Uid(1010101);
    iSIP = CSIP::NewLC( uid, *this );
    iProfileRegistry = CSIPProfileRegistry::NewLC( *iSIP, *this );
    }

    if(NULL == iProfileRegistry) {
    return EFalse;
    }

    RPointerArray< CSIPProfile > iSIPProfiles;
    TRAPD(trapError, iProfileRegistry->ProfilesL(iSIPProfiles));


    Pls help

  2. #2
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    make sure iProfileRegistry is not un-initialized

  3. #3
    Regular Contributor gammav's Avatar
    Join Date
    May 2008
    Posts
    139
    Quote Originally Posted by skumar_rao View Post
    make sure iProfileRegistry is not un-initialized
    See code below

    if(NULL == iProfileRegistry) {
    return EFalse;
    }

Similar Threads

  1. Problem with eglSwapBuffers and heap corruption
    By greatape in forum Symbian Media (Closed)
    Replies: 2
    Last Post: 2007-05-24, 03:35
  2. netcards - Problem with opening adapter
    By kernj in forum Symbian Tools & SDKs
    Replies: 5
    Last Post: 2007-01-10, 08:56
  3. WAP service problem on Apache
    By bigg_o in forum Browsing and Mark-ups
    Replies: 3
    Last Post: 2005-04-17, 16:05
  4. Problem: S60 SDK for CW in PC with .NET
    By anttij in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 1
    Last Post: 2005-02-28, 11:36
  5. wireless problem
    By sash_mca in forum Mobile Web Site Development
    Replies: 0
    Last Post: 2003-06-06, 11:34

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved