[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-03-11 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129





--- Additional comments from h...@openoffice.org Thu Mar 11 10:54:54 + 
2010 ---
Also ok in CWS ooo321gsl04

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-03-04 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User hi changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from h...@openoffice.org Thu Mar  4 13:20:29 + 
2010 ---
Verified with cws vcl109 = ok

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129





--- Additional comments from p...@openoffice.org Mon Feb 22 15:13:07 + 
2010 ---
now also fixed for 3.2.1 in CWS ooo321gsl04

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-19 Thread uwealtmann
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User uwealtmann changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.2.1





--- Additional comments from uwealtm...@openoffice.org Fri Feb 19 15:47:39 
+ 2010 ---
target

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-19 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hi





--- Additional comments from p...@openoffice.org Fri Feb 19 14:12:05 + 
2010 ---
please verify in CWS vcl09

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-18 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from p...@openoffice.org Thu Feb 18 15:52:23 + 
2010 ---
fixed, isKindOfClass gets used now

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-12 Thread fheckl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User fheckl changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from fhe...@openoffice.org Fri Feb 12 19:20:46 
+ 2010 ---
I did further tests with this and can only say: Thank God that we first check 
if the filename is a directory. I 
compiled a simple test app to compare times using NSFileManager vs 
NFileWrapper. I only succeeded for 
small directories in my home folder. For larger directories it always crashed 
because it couldn't allocate 
enough memory.
So it may only be a real problem if directories on an SMB volume might not be 
detected by NSFileManager to 
be directories or if you have a symbolic link to a large directory.

However I do have one issue with your patch: You should never call 
isMemberOfClass for an NSString. 
Foundation is too complex for this to be successful :)
Please use isKindOfClass instead.
Therefore I reopen this issue so you can change it.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-12 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129





--- Additional comments from p...@openoffice.org Fri Feb 12 10:36:54 + 
2010 ---
fixed in CWS vcl109

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-12 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from p...@openoffice.org Fri Feb 12 10:32:21 + 
2010 ---
That indeed explains a lot :-) Especially why this is a big problem on SMB which
is notoriously slow anyway.

Thanks for the explanation. I consider this fixed then.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread fheckl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129





--- Additional comments from fhe...@openoffice.org Thu Feb 11 22:37:09 
+ 2010 ---
A possible explanation might be this excerpt from NSFileWrapper's initWithFile: 
documentation: "If node is 
a directory, this method recursively creates file wrappers for each node within 
that directory."
So this call may and possibly will generate a lot of overhead information that 
is never going to be used 
especially because if the user then selects a directory, the file wrappers for 
the directory's contents will be 
generated again. The description doesn't state the depth of its recursion but 
even the first level is 
information that we don't need the moment we call the method.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129





--- Additional comments from p...@openoffice.org Thu Feb 11 18:07:55 + 
2010 ---
I still don't understand why the file wrapper should be the problem at all -
unless that tries to find the additional attributes it can provide like icon
(and even content) not on demand but on creation.

Thanks for testing this, it may be that I just got "lucky" with the SMB server I
used and this doesn't really fix the problem.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread fheckl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129





--- Additional comments from fhe...@openoffice.org Thu Feb 11 17:51:24 
+ 2010 ---
@pl:
The symbolic link check was introduced with issue 97394
At least it wasn't directly my code leading to the problem if that indeed is 
the bottleneck. I will try your 
patch at work tomorrow (don't have any SMB shares at home).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67747)
proposed fix






--- Additional comments from p...@openoffice.org Thu Feb 11 16:10:03 + 
2010 ---
Created an attachment (id=67747)
proposed fix


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from p...@openoffice.org Thu Feb 11 16:08:48 + 
2010 ---
trial by error seems to indicate, that FilterHelper::filenameMatchesFilter costs
time (and is called by the truckload, scrolling sideways in the panel results in
calls to there). In there a NSFileWrapper is created to check for symbolic
links; this seems to be the thing that "hangs" (actually consumes much time).
Why that would be I don't know, however I'll attach a patch that seems to fix
the problem.

I'd appreciate if somebody could test that patch since I don't really know why
an NSFileWrapper should be that much costly, so perhaps I'm on the wrong track.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

  CC|''|'fheckl'





--- Additional comments from p...@openoffice.org Thu Feb 11 12:28:46 + 
2010 ---
adding fheckl to CC

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-11 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129


User pl changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





--- Additional comments from p...@openoffice.org Thu Feb 11 12:26:11 + 
2010 ---
confirmed, alas the stack at the time looks a little vague :-(

Set tentative target.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 109129] Native filepicker hangs w hen open/save on Network volumes

2010-02-10 Thread uwealtmann
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109129
 Issue #|109129
 Summary|Native filepicker hangs when open/save on Network volu
|mes
   Component|porting
 Version|OOo 3.2 RC5
Platform|Macintosh
 URL|
  OS/Version|Mac OS X, 10.6
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|pl
 Reported by|uwealtmann





--- Additional comments from uwealtm...@openoffice.org Wed Feb 10 20:09:16 
+ 2010 ---
Opening a SMB volume using the Macs native filepicker will hang instead of 
showing the contents of the 
volume. This happens in both cases trying to save or trying to open a file. 
Mac native filepicker shows the spinning beachball, consumes a lot of CPU power 
and reads what it can 
get from the network (about 20 mb/s what is the max my server allows) for some 
minutes.
The guy which initially reported this to me told me that this will go away 
after waiting long enough and 
then he could save a file - I tried but maybe there is too much to read on my 
volume so I killed OOo after 
a while.
Using OOos filepicker or NeoOffice work fine on this and have no problems at 
all.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org