Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1742

omserver panics with KERN-EXEC 0 as TRAP is ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • None
    • 1.2.1
    • Bearer Management
    • Symbian^3, MCL and latest branch

    Description

      Moved from RC:

      There is a crash on the mobile crash server:

      http://147.243.255.208/mobilecrash/index.php/defect/direct/id/436968

      This is occurring because a TRAP_IGNORE is being used ... Line 107 Leaves and the error is ignored - Line 109 or 111 will panic with KERN-EXEC 0

      /sf/mw/qt/src/plugins/bearer/symbian/symbianengine.cpp

      092 void SymbianEngine::initialize()
      093 {
      094     QMutexLocker locker(&mutex);
      095
      096     CActiveScheduler::Add(this);
      097
      098     // Seed the randomgenerator
      099     qsrand(QTime(0,0,0).secsTo(QTime::currentTime()) + QCoreApplication::applicationPid());
      100
      101     TRAPD(error, ipCommsDB = CCommsDatabase::NewL(EDatabaseTypeIAP));
      102     if (error != KErrNone) {
      103         iInitOk = false;
      104         return;
      105     }
      106
      107     TRAP_IGNORE(iConnectionMonitor.ConnectL());
      108 #ifdef SNAP_FUNCTIONALITY_AVAILABLE
      109     TRAP_IGNORE(iConnectionMonitor.SetUintAttribute(EBearerIdAll, 0, KBearerGroupThreshold, 1));
      110 #endif
      111     TRAP_IGNORE(iConnectionMonitor.NotifyEventL(*this));
      

      Attachments

        Issue Links

          Activity

            People

              cristiano cristiano di flora
              tero Tero Kuutti (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: