[prev in list] [next in list] [prev in thread] [next in thread] 

List:       paraview
Subject:    Re: [Paraview] PV3.14.1 Crash
From:       Utkarsh Ayachit <utkarsh.ayachit () kitware ! com>
Date:       2012-10-25 14:37:05
Message-ID: CADHSJjDmztDiNxM8i0c184YSieuoDE-bPqFbwKLazy=6vN0QKQ () mail ! gmail ! com
[Download RAW message or body]

> could you, please, say, where is it possible to get a patch, fixing this issue?
> I will try to prepare fix-upload for Ubuntu 12.04. Strange, but
> Paraview in Debian, built from the same source, has no such messages.

Attached is the patch.

Utkarsh

["disable.dbus.warnings.patch" (application/octet-stream)]

commit 803d85bea18f9469a88374e9e7d1b4a08160cbec
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date:   Fri May 25 23:31:20 2012 -0400

    Skipping warning messages seen in Ubuntu.
    
    We're getting warning message on Ubuntu. Skipping these.
    
    Change-Id: I70c474aa2d6490327f34eb1e4440dbf55db91007

diff --git a/Qt/Core/pqOutputWindow.cxx b/Qt/Core/pqOutputWindow.cxx
index 82376f5..c6f02d9 100644
--- a/Qt/Core/pqOutputWindow.cxx
+++ b/Qt/Core/pqOutputWindow.cxx
@@ -87,7 +87,7 @@ void pqOutputWindow::onDisplayWarningText(const QString& text)
 {
   if (
     text.contains("QEventDispatcherUNIX::unregisterTimer", Qt::CaseSensitive) ||
-    text.contains("looking for 'HistogramView") || 
+    text.contains("looking for 'HistogramView") ||
     text.contains("(looking for 'XYPlot") ||
     text.contains("Unrecognised OpenGL version")
     )
@@ -127,8 +127,11 @@ void pqOutputWindow::onDisplayGenericWarningText(const QString& text)
 void pqOutputWindow::onDisplayErrorText(const QString& text)
 {
   if (
-    text.contains("Unrecognised OpenGL version")
-  )
+    text.contains("Unrecognised OpenGL version") ||
+/* Skip DBusMenuExporterPrivate errors. These, I suspect, are due to
+     * repeated menu actions in the menus. */
+    text.contains("DBusMenuExporterPrivate") ||
+    text.contains("DBusMenuExporterDBus")  )
     {
     return;
     }


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic