Re: [Paraview] 3.10 Segfault XDMF

2011-03-11 Thread Jens Kleimann
Dear Tim and Utkarsh,

On 11.03.2011 01:30, Utkarsh Ayachit wrote:
 That'd be great. You can send it directly to me too if you dont want
 to post it to the mailing list or it's too big for it.
 
 On Thu, Mar 10, 2011 at 2:39 PM, Tim Gallagher tim.gallag...@gatech.edu 
 wrote:
 Bummer about XDMF_WRAP_PYTHON, but not a huge deal.

 The bigger problem is the seg fault when loading XDMF datasets. I'd be happy 
 to give data to replicate the problem if nobody else is seeing the issue.

 Tim

I can confirm that PV 10.0 (Linux 64bit binaries) crashes upon opening XDMF 
files. The sample file quoted below suffices to reproduce the problem. I also 
note that the very same file was loaded correctly and without complaints by PV 
3.10.0-RC1, so continuing to use the RC version is an obvious work-around 
(albeit an unsatisfactory one).
The ability to load and process XDMF files is absolutely essential to my 
application; without it, PV is useless to me. It would thus be great to see 
this vital issue resolved in the near future.
I'll gladly submit a formal bug report if that should be of any help.

Jens.

!-- BEGIN xdmf_crashtest.xmf --
?xml version=1.0 ?
!DOCTYPE Xdmf SYSTEM Xdmf.dtd []
Xdmf Version=2.0
  Domain
Grid
  Topology TopologyType=2dCorectMesh Dimensions=4 3 /
  Geometry GeometryType=Origin_DxDy
DataItem  Format=XML NumberType=Float Dimensions=2
  0.0 0.0
/DataItem
DataItem  Format=XML NumberType=Float Dimensions=2
  10.0 10.0
/DataItem
  /Geometry
  Attribute Name=data Center=Node  AttributeType=Scalar 
DataItem  Format=XML NumberType=Float Dimensions=4 3
  1 2 3   4 5 6   7 8 9   10 11 12
/DataItem
  /Attribute
/Grid
  /Domain
/Xdmf
!-- END xdmf_crashtest.xmf --
___
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] 3.10 Segfault XDMF

2011-03-11 Thread David Partyka
Hi All, we are looking very close into what changed to cause this. Thank you
all for your reports.

On Fri, Mar 11, 2011 at 3:09 AM, Jens Kleimann j...@tp4.rub.de wrote:

 Dear Tim and Utkarsh,

 On 11.03.2011 01:30, Utkarsh Ayachit wrote:
  That'd be great. You can send it directly to me too if you dont want
  to post it to the mailing list or it's too big for it.
 
  On Thu, Mar 10, 2011 at 2:39 PM, Tim Gallagher tim.gallag...@gatech.edu
 wrote:
  Bummer about XDMF_WRAP_PYTHON, but not a huge deal.
 
  The bigger problem is the seg fault when loading XDMF datasets. I'd be
 happy to give data to replicate the problem if nobody else is seeing the
 issue.
 
  Tim

 I can confirm that PV 10.0 (Linux 64bit binaries) crashes upon opening XDMF
 files. The sample file quoted below suffices to reproduce the problem. I
 also note that the very same file was loaded correctly and without
 complaints by PV 3.10.0-RC1, so continuing to use the RC version is an
 obvious work-around (albeit an unsatisfactory one).
 The ability to load and process XDMF files is absolutely essential to my
 application; without it, PV is useless to me. It would thus be great to see
 this vital issue resolved in the near future.
 I'll gladly submit a formal bug report if that should be of any help.

 Jens.

 !-- BEGIN xdmf_crashtest.xmf --
 ?xml version=1.0 ?
 !DOCTYPE Xdmf SYSTEM Xdmf.dtd []
 Xdmf Version=2.0
  Domain
Grid
  Topology TopologyType=2dCorectMesh Dimensions=4 3 /
  Geometry GeometryType=Origin_DxDy
DataItem  Format=XML NumberType=Float Dimensions=2
  0.0 0.0
/DataItem
DataItem  Format=XML NumberType=Float Dimensions=2
  10.0 10.0
/DataItem
  /Geometry
  Attribute Name=data Center=Node  AttributeType=Scalar 
DataItem  Format=XML NumberType=Float Dimensions=4 3
  1 2 3   4 5 6   7 8 9   10 11 12
/DataItem
  /Attribute
/Grid
  /Domain
 /Xdmf
 !-- END xdmf_crashtest.xmf --
 ___
 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


[Paraview] 3.10 Segfault XDMF

2011-03-10 Thread Tim Gallagher
Hi,

We're trying to use the 64bit binary of 3.10 to load an XDMF file, but it 
segfaults as soon as we click on open.

Also, I requested this before and somebody replied and said it was done, but 
the 3.10 release doesn't have it -- Can it be built with XDMF_WRAP_PYTHON 
turned on? That's the only thing that makes us have to build from source rather 
than use the binaries.

Thanks,

Tim
___
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] 3.10 Segfault XDMF

2011-03-10 Thread Tim Gallagher
Bummer about XDMF_WRAP_PYTHON, but not a huge deal.

The bigger problem is the seg fault when loading XDMF datasets. I'd be happy to 
give data to replicate the problem if nobody else is seeing the issue.

Tim

- Original Message -
From: Sven Buijssen sven.buijs...@tu-dortmund.de
To: Tim Gallagher tim.gallag...@gatech.edu
Cc: paraview@paraview.org
Sent: Thursday, March 10, 2011 3:24:20 PM
Subject: Re: [Paraview] 3.10 Segfault XDMF

Hi Tim,

Unfortunately, XDMF_WRAP_PYTHON got disabled last minute because it currently
prevents being able to run things like
   cpack -G TGZ --config Applications/ParaView/CPackParaViewConfig.cmake

See
http://paraview.org/gitweb?p=ParaView.git;a=commit;h=7ac1f7511e3fd1836b0c918812a29222c0ceeedf

Sven


 Also, I requested this before and somebody replied and said it was done, but 
 the 3.10 release doesn't have it -- Can it be built with XDMF_WRAP_PYTHON 
 turned on? That's the only thing that makes us have to build from source 
 rather than use the binaries.
 
 Thanks,
 
 Tim
 ___
 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] 3.10 Segfault XDMF

2011-03-10 Thread Utkarsh Ayachit
Tim,

That'd be great. You can send it directly to me too if you dont want
to post it to the mailing list or it's too big for it.

Thanks
Utkarsh


On Thu, Mar 10, 2011 at 2:39 PM, Tim Gallagher tim.gallag...@gatech.edu wrote:
 Bummer about XDMF_WRAP_PYTHON, but not a huge deal.

 The bigger problem is the seg fault when loading XDMF datasets. I'd be happy 
 to give data to replicate the problem if nobody else is seeing the issue.

 Tim

 - Original Message -
 From: Sven Buijssen sven.buijs...@tu-dortmund.de
 To: Tim Gallagher tim.gallag...@gatech.edu
 Cc: paraview@paraview.org
 Sent: Thursday, March 10, 2011 3:24:20 PM
 Subject: Re: [Paraview] 3.10 Segfault XDMF

 Hi Tim,

 Unfortunately, XDMF_WRAP_PYTHON got disabled last minute because it currently
 prevents being able to run things like
   cpack -G TGZ --config Applications/ParaView/CPackParaViewConfig.cmake

 See
 http://paraview.org/gitweb?p=ParaView.git;a=commit;h=7ac1f7511e3fd1836b0c918812a29222c0ceeedf

 Sven


 Also, I requested this before and somebody replied and said it was done, but 
 the 3.10 release doesn't have it -- Can it be built with XDMF_WRAP_PYTHON 
 turned on? That's the only thing that makes us have to build from source 
 rather than use the binaries.

 Thanks,

 Tim
 ___
 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

___
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