MantisBT - ParaView
View Issue Details
0009452ParaViewBugpublic2009-08-26 05:412010-12-07 18:01
Sven Buijssen 
Utkarsh Ayachit 
normalminoralways
closedfixed 
3.6 
3.10 
0009452: Directories with trailing numbers not listed in file dialogs on Unix platforms
Create a couple of directories with trailing numbers:
mkdir temp.1 temp.2
mkdir temp.01 temp.02
mkdir temp.001 temp.002
mkdir temp.0001 temp.0002

Start ParaView (either one of official release 3.6.1, official release 3.4.0, top of cvs build) and open any file dialog (open file, load state, save state, save animation ...)

On openSuSE 11.1 32 + 64bit, Ubuntu 9.04 64bit, SLES 10 SP2 64bit, Solaris Sparc 10 64bit only two of the named directories are listed, one ending with 1 and another with 2. Which two of the 8 directories is listed differs per operating system (using the same home directory shared via NFS in all cases) and seems rather random to me.

It does not happen under XP using the official release 3.6.1.
No tags attached.
Issue History
2009-08-26 05:41Sven BuijssenNew Issue
2009-09-10 10:28Sven BuijssenNote Added: 0017370
2010-04-20 17:20Sven BuijssenNote Added: 0020304
2010-04-27 15:57Utkarsh AyachitStatusbacklog => tabled
2010-04-27 15:57Utkarsh AyachitAssigned To => Zhanping Liu
2010-05-05 12:03Zhanping LiuNote Added: 0020587
2010-05-05 12:03Zhanping LiuStatustabled => @80@
2010-05-21 15:03Alan ScottNote Added: 0020814
2010-05-21 15:03Alan ScottStatus@80@ => @20@
2010-05-21 15:03Alan ScottResolutionopen => reopened
2010-05-21 15:11Utkarsh AyachitStatus@20@ => tabled
2010-05-21 15:11Utkarsh AyachitAssigned ToZhanping Liu => Utkarsh Ayachit
2010-12-06 06:38Sven BuijssenNote Added: 0023730
2010-12-06 08:48Utkarsh AyachitNote Added: 0023731
2010-12-06 08:48Utkarsh AyachitStatustabled => @80@
2010-12-06 08:48Utkarsh AyachitFixed in Version => 3.10
2010-12-06 08:48Utkarsh AyachitResolutionreopened => fixed
2010-12-07 18:01Alan ScottNote Added: 0023781
2010-12-07 18:01Alan ScottStatus@80@ => closed

Notes
(0017370)
Sven Buijssen   
2009-09-10 10:28   
Seems similar to a previously filled bug: 0009270, but unlike that this one is still unresolved.
(0020304)
Sven Buijssen   
2010-04-20 17:20   
Problem still persists on *nix for PV 3.8.0 RC1
(0020587)
Zhanping Liu   
2010-05-05 12:03   
This problem was fixed by making changes to

* ParaView/Servers/Common/vtkPVFileInformation.cxx

committed to the Git repository
(0020814)
Alan Scott   
2010-05-21 15:03   
I still see this problem - and Sven created an excellent example of it.

Local server, Linux, trunk. Use the list of mkdir's above, make these 8 directories. I only see two of them when I try to open file (temp.001 and temp.002).

This must be fixed for 3.8.2, and moved into 3.8.2
(0023730)
Sven Buijssen   
2010-12-06 06:38   
For me this issue is fixed since

commit 4f3c9d41c088e5f89489f3d94f22a5d51409c8c2
Author: Sven Buijssen <sven.buijssen@tu-dortmund.de>
AuthorDate: Fri May 21 07:07:58 2010 +0200
Commit: David Partyka <dave.partyka@kitware.com>
CommitDate: Fri May 21 13:26:40 2010 -0400

Tested with: {Builtin, local server}, {Linux, Solaris}, {32,64}-bit, {PV 3.8.1, PV nightly-master}
(0023731)
Utkarsh Ayachit   
2010-12-06 08:48   
reported fixed.
(0023781)
Alan Scott   
2010-12-07 18:01   
Fixed, as per reporter and tested local server, Linux client, trunk.