Re: [Paraview] Paraview Crash

2017-06-11 Thread Daniel Oliveira
Hello my friends,

I need to use Paraview to view results in VTK generated by LIGGHTS®Public.
Can anyone send materials of what filters should I

I need Paraview to view some vtk files generated by the finite element solver 
LIGGGTHS.
I receive a problem when I try to execute the binary of 
ParaView-5.0.1-Qt4-OpenGL2-MPI-Linux-64bit.
This is my error:



[cid:inlineImage1]


I click "OK" and "RENDER VIEW". After this Paraview crash.
This is the error in console.


#--#
ERROR: In 
/home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/build/paraview/src/paraview/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx,
 line 587
vtkXOpenGLRenderWindow (0x20bac10): GL version 2.1 with the gpu_shader4 
extension is not supported by your graphics driver but is required for the new 
OpenGL rendering backend. Please update your OpenGL driver. If you are using 
Mesa please make sure you have version 10.6.5 or later and make sure your 
driver in Mesa supports OpenGL 3.2.


ERROR: In 
/home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/build/paraview/src/paraview/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx,
 line 587
vtkXOpenGLRenderWindow (0x20bac10): GL version 2.1 with the gpu_shader4 
extension is not supported by your graphics driver but is required for the new 
OpenGL rendering backend. Please update your OpenGL driver. If you are using 
Mesa please make sure you have version 10.6.5 or later and make sure your 
driver in Mesa supports OpenGL 3.2.
#--#


I thought that was mesa driver. I have compiled the newest mesa drivers and the 
problem persist.
Can anyone help with this problem?

My system is a Debian 8.4.0 amd64 in a HP g42-330BR notebook.
Please, tell what additional info I need to inform.
Thank you.

___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview Crash

2016-05-18 Thread Utkarsh Ayachit
Awesome! Glad it's working.

On Wed, May 18, 2016 at 11:48 AM, Daniel Oliveira 
wrote:

> I resolved part of my problem with the command
>
> > paraview --mesa-llvm
>
> Now I can open Paraview to see my vtk files.
> I will try to compile my drivers with support to OpenGL 3.2 in the future.
> For now, problem solved.
>
> Thank you very much my friend.
>
> --
> Date: Wed, 18 May 2016 10:26:42 -0400
> Subject: Re: [Paraview] Paraview Crash
> From: utkarsh.ayac...@kitware.com
> To: danielb...@hotmail.com
> CC: paraview@paraview.org
>
>
> You may need to rebuild mesa with drivers that support OpenGL 3.2 and
> newer.
>
> See this post:
> https://blog.kitware.com/messing-with-mesa-for-paraview-5-0vtk-7-0/
>
> Alternatively, as the post mentions, try running the binary are
> > paraview --mesa-llvm
>
> That will use the packaged mesa libGL and hopefully circumvent the issue.
>
> Utkarsh
>
> On Wed, May 18, 2016 at 10:16 AM, Daniel Oliveira 
> wrote:
>
> Hi all,
>
> I need Paraview to view some vtk files generated by the finite element
> solver LIGGGTHS.
> I receive a problem when I try to execute the binary of
> ParaView-5.0.1-Qt4-OpenGL2-MPI-Linux-64bit.
> This is my error:
>
>
>
>
>
> I click "OK" and "RENDER VIEW". After this Paraview crash.
> This is the error in console.
>
>
>
> #--#
> ERROR: In
> /home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/build/paraview/src/paraview/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx,
> line 587
> vtkXOpenGLRenderWindow (0x20bac10): GL version 2.1 with the gpu_shader4
> extension is not supported by your graphics driver but is required for the
> new OpenGL rendering backend. Please update your OpenGL driver. If you are
> using Mesa please make sure you have version 10.6.5 or later and make sure
> your driver in Mesa supports OpenGL 3.2.
>
>
> ERROR: In
> /home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/build/paraview/src/paraview/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx,
> line 587
> vtkXOpenGLRenderWindow (0x20bac10): GL version 2.1 with the gpu_shader4
> extension is not supported by your graphics driver but is required for the
> new OpenGL rendering backend. Please update your OpenGL driver. If you are
> using Mesa please make sure you have version 10.6.5 or later and make sure
> your driver in Mesa supports OpenGL 3.2.
>
> #--#
>
>
> I thought that was mesa driver. I have compiled the newest mesa drivers
> and the problem persist.
> Can anyone help with this problem?
>
> My system is a Debian 8.4.0 amd64 in a HP g42-330BR notebook.
> Please, tell what additional info I need to inform.
> Thank you.
>
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
>
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview Crash

2016-05-18 Thread Utkarsh Ayachit
You may need to rebuild mesa with drivers that support OpenGL 3.2 and newer.

See this post:
https://blog.kitware.com/messing-with-mesa-for-paraview-5-0vtk-7-0/

Alternatively, as the post mentions, try running the binary are
> paraview --mesa-llvm

That will use the packaged mesa libGL and hopefully circumvent the issue.

Utkarsh

On Wed, May 18, 2016 at 10:16 AM, Daniel Oliveira 
wrote:

> Hi all,
>
> I need Paraview to view some vtk files generated by the finite element
> solver LIGGGTHS.
> I receive a problem when I try to execute the binary of
> ParaView-5.0.1-Qt4-OpenGL2-MPI-Linux-64bit.
> This is my error:
>
>
>
>
>
> I click "OK" and "RENDER VIEW". After this Paraview crash.
> This is the error in console.
>
>
>
> #--#
> ERROR: In
> /home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/build/paraview/src/paraview/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx,
> line 587
> vtkXOpenGLRenderWindow (0x20bac10): GL version 2.1 with the gpu_shader4
> extension is not supported by your graphics driver but is required for the
> new OpenGL rendering backend. Please update your OpenGL driver. If you are
> using Mesa please make sure you have version 10.6.5 or later and make sure
> your driver in Mesa supports OpenGL 3.2.
>
>
> ERROR: In
> /home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/build/paraview/src/paraview/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx,
> line 587
> vtkXOpenGLRenderWindow (0x20bac10): GL version 2.1 with the gpu_shader4
> extension is not supported by your graphics driver but is required for the
> new OpenGL rendering backend. Please update your OpenGL driver. If you are
> using Mesa please make sure you have version 10.6.5 or later and make sure
> your driver in Mesa supports OpenGL 3.2.
>
> #--#
>
>
> I thought that was mesa driver. I have compiled the newest mesa drivers
> and the problem persist.
> Can anyone help with this problem?
>
> My system is a Debian 8.4.0 amd64 in a HP g42-330BR notebook.
> Please, tell what additional info I need to inform.
> Thank you.
>
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview crash when loading xdmf with HDF5 data

2015-12-22 Thread Cory Quammen
Hmm, I wonder how it is rendering anything at all without MESA...

Thanks for reporting what solved the problem. I've CC'ed the list in case
anyone else runs into a similar problem.

Cory

On Mon, Dec 21, 2015 at 1:37 PM, wide li  wrote:

> Hi Cory,
>
> You are right. I should have done that.
>
> I guess I found the problem cause the crash. I did not install the MESA
> library. The lack of MESA does not fail the compilation of Paraview nor
> loading the xdmf file with small HDF5 file, but simply results the crash
> the ParaView when loading big data.
>
> Thanks very much anyway.
>
> Li
>
>
>
> ------
> Date: Mon, 21 Dec 2015 08:55:56 -0500
> Subject: Re: [Paraview] Paraview crash when loading xdmf with HDF5 data
> From: cory.quam...@kitware.com
> To: wid...@hotmail.com
> CC: paraview@paraview.org
>
>
> Li,
>
> When ParaView crashes, could you share the error that is reported window
> that comes up? This will provide a stack trace that can help someone on the
> list debug the error.
>
> Thank you,
> Cory
>
> On Mon, Dec 21, 2015 at 6:49 AM, wide li  wrote:
>
> Hi there,
>
> I am new to paraview.
>
> At the moment, I am trying to utilize the xdmf and HDF5 data in paraview.
> What I have is very strange. When the HDF5 is small, say the number of
> sampling points in each direction is less that 100, paraview works
> perfectly. But when the resolution is above this value, the paraview
> crashes immediately. The same problem occurs when I use the binary
> executable for mac.
>
> So, could anyone give me some hint where to look at this problem?
>
> The paraview-5.00-RC1 is compiled and installed on my MAC (EI Capitan).
> The parameters setup is as follows.
> The qt4 is installed via macport. The HDF5 and MPICH are compiled and
> installed without problem.
>
>
> Thanks very much in advance
>
> Li
>
>
>
> BUILD_DOCUMENTATION
> OFF
> BUILD_EXAMPLES
> OFF
>  BUILD_SHARED_LIBS
> ON
>  BUILD_TESTING  ON
>  BUILD_USER_DEFINED_LIBSOFF
>  CMAKE_BUILD_TYPE  Debug
>  CTEST_TEST_TIMEOUT  3600
>  GMVReader_GMVREAD_LIB_DIR
> /Users/Li/Documents/Source/ParaView/ParaView-v5.0.0-RC1-source/Utilities/VisItBridg/databases/GMV
>  GMVReader_SKIP_DATARANGE_CALCU
> OFF
>  MACOSX_APP_INSTALL_PREFIX
> /Applications
>  MPI_C_INCLUDE_PATH
> /usr/local/include
>  MPI_C_LIBRARIES
> /usr/local/lib/libmpi.dylib;/usr/local/lib/lib/libpmpi.dylib
>  PARAVIEW_BUILD_QT_GUI
> ON
>  PARAVIEW_ENABLE_CATALYST
> ON
>  PARAVIEW_ENABLE_FFMPEG
> ON
>  PARAVIEW_ENABLE_PYTHON
> ON
>  PARAVIEW_ENABLE_XDMF3
> OFF
>  PARAVIEW_INSTALL_DEVELOPMENT_F
> OFF
>  PARAVIEW_PLUGIN_LOADER_PATHS
>
>  PARAVIEW_USE_DAX
> OFF
>  PARAVIEW_USE_MPI
> ON
>  PARAVIEW_USE_PISTON
> OFF
>  PARAVIEW_USE_UNIFIED_BINDINGSOFF
>  PARAVIEW_USE_VISITBRIDGE
> OFF
>  RMANTREE
> RMANTREE-NOTFOUND
>  SURFACELIC_PLUGIN_TESTING
> ON
>  VTK_ANDROID_BUILD
> OFF
>  VTK_EGL_DEVICE_INDEX
> 0
>  VTK_IOS_BUILD
> OFF
>  VTK_PYTHON_VERSION
> 2
>  VTK_QT_VERSION
> 4
>  VTK_RENDERING_BACKEND
> OpenGL
>  VTK_SMP_IMPLEMENTATION_TYPE
> Sequential
>  VTK_USE_LARGE_DATA
> ON
>  VTK_USE_SYSTEM_GLEW
> OFF
>  XDMF_USE_BZIP2
> OFF
>  XDMF_USE_GZIP OFF
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
>
>
> --
> Cory Quammen
> R&D Engineer
> Kitware, Inc.
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview crash when loading xdmf with HDF5 data

2015-12-21 Thread Cory Quammen
Li,

When ParaView crashes, could you share the error that is reported window
that comes up? This will provide a stack trace that can help someone on the
list debug the error.

Thank you,
Cory

On Mon, Dec 21, 2015 at 6:49 AM, wide li  wrote:

> Hi there,
>
> I am new to paraview.
>
> At the moment, I am trying to utilize the xdmf and HDF5 data in paraview.
> What I have is very strange. When the HDF5 is small, say the number of
> sampling points in each direction is less that 100, paraview works
> perfectly. But when the resolution is above this value, the paraview
> crashes immediately. The same problem occurs when I use the binary
> executable for mac.
>
> So, could anyone give me some hint where to look at this problem?
>
> The paraview-5.00-RC1 is compiled and installed on my MAC (EI Capitan).
> The parameters setup is as follows.
> The qt4 is installed via macport. The HDF5 and MPICH are compiled and
> installed without problem.
>
>
> Thanks very much in advance
>
> Li
>
>
>
> BUILD_DOCUMENTATION
> OFF
> BUILD_EXAMPLES
> OFF
>  BUILD_SHARED_LIBS
> ON
>  BUILD_TESTING  ON
>  BUILD_USER_DEFINED_LIBSOFF
>  CMAKE_BUILD_TYPE  Debug
>  CTEST_TEST_TIMEOUT  3600
>  GMVReader_GMVREAD_LIB_DIR
> /Users/Li/Documents/Source/ParaView/ParaView-v5.0.0-RC1-source/Utilities/VisItBridg/databases/GMV
>  GMVReader_SKIP_DATARANGE_CALCU
> OFF
>  MACOSX_APP_INSTALL_PREFIX
> /Applications
>  MPI_C_INCLUDE_PATH
> /usr/local/include
>  MPI_C_LIBRARIES
> /usr/local/lib/libmpi.dylib;/usr/local/lib/lib/libpmpi.dylib
>  PARAVIEW_BUILD_QT_GUI
> ON
>  PARAVIEW_ENABLE_CATALYST
> ON
>  PARAVIEW_ENABLE_FFMPEG
> ON
>  PARAVIEW_ENABLE_PYTHON
> ON
>  PARAVIEW_ENABLE_XDMF3
> OFF
>  PARAVIEW_INSTALL_DEVELOPMENT_F
> OFF
>  PARAVIEW_PLUGIN_LOADER_PATHS
>
>  PARAVIEW_USE_DAX
> OFF
>  PARAVIEW_USE_MPI
> ON
>  PARAVIEW_USE_PISTON
> OFF
>  PARAVIEW_USE_UNIFIED_BINDINGSOFF
>  PARAVIEW_USE_VISITBRIDGE
> OFF
>  RMANTREE
> RMANTREE-NOTFOUND
>  SURFACELIC_PLUGIN_TESTING
> ON
>  VTK_ANDROID_BUILD
> OFF
>  VTK_EGL_DEVICE_INDEX
> 0
>  VTK_IOS_BUILD
> OFF
>  VTK_PYTHON_VERSION
> 2
>  VTK_QT_VERSION
> 4
>  VTK_RENDERING_BACKEND
> OpenGL
>  VTK_SMP_IMPLEMENTATION_TYPE
> Sequential
>  VTK_USE_LARGE_DATA
> ON
>  VTK_USE_SYSTEM_GLEW
> OFF
>  XDMF_USE_BZIP2
> OFF
>  XDMF_USE_GZIP OFF
>
> ___
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>


-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview Crash

2012-07-23 Thread Utkarsh Ayachit
Brian,

Looks like your dataset has no cells defined. A valid dataset should
have atleast 1 cell.  Refer to
http://www.vtk.org/VTK/img/file-formats.pdf to see how to specify
cells.

Utkarsh

On Tue, Jul 10, 2012 at 4:02 PM, Brian Curtis
 wrote:
> Hi Utkarsh,
>
> I have the file named Grid.vtk stored at
> http://aurora.gmu.edu/~bcurtis/files/Grid.vtk I hope this helps
>
> ~Brian
>
> On Tue, Jul 10, 2012 at 3:52 PM, Utkarsh Ayachit
>  wrote:
>> Can you post the dataset? It would help identify if the issue is with
>> the cutter or with the dataset.
>>
>> Utkarsh
>>
>> On Tue, Jul 10, 2012 at 11:13 AM, Brian Curtis
>>  wrote:
>>> I have an unstructured grid that I used a vtkUnstructuredGridWiter to
>>> create a .vtk file to be read into paraview, this includes a scalar
>>> field. When trying to create a slice of the x-z plane it crashes.
>>>
>>> bcurtis@sunspot:~/Desktop/Dissertation/Differences$ gdb paraview
>>> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
>>> Copyright (C) 2012 Free Software Foundation, Inc.
>>> License GPLv3+: GNU GPL version 3 or later 
>>> 
>>> This is free software: you are free to change and redistribute it.
>>> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
>>> and "show warranty" for details.
>>> This GDB was configured as "x86_64-linux-gnu".
>>> For bug reporting instructions, please see:
>>> ...
>>> Reading symbols from /usr/bin/paraview...(no debugging symbols 
>>> found)...done.
>>> (gdb) run UnstrucGrid.vtk
>>> Starting program: /usr/bin/paraview UnstrucGrid.vtk
>>> process 3697 is executing new program: /usr/lib/paraview/paraview
>>> [Thread debugging using libthread_db enabled]
>>> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Contour" under id 125
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Clip" under id 124
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Slice" under id 123
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Calculator" under id 127
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Annotate Time Filter" under id 159
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Calculator" under id 127
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Clip" under id 124
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Contingency Statistics" under id 153
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Contour" under id 125
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Descriptive Statistics" under id 154
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Extract Level" under id 134
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Extract Selection" under id 138
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Extract Subset" under id 129
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "FOF/SOD Halo Finder" under id 136
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Glyph" under id 130
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Group Datasets" under id 133
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Histogram" under id 139
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Integrate Variables" under id 140
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Intersect Fragments" under id 150
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "K Means" under id 155
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Material Interface Filter" under id 151
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Multicorrelative Statistics" under id 156
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Particle Pathlines" under id 160
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "ParticleTracer" under id 161
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Plot Data" under id 141
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Plot Global Variables Over Time" under id 142
>>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>>> tracking action "Plot On I

Re: [Paraview] Paraview Crash

2012-07-10 Thread Brian Curtis
Hi Utkarsh,

I have the file named Grid.vtk stored at
http://aurora.gmu.edu/~bcurtis/files/Grid.vtk I hope this helps

~Brian

On Tue, Jul 10, 2012 at 3:52 PM, Utkarsh Ayachit
 wrote:
> Can you post the dataset? It would help identify if the issue is with
> the cutter or with the dataset.
>
> Utkarsh
>
> On Tue, Jul 10, 2012 at 11:13 AM, Brian Curtis
>  wrote:
>> I have an unstructured grid that I used a vtkUnstructuredGridWiter to
>> create a .vtk file to be read into paraview, this includes a scalar
>> field. When trying to create a slice of the x-z plane it crashes.
>>
>> bcurtis@sunspot:~/Desktop/Dissertation/Differences$ gdb paraview
>> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
>> Copyright (C) 2012 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later 
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
>> and "show warranty" for details.
>> This GDB was configured as "x86_64-linux-gnu".
>> For bug reporting instructions, please see:
>> ...
>> Reading symbols from /usr/bin/paraview...(no debugging symbols found)...done.
>> (gdb) run UnstrucGrid.vtk
>> Starting program: /usr/bin/paraview UnstrucGrid.vtk
>> process 3697 is executing new program: /usr/lib/paraview/paraview
>> [Thread debugging using libthread_db enabled]
>> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Contour" under id 125
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Clip" under id 124
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Slice" under id 123
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Calculator" under id 127
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Annotate Time Filter" under id 159
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Calculator" under id 127
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Clip" under id 124
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Contingency Statistics" under id 153
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Contour" under id 125
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Descriptive Statistics" under id 154
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Extract Level" under id 134
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Extract Selection" under id 138
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Extract Subset" under id 129
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "FOF/SOD Halo Finder" under id 136
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Glyph" under id 130
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Group Datasets" under id 133
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Histogram" under id 139
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Integrate Variables" under id 140
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Intersect Fragments" under id 150
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "K Means" under id 155
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Material Interface Filter" under id 151
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Multicorrelative Statistics" under id 156
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Particle Pathlines" under id 160
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "ParticleTracer" under id 161
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Plot Data" under id 141
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Plot Global Variables Over Time" under id 142
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Plot On Intersection Curves" under id 143
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Plot On Sorted Lines" under id 144
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking action "Plot Over Line" under id 145
>> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
>> tracking a

Re: [Paraview] Paraview Crash

2012-07-10 Thread Utkarsh Ayachit
Can you post the dataset? It would help identify if the issue is with
the cutter or with the dataset.

Utkarsh

On Tue, Jul 10, 2012 at 11:13 AM, Brian Curtis
 wrote:
> I have an unstructured grid that I used a vtkUnstructuredGridWiter to
> create a .vtk file to be read into paraview, this includes a scalar
> field. When trying to create a slice of the x-z plane it crashes.
>
> bcurtis@sunspot:~/Desktop/Dissertation/Differences$ gdb paraview
> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later 
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-linux-gnu".
> For bug reporting instructions, please see:
> ...
> Reading symbols from /usr/bin/paraview...(no debugging symbols found)...done.
> (gdb) run UnstrucGrid.vtk
> Starting program: /usr/bin/paraview UnstrucGrid.vtk
> process 3697 is executing new program: /usr/lib/paraview/paraview
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Contour" under id 125
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Clip" under id 124
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Slice" under id 123
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Calculator" under id 127
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Annotate Time Filter" under id 159
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Calculator" under id 127
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Clip" under id 124
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Contingency Statistics" under id 153
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Contour" under id 125
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Descriptive Statistics" under id 154
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Extract Level" under id 134
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Extract Selection" under id 138
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Extract Subset" under id 129
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "FOF/SOD Halo Finder" under id 136
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Glyph" under id 130
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Group Datasets" under id 133
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Histogram" under id 139
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Integrate Variables" under id 140
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Intersect Fragments" under id 150
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "K Means" under id 155
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Material Interface Filter" under id 151
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Multicorrelative Statistics" under id 156
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Particle Pathlines" under id 160
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "ParticleTracer" under id 161
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Plot Data" under id 141
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Plot Global Variables Over Time" under id 142
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Plot On Intersection Curves" under id 143
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Plot On Sorted Lines" under id 144
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Plot Over Line" under id 145
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Plot Selection Over Time" under id 146
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Principal Component Analysis" under id 157
> void DBusMenuExporterPrivate::addAction(QAction*, int): Already
> tracking action "Probe Location" u

Re: [Paraview] Paraview crash

2011-08-14 Thread Michael Jackson
Is this a 64 bit version of paraview? Is there another process taking up all
the ram on the machine?  The error clearly states that paraview can not
allocate the required amount of memory.

-
Mike Jackson www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net
BlueQuartz Software   Dayton, Ohio
Sent from my mobile device.

On Aug 14, 2011, at 8:52, Phsieh2005  wrote:

Hi, Mike,

Thanks a lot for the fast response!

My computer has 8 gb of ram and I am using Opensuse 11.4 64 bit OS.  I
suspect that ram is not the issue.  Actually, on the same computer, when I
dual-boot to MS Windows, and used the paraview-3.10, there was no problem.

Is it possible that I am not using the correct qt version?  Which qt version
should I use?

Best regards,

pei

On Aug 14, 2011, at 7:52 AM, Michael Jackson 
wrote:

You are trying to allocate 2gb of memory and your machine does not have that
ram available.

Mike Jackson.

On Sunday, August 14, 2011, Phsieh2005 < 
phsieh2...@yahoo.com> wrote:
> Dear Paraview developers,
>
> Paraview crashed and I got the following messages:
> --
> phsieh@hu-wei:~/OpenFOAM/phsieh-2.0.x/run/XPCardCageCFD> paraview
> ERROR: In
/home/phsieh/OpenFOAM/ThirdParty-2.0.x/ParaView-3.10.1/VTK/Common/vtkDataArrayTemplate.txx,
line 144
> vtkFloatArray (0xba3c580): Unable to
allocate 501889473  elements of size 4 bytes.
>
>
> Qt has caught an exception thrown from an event handler. Throwing
> exceptions from an event handler is not supported in Qt. You must
> reimplement QApplication::notify() and catch all exceptions there.
>
> terminate called after throwing an instance of 'std::bad_alloc'
>   what():  std::bad_alloc
> Aborted
> phsieh@hu-wei:~/OpenFOAM/phsieh-2.0.x/run/XPCardCageCFD>
>
--
> I am wondering if you can suggestion a solution.  Thanks!
> Pei

-- 
_
Mike Jackson  
mike.jack...@bluequartz.net
BlueQuartz Software
www.bluequartz.net
Principal Software Engineer  Dayton, Ohio
___
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


Re: [Paraview] Paraview crash

2011-08-14 Thread Michael Jackson
You are trying to allocate 2gb of memory and your machine does not have that
ram available.

Mike Jackson.

On Sunday, August 14, 2011, Phsieh2005  wrote:
> Dear Paraview developers,
>
> Paraview crashed and I got the following messages:
> --
> phsieh@hu-wei:~/OpenFOAM/phsieh-2.0.x/run/XPCardCageCFD> paraview
> ERROR: In
/home/phsieh/OpenFOAM/ThirdParty-2.0.x/ParaView-3.10.1/VTK/Common/vtkDataArrayTemplate.txx,
line 144
> vtkFloatArray (0xba3c580): Unable to
allocate 501889473  elements of size 4 bytes.
>
>
> Qt has caught an exception thrown from an event handler. Throwing
> exceptions from an event handler is not supported in Qt. You must
> reimplement QApplication::notify() and catch all exceptions there.
>
> terminate called after throwing an instance of 'std::bad_alloc'
>   what():  std::bad_alloc
> Aborted
> phsieh@hu-wei:~/OpenFOAM/phsieh-2.0.x/run/XPCardCageCFD>
>
--
> I am wondering if you can suggestion a solution.  Thanks!
> Pei

-- 
_
Mike Jackson  mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principal Software Engineer  Dayton, Ohio
___
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


Re: [Paraview] Paraview crash

2009-06-16 Thread Berk Geveci
Can you send me one of these datasets?

On Thu, Jun 11, 2009 at 9:38 AM, Fred Fred wrote:
> Hello,
> I suppose this bug is well known but who knows?
> I have an Ensight dataset, which I slice and then I want to save the
> resulting subdataset in VTK file format.
> I get 2 error messages like this:
> ERROR: In /usr/local/ParaView-3.4.0/Servers/Filters/vtkCompleteArrays.cxx,
> line 138
> vtkCompleteArrays (0x20c0f650): Could not create point array. The output
> will not contain points
> Now if try to read the new dataset, paraview runs a log time,
> actually till I have to kill it myself.
> Since I suspected that both point free files may be the source of my
> problems, I deleted the 2 lines in the VTL master file and... everything
> goes right!
> Anyway, it would be better if this problem could be fixed, isn't it?
> Regards
>
>
>
> 
> Discutez sur Messenger où que vous soyez ! Mettez Messenger sur votre mobile
> !
> ___
> 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
>
>
___
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


Re: [Paraview] Paraview crash

2009-06-11 Thread Zhanping Liu
Thanks.
-Zhanping

On Thu, Jun 11, 2009 at 10:57 AM, Fred Fred  wrote:

> Hello,
> no the problem is not related to Ensight reader because I save the data in
> VTK format and the problem occurs as I try to reread it in a new paraview
> session, so it should use the VTK reader.
> Regards
>
> --
> Date: Thu, 11 Jun 2009 09:53:49 -0400
> Subject: Re: [Paraview] Paraview crash
> From: zhanping@kitware.com
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
>
> Hi Fred:
>
>Is it due to EnSight reader or other paraview issues (after the dataset
> is properly loaded)? If it is the former, would you please provide the
> EnSight dataset and detailed procedure to re-produce the bug?
>
>Thanks.
>
>-Zhanping
>
> --
> Zhanping Liu, PhD
> Kitware, Inc.
> 28 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-371-3971 x 138
> http://www.zhanpingliu.org
>
> On Thu, Jun 11, 2009 at 9:38 AM, Fred Fred  wrote:
>
> Hello,
> I suppose this bug is well known but who knows?
> I have an Ensight dataset, which I slice and then I want to save the
> resulting subdataset in VTK file format.
> I get 2 error messages like this:
> ERROR: In /usr/local/ParaView-3.4.0/Servers/Filters/vtkCompleteArrays.cxx,
> line 138
> vtkCompleteArrays (0x20c0f650): Could not create point array. The output
> will not contain points
> Now if try to read the new dataset, paraview runs a log time,
> actually till I have to kill it myself.
> Since I suspected that both point free files may be the source of my
> problems, I deleted the 2 lines in the VTL master file and... everything
> goes right!
> Anyway, it would be better if this problem could be fixed, isn't it?
> Regards
>
>
>
> --
> Discutez sur Messenger où que vous soyez ! Mettez Messenger sur votre
> mobile ! <http://www.messengersurvotremobile.com/>
>
> ___
> 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
>
>
>
>
>
>
> --
> Découvrez toutes les possibilités de communication avec vos 
> proches<http://www.microsoft.com/windows/windowslive/default.aspx>
>



-- 
Zhanping Liu, PhD
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x 138
http://www.zhanpingliu.org
___
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


Re: [Paraview] Paraview crash

2009-06-11 Thread Zhanping Liu
Hi Fred:

   Is it due to EnSight reader or other paraview issues (after the dataset
is properly loaded)? If it is the former, would you please provide the
EnSight dataset and detailed procedure to re-produce the bug?

   Thanks.

   -Zhanping

-- 
Zhanping Liu, PhD
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x 138
http://www.zhanpingliu.org

On Thu, Jun 11, 2009 at 9:38 AM, Fred Fred  wrote:

> Hello,
> I suppose this bug is well known but who knows?
> I have an Ensight dataset, which I slice and then I want to save the
> resulting subdataset in VTK file format.
> I get 2 error messages like this:
> ERROR: In /usr/local/ParaView-3.4.0/Servers/Filters/vtkCompleteArrays.cxx,
> line 138
> vtkCompleteArrays (0x20c0f650): Could not create point array. The output
> will not contain points
> Now if try to read the new dataset, paraview runs a log time,
> actually till I have to kill it myself.
> Since I suspected that both point free files may be the source of my
> problems, I deleted the 2 lines in the VTL master file and... everything
> goes right!
> Anyway, it would be better if this problem could be fixed, isn't it?
> Regards
>
>
>
> --
> Discutez sur Messenger où que vous soyez ! Mettez Messenger sur votre
> mobile ! 
>
> ___
> 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
>
>
___
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