|
Notes |
|
|
(0021423)
|
|
Marcus D. Hanwell
|
|
2010-07-19 16:51
|
|
|
I am working on this - when saving out animations the representations of the chart are never updated. I am just digging through the animation framework to determine the correct place to ensure this happens for charts. |
|
|
|
(0021424)
|
|
Marcus D. Hanwell
|
|
2010-07-19 17:35
|
|
|
Commit 305cfd0 addresses this issue. Please update, rebuild and let me know if you have any further issues. |
|
|
|
(0021455)
|
|
Alan Scott
|
|
2010-07-21 21:38
|
|
Nope, not at all good. This now causes a crash that brings the X server down.
Mind you, the crash I have is with exodus.
Note: I tried it with a local windows build, and it didn't crash.
I replicate it as follows:
ParaView, trunk, local server, Linux.
ssh -X into a Linux box.
Open can.exo. All variables on. Apply.
Plot over line.
Save Animation. Save as .avi.
Crashes and brings the XServer down within a few frames. |
|
|
|
(0021463)
|
|
Marcus D. Hanwell
|
|
2010-07-22 14:42
|
|
|
I am not entirely clear - you are running an X server on a remote Windows system, or a remote Linux system? I will attempt to replicate, but I have not tried running in this configuration. Is this just when trying to save an animation, or a general problem with 2D charts bringing the X server down? |
|
|
|
(0021465)
|
|
Marcus D. Hanwell
|
|
2010-07-22 15:07
|
|
|
So, forwarding X from master Linux over to a Mac I am able to produce a hang. It is actually in vtkTextureObject.cxx (line 265), where a required OpenGL extension is not supported by the context. I suspect the crash you see if also something to do with OpenGL extensions, if you let me know the X server/OS I will try to reproduce and get a backtrace. |
|
|
|
(0021466)
|
|
Alan Scott
|
|
2010-07-22 18:38
|
|
The from machine is Cygwin, from Windows 7.
$ uname -a
CYGWIN_NT-6.1-WOW64 myDesktop 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin
The to machine is:
Linux MyLinuxWorkstation 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux |
|
|
|
(0021467)
|
|
Alan Scott
|
|
2010-07-22 18:40
|
|
Sorry, I didn't see the previous question.
Cygwin, on Windows 7.
> ssh -X linuxWorkstation
on linuxWorkstation:
>>paraview |
|
|
|
(0021468)
|
|
Marcus D. Hanwell
|
|
2010-07-22 20:27
|
|
|
Thanks, I am able to reproduce. It is an issue with OpenGL extensions on the X server being forwarded to as far as I can tell. When I disable text rendering I get an initial render, but still see a crash on the next render. This is a separate issue to the one reported in this bug as far as I can see - it is a general issue with the charts, and OpenGL extensions on forwarded X sessions. I will have to resume debugging this on Monday as I am not in the office Friday/over the weekend. |
|
|
|
(0021496)
|
|
Marcus D. Hanwell
|
|
2010-07-27 14:08
|
|
|
I have opened a separate bug report to track this issue, bug 11047. The histogram animation issue is resolved, but there is a general issue with the 2D charts causing a hang/crash when ParaView is forwarded over SSH to a remote X session. |
|
|
|
(0021652)
|
|
Alan Scott
|
|
2010-08-04 16:00
|
|
|
Fixed. Tested trunk, local server, Windows. |
|