Re: [Pharo-project] FS-Bug render Pharo 2.0 useless on Win (Issue 6531)

2012-09-21 Thread Guillermo Polito
Today we were checking it with Ezequiel(he has a windowze machine). The problem seems to be in StandardFileStream>>open: fileName forWrite: writeMode ... fileID := StandardFileStream retryWithGC:[self primOpen: f writable: writeMode] until:[:id| id notNil] forFileNamed: fileName. ... that express

Re: [Pharo-project] FS-Bug render Pharo 2.0 useless on Win (Issue 6531)

2012-09-21 Thread Camillo Bruni
On 2012-09-21, at 16:35, Torsten Bergmann wrote: >> Maybe someone with better knowledge of the intentions >> of the new file system can help fixing it > > > So many responses ... ?! Please - one after the other. > Please do not push ... and yes, it would be good if we > fix this before we

[Pharo-project] FS-Bug render Pharo 2.0 useless on Win (Issue 6531)

2012-09-21 Thread Torsten Bergmann
>Maybe someone with better knowledge of the intentions >of the new file system can help fixing it So many responses ... ?! Please - one after the other. Please do not push ... and yes, it would be good if we fix this before we overtake the world Thx T.

[Pharo-project] FS-Bug render Pharo 2.0 useless on Win (Issue 6531)

2012-09-19 Thread Torsten Bergmann
Anyone with deeper knowledge on FS code able to have a look at issue 6531 - "Not possible to save one click image on Windows" http://code.google.com/p/pharo/issues/detail?id=6531 I found the original cause - it crashes since the code will open the changes file for a second time. The reason is