https://bugs.kde.org/show_bug.cgi?id=346118
--- Comment #145 from Lamarque V. Souza <lamar...@kde.org> --- (In reply to whites11 from comment #144) > I recompiled plasma-desktop and plasma-nm with debug enabled but I must have > done something wrong because I cannot produce a significative backtrace. > If you guide me I can reproduce the problem very precisely to get the > backtrace. The assert triggered here is in QtDeclarative, so you must load Qt's symbols to get a good backtrace. Have you tried this? https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces > Stack trace of thread 19230: > #0 0x00007fe55ce10179 operator() > (/usr/lib/qt/qml/org/kde/plasma/networkmanagement/libplasmanm_qmlplugins.so) This indicates a problem in an operator() function. I do not recall any operator() in the backtraces about this bug. -- You are receiving this mail because: You are watching all bug changes.