https://bugs.kde.org/show_bug.cgi?id=463358
--- Comment #8 from Stefano Crocco <[email protected]> --- Both your crashes are caused by the same code. Looking again at it, I noticed that it didn't check for a situation which could lead to the crash. I added this check, but I can't be sure that it actually fix things. Unfortunately, I can't check it for myself as I can't reproduce the crash. Are you by any chance able to compile Konqueror, making changes to the source code? If so, could you please apply the attached patch or to replace line 3810 in src/konqmainwindow.cpp with the line below and see whether it solves your problem? Thanks return !isVisible() && m_mapViews.count() == 1 && m_currentView && KonqUrl::isKonqBlank(m_currentView->url().toString()); -- You are receiving this mail because: You are watching all bug changes.
