Re: [Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-09-22 Thread csrabak
This issue points to a problem in the VM. The reference to the file has to be a file descriptor not a filename. If the image and changes file are kept open by the VM, that is not supposed to happen. Em 21/09/2010 15:01, Mariano Martinez Peck < marianop...@gmail.com > escreveu: 2010/9/21 G

Re: [Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-09-21 Thread Mariano Martinez Peck
2010/9/21 Guillermo Polito > But if the changes file is pointed as "./myImage.changes" instead of > "/home/mariano/pharo/myImage.changes" the problem will not exist. > > But I don't know if the vm supports relative paths... > > > Maybe you are right. I have no idea at all :( > 2010/9/21 Marian

Re: [Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-09-21 Thread Guillermo Polito
But if the changes file is pointed as "./myImage.changes" instead of "/home/mariano/pharo/myImage.changes" the problem will not exist. But I don't know if the vm supports relative paths... 2010/9/21 Mariano Martinez Peck > > > 2010/9/21 Guillermo Polito > > >> >> 2010/9/21 Mariano Martinez Pec

Re: [Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-09-21 Thread Mariano Martinez Peck
2010/9/21 Guillermo Polito > > > 2010/9/21 Mariano Martinez Peck > > Yes, I have this probelm several timeswhat I did is to change the >> >> logChange: so that it does nothing, save it, and then quit the image. >> >> >> Anyway, what could be a solution for this problem? >> > > Relative pat

Re: [Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-09-21 Thread Guillermo Polito
2010/9/21 Mariano Martinez Peck > Yes, I have this probelm several timeswhat I did is to change the > > logChange: so that it does nothing, save it, and then quit the image. > > > Anyway, what could be a solution for this problem? > Relative paths? :/ > > thanks > > mariano > > > On Tue,

Re: [Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-09-21 Thread Mariano Martinez Peck
Yes, I have this probelm several timeswhat I did is to change the logChange: so that it does nothing, save it, and then quit the image. Anyway, what could be a solution for this problem? thanks mariano On Tue, Aug 3, 2010 at 3:28 PM, Mircea Lungu wrote: > Hi guys, > > If I rename any

[Pharo-project] Issue 2744: Renaming the path to the image is not caught in Pharo on OS X

2010-08-03 Thread Mircea Lungu
Hi guys, If I rename any of the directories in the path of a running image I will break the image: I can't save it, I can't close it. I get a debugger at any step. It seems the image is not informed of the path change and it still tries to log the changes in the the changes file which has already