Hi Hilaire,

On Sun, 3 Mar 2019 at 09:31, Hilaire <hila...@drgeo.eu> wrote:
>
> One useful information will be to know where stdout file is created by
> default?
>
> VM, image, home, folder, ...

On linux and MacOS the three stdio streams exist for every process:
stdin, stdout & stderr.

If you're starting a process from the shell, they are normally
attached to the terminal (unless you redirect them).  I don't know
what happens on MacOS when you start a process from the GUI.


> Obviously there is situation with problem creating stdout files.

There's lots of MacOS users here who aren't having this problem, so my
first guess is that there's something about your environment that is
causing the issue.

Can you provide the text from System -> System Reporter -> VM General?

Cheers,
Alistair


> Can it be shutdown?
>
> For the record, the error is REPEATABLE, Pharo started from the CLI or
> from an installed Application. Once the image started:
>
> error with stdout does not exist, force recursive file creation, filename 
> "stdout"
>
> This occures with stock OS X 32bits VM and Image.
>
> Any one willing to do serious deliverable Pharo Application with Mac
> will be hit by this error. Is OS X making situation more difficult?
>
> Hilaire
>
> Le 01/03/2019 à 23:19, Hilaire a écrit :
> Hi,
> > I did some progress on the Dr.Geo bundle for OS X.
> >
> > The Mac admin of my school told me to download from Safari and
> > authorized the drgeo.eu web site (not sure what this exactly does), then
> > we installed the DrGeo.app at the Application location.
> >
> > DrGeo started fine but emit a startup error at the image level, related
> > to stdout. It looks like a stdout file can not be created. The stack is
> > enclosed here. When looking at the execution stack, I could not
> > determine (I have to go teaching) where the image wants to create this
> > stdout file.
> >
> > Any idea or opinion on this stdout matter?
>
> --
> Dr. Geo
> http://drgeo.eu
>
>
>

Reply via email to