-
Notifications
You must be signed in to change notification settings - Fork 347
yet another backtrace — crash when I close the software #838
Comments
Are you able to reproduce this crash? What did you do before this happened? Did you visit a specific webpage?Would you post the entries of History-> Recently Visited? |
Looks like some particular issue with KDE's Oxygen theme. |
@JHooverman: the bug append even if I open and close the browser without doing anything else. I’m on KDE 4.10.1. KDE 4.10.2 will be available soon, so I’ll test it again. I use the default Oxygen colors. |
Will it be possible to switch to another theme like "Linux default" and see, if that crash still occurs? |
It crash with any theme. |
You might try to create a new fresh profile or a fresh .qupzilla directory to see, if your issue is related to QupZilla or to a broken settings file or profile. |
It’s the «tab on top» option that makes QupZilla crash. Oh, I've forgotten to tell you that when I close QupZilla, a systemd-core process spawn and eat all the memory (at least on my machine), so it freezes my computer and I need to reboot (and lost what I'm doing…) |
Yeah, but this is systemd's issue ...
Thanks for finding the reason, I'll take a look at it. |
Can you please try this? diff --git a/src/lib/webview/webtab.cpp b/src/lib/webview/webtab.cpp
index abbcbfc..05abfc1 100644
--- a/src/lib/webview/webtab.cpp
+++ b/src/lib/webview/webtab.cpp
@@ -365,7 +365,7 @@ void WebTab::disconnectObjects()
WebTab::~WebTab()
{
- if (m_navigationContainer && qzSettings->tabsOnTop) {
+ if (m_navigationContainer && qzSettings->tabsOnTop && !mApp->isClosing()) {
m_layout->removeWidget(m_navigationContainer);
// Needed to prevent flickering when closing tabs |
It works! |
When I close the browser, I have this message:
QupZilla: 0 extensions loaded
QupZilla: Crashed :( Saving backtrace in /home/seb/.config/qupzilla/crashlog ...
Backtrace successfuly saved in /home/seb/.config/qupzilla/crashlog/Crash-2013-04-04T19:23:00.txt
I’m on Arch Linux, with the latest version available now. Here the backtrace:
I think all the needed informations are on the backtrace.
The text was updated successfully, but these errors were encountered: