[Bug 249505] Random crash when running in the background

Christophe Giboudeaux cgiboudeaux at gmail.com
Mon Aug 30 16:12:56 BST 2010


https://bugs.kde.org/show_bug.cgi?id=249505





--- Comment #1 from Christophe Giboudeaux <cgiboudeaux gmail com>  2010-08-30 17:12:55 ---
ASSERT failure in QList<T>::operator[]: "index out of range", file
/usr/include/QtCore/qlist.h, line 459

from gdb:


#14 0x00007f2c0353ea05 in KIMAP::SessionPrivate::responseReceived
(this=0x5f70d0, response=...) at /kde/src/KDE/kdepimlibs/kimap/session.cpp:258
258         currentJob->handleResponse( response );
(gdb) p response
$9 = (const KIMAP::Message &) @0x7f2bec095f50: {
  content = QList<KIMAP::Message::Part> = {
    [0] = {
      m_type = KIMAP::Message::Part::String, 
      m_string = "*" = {
        [0] = 42 '*'
      }, 
      m_list = empty QList<QByteArray>
    },
    [1] = {
      m_type = KIMAP::Message::Part::String, 
      m_string = "BYE" = {
        [0] = 66 'B',
        [1] = 89 'Y',
        [2] = 69 'E'
      }, 
      m_list = empty QList<QByteArray>
    }
  }, 
  responseCode = empty QList<KIMAP::Message::Part>
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list