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

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
           Priority|NOR                         |HI
     Ever confirmed|0                           |1

--- Comment #3 from Nate Graham <[email protected]> ---
The important parts are here:

#22 QAbstractItemModel::dataChanged (this=this@entry=0x7ffb0c011ff0, _t1=...,
_t2=..., _t3=...) at
/usr/src/debug/qtbase-everywhere-src-6.10.1/build/src/corelib/Core_autogen/include/moc_qabstractitemmodel.cpp:658
#23 0x00007ffacd82168c in NetworkModel::updateItem (this=0x7ffb0c011ff0,
item=0x55f013c77f00) at /usr/include/qt6/QtCore/qarraydata.h:60
#24 NetworkModel::updateItem (this=0x7ffb0c011ff0, item=0x55f013c77f00) at
/usr/src/debug/plasma-nm-6.5.3/libs/models/networkmodel.cpp:655
#25 0x00007ffacd81cb58 in NetworkModel::addActiveConnection
(this=0x7ffb0c011ff0, activeConnection=...) at
/usr/src/debug/plasma-nm-6.5.3/libs/models/networkmodel.cpp:379
#26 0x00007ffacd823a82 in NetworkModel::activeConnectionAdded
(this=0x7ffb0c011ff0, activeConnection=...) at
/usr/src/debug/plasma-nm-6.5.3/libs/models/networkmodel.cpp:693

So it's crashing here:

        m_updateQueue.enqueue(QPair<NetworkModel::ModelChangeType,
NetworkModelItem *>(NetworkModel::ItemPropertyChanged, item));

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to