View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004698ParaView(No Category)public2007-03-27 11:552011-01-13 17:00
ReporterDavid Karelitz 
Assigned ToKen Moreland 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004698: D3 crashes
DescriptionI tried to run D3 on a 16 file dataset using 20 processors. D3 promptly caused the server to crash
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0006960)
Berk Geveci (administrator)
2007-03-27 13:32

Dave will try this with paraview 2.6 to find out if this is a new bug.
(0007090)
Berk Geveci (administrator)
2007-04-03 09:47

Ken, can you track this down?
(0007259)
David Karelitz (reporter)
2007-04-12 13:16

After some debugging, this happens when the client is compiled with 32-bit ID's and the server is using 64-bit ID's
(0007366)
Ken Moreland (manager)
2007-04-18 10:58

The problem was that a struct with vtkIdType fields was being typecast to a similar struct with int fields. I changed the two variable instances to use the same declaration of the struct.

/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkDistributedDataFilter.cxx,v <-- vtkDistributedDataFilter.cxx
new revision: 1.43; previous revision: 1.42

 Issue History
Date Modified Username Field Change
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team