MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008941 | ParaView | (No Category) | public | 2009-04-28 21:10 | 2011-01-13 17:00 |
|
| Reporter | Alan Scott | |
| Assigned To | Utkarsh Ayachit | |
| Priority | high | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | 3.6 | Fixed in Version | 3.6 | |
| Project | |
| Topic Name | |
| Type | |
|
| Summary | 0008941: (Venus) Plots with two datasets hangs |
| Description | ParaView trunk, XP, local server.
* Open disk_out_ref.exo. All vars on, apply.
* Filters/ Data Analysis/ Plot over line. Apply.
* Open can.exo. All variables on. Apply.
ParaView becomes unresponsive and hangs, but does not crash. It finally came back with junk in the plot window, then went back to being unresponsive.
This must be fixed for PV 3.6. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | has duplicate | 0009038 | closed | Utkarsh Ayachit | Plotting of datasets directly, then toggling visibility, crashes. |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2009-04-28 21:10 | Alan Scott | New Issue | |
| 2009-04-29 15:50 | Ken Moreland | Status | backlog => tabled |
| 2009-04-29 15:50 | Ken Moreland | Assigned To | => Utkarsh Ayachit |
| 2009-05-07 18:40 | Ken Moreland | Note Added: 0016341 | |
| 2009-05-08 10:44 | Utkarsh Ayachit | Note Added: 0016355 | |
| 2009-05-13 13:44 | Utkarsh Ayachit | Target Version | => 3.6 |
| 2009-05-15 10:47 | Utkarsh Ayachit | Note Added: 0016479 | |
| 2009-05-15 10:47 | Utkarsh Ayachit | Status | tabled => @80@ |
| 2009-05-15 10:47 | Utkarsh Ayachit | Fixed in Version | => 3.6 |
| 2009-05-15 10:47 | Utkarsh Ayachit | Resolution | open => fixed |
| 2009-05-15 16:07 | Alan Scott | Note Added: 0016484 | |
| 2009-05-15 16:07 | Alan Scott | Status | @80@ => closed |
| 2009-05-22 14:34 | Utkarsh Ayachit | Relationship added | has duplicate 0009038 |
| 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) |
|
Notes |
|
|
(0016341)
|
|
Ken Moreland
|
|
2009-05-07 18:40
|
|
At first I thought this was an issue with the plot being slow rendering all the data in can, but that is not the case. I recommend replicating with the following to also see the hang without overloading the plot with lots of data:
1. Open disk_out_ref.exo. All vars on, Apply.
2. Open can.ex2. All vars on, Apply. (Both will be in 3D view.)
3. Select disk_out_ref in pipeline browser. Add Plot Over Line. Apply.
4. (With the plot view still active) Select can in pipeline browser. Add Plot Over Line. Apply.
At this point, series from both data sets should be in the same plot view and everything will be working at this point. Continue.
5. Turn the visibility of the can plot off and then back on.
6. Turn the visibility of the disk_out_ref plot off and then back on.
At the point where I turn the visibility of the disk_out_ref plot back on ParaView hangs. |
|
|
|
(0016355)
|
|
Utkarsh Ayachit
|
|
2009-05-08 10:44
|
|
Fixed segfault reported in BUG 0008941 when toggling series visibilities. A minor typo resulted in invalid memory access and segfaults.
/cvsroot/ParaView3/ParaView3/VTK/GUISupport/Qt/Chart/vtkQtLineChart.cxx,v <-- VTK/GUISupport/Qt/Chart/vtkQtLineChart.cxx
new revision: 1.17; previous revision: 1.16 |
|
|
|
(0016479)
|
|
Utkarsh Ayachit
|
|
2009-05-15 10:47
|
|
It was decided that plots directly plotting
input datasets can be misleading. So now when a dataset is loaded with the plot
active, unless its a csv file, it will indeed create the standard 3D view. Added
a new filter "Plot Data" that be added to plot any arbitrary dataset.
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/XML/ParaViewFilters.xml,v <-- Qt/Components/Resources/XML/ParaViewFilters.xml
new revision: 1.62; previous revision: 1.61
/cvsroot/ParaView3/ParaView3/Qt/Core/pqChartView.cxx,v <-- Qt/Core/pqChartView.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.345; previous revision: 1.344 |
|
|
|
(0016484)
|
|
Alan Scott
|
|
2009-05-15 16:07
|
|
Excellent fix.
Tested local server, as per bug description and Ken's recommendations above. |
|