Hi Davide, I do use OSProcess in some cases; last time, I just rewrote that part to emit a notification (and not raise a popup). Regards, Thierry Le 22/01/2017 à 15:50, Davide Varvello via Pharo-dev a écrit :
Hi Thierry,
I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears.
It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find a way to include it or another workaround
Cheers Davide
On Sun, Jan 22, 2017 at 05:00:04PM +0100, Thierry Goubier wrote:
Le 22/01/2017 ? 15:50, Davide Varvello via Pharo-dev a ?crit :
Hi Thierry,
I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears.
It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find a way to include it or another workaround
Cheers Davide
Hi Davide,
I do use OSProcess in some cases; last time, I just rewrote that part to emit a notification (and not raise a popup).
Regards,
Thierry
I am not sure why the AIOPlugin is not being included in the VMs. Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update: Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am OSProcess 4.6.7 Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS). For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces the annoyance level if VM provider provides OSPP but neglects to include the AIO plugin. Dave
On 23 Jan 2017, at 00:56, David T. Lewis <lewis@mail.msen.com> wrote:
On Sun, Jan 22, 2017 at 05:00:04PM +0100, Thierry Goubier wrote:
Le 22/01/2017 ? 15:50, Davide Varvello via Pharo-dev a ?crit :
Hi Thierry,
I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears.
It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find a way to include it or another workaround
Cheers Davide
Hi Davide,
I do use OSProcess in some cases; last time, I just rewrote that part to emit a notification (and not raise a popup).
Regards,
Thierry
I am not sure why the AIOPlugin is not being included in the VMs.
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs. can someone test it? Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces the annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
2017-01-23 12:26 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
I'll try. Where is the source for the current pharo vms? On github, pharo-vm? I'd like to try building it, to see if my 64bits issues would be solved. Thierry
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces
the
annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
On 23 Jan 2017, at 12:37, Thierry Goubier <thierry.goubier@gmail.com> wrote:
2017-01-23 12:26 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>>:
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
I'll try. Where is the source for the current pharo vms? On github, pharo-vm?
https://github.com/pharo-project/pharo-vm <https://github.com/pharo-project/pharo-vm> cheers, Esteban
I'd like to try building it, to see if my 64bits issues would be solved.
Thierry
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces the annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
2017-01-23 12:40 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
On 23 Jan 2017, at 12:37, Thierry Goubier <thierry.goubier@gmail.com> wrote:
2017-01-23 12:26 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
I'll try. Where is the source for the current pharo vms? On github, pharo-vm?
Thanks. How do you build a 64bits linux vm? The doc is limited to 32 bits. Regards, Thierry
cheers, Esteban
I'd like to try building it, to see if my 64bits issues would be solved.
Thierry
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces
the
annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
On 23 Jan 2017, at 12:46, Thierry Goubier <thierry.goubier@gmail.com> wrote:
2017-01-23 12:40 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>>:
On 23 Jan 2017, at 12:37, Thierry Goubier <thierry.goubier@gmail.com <mailto:thierry.goubier@gmail.com>> wrote:
2017-01-23 12:26 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>>:
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
I'll try. Where is the source for the current pharo vms? On github, pharo-vm?
https://github.com/pharo-project/pharo-vm <https://github.com/pharo-project/pharo-vm>
Thanks.
How do you build a 64bits linux vm? The doc is limited to 32 bits.
README is not updated, and process is not like that anymore. Now, you have to go do: cd opensmalltalk-vm/build.linux64x64/pharo.cog.spur/build (for threaded) cd opensmalltalk-vm/build.linux64x64/pharo.cog.spur/build.itimerheartbeat (for itimer) then just ./mvm cheers, Esteban
Regards,
Thierry
cheers, Esteban
I'd like to try building it, to see if my 64bits issues would be solved.
Thierry
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces the annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
2017-01-23 12:57 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
On 23 Jan 2017, at 12:46, Thierry Goubier <thierry.goubier@gmail.com> wrote:
2017-01-23 12:40 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
On 23 Jan 2017, at 12:37, Thierry Goubier <thierry.goubier@gmail.com> wrote:
2017-01-23 12:26 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
I'll try. Where is the source for the current pharo vms? On github, pharo-vm?
Thanks.
How do you build a 64bits linux vm? The doc is limited to 32 bits.
README is not updated, and process is not like that anymore. Now, you have to go do:
cd opensmalltalk-vm/build.linux64x64/pharo.cog.spur/build (for threaded) cd opensmalltalk-vm/build.linux64x64/pharo.cog.spur/build.itimerheartbeat (for itimer)
then just ./mvm
And you reply y / n to the clean? question in the mvm script? Regards, Thierry
cheers, Esteban
Regards,
Thierry
cheers, Esteban
I'd like to try building it, to see if my 64bits issues would be solved.
Thierry
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces
the
annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
Thanks Esteban, I'm gonna download the vm, try the plugin and feedback you. Thanks Davide EstebanLM wrote
On 23 Jan 2017, at 00:56, David T. Lewis <
lewis@.msen
> wrote:
On Sun, Jan 22, 2017 at 05:00:04PM +0100, Thierry Goubier wrote:
Le 22/01/2017 ? 15:50, Davide Varvello via Pharo-dev a ?crit :
Hi Thierry,
I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears.
It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find a way to include it or another workaround
Cheers Davide
Hi Davide,
I do use OSProcess in some cases; last time, I just rewrote that part to emit a notification (and not raise a popup).
Regards,
Thierry
I am not sure why the AIOPlugin is not being included in the VMs.
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces the annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
-- View this message in context: http://forum.world.st/AioPlugin-not-present-tp4929932p4930510.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Thanks Esteban, I tested the last version of vm: CoInterpreter * VMMaker.oscog-eem.2107 uuid: 19c0fa53-acc2-40f9-9a07-17510e614ae5 Jan 23 2017 StackToRegisterMappingCogit * VMMaker.oscog-eem.2107 uuid: 19c0fa53-acc2-40f9-9a07-17510e614ae5 Jan 23 2017 VM: 201701231021 https://github.com/pharo-project/pharo-vm.git $ Date: Mon Jan 23 11:21:48 2017 +0100 $ Plugins: 201701231021 https://github.com/pharo-project/pharo-vm.git $ and OSProcess works immediately. Thank you very much Davide EstebanLM wrote
On 23 Jan 2017, at 00:56, David T. Lewis <
lewis@.msen
> wrote:
On Sun, Jan 22, 2017 at 05:00:04PM +0100, Thierry Goubier wrote:
Le 22/01/2017 ? 15:50, Davide Varvello via Pharo-dev a ?crit :
Hi Thierry,
I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears.
It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find a way to include it or another workaround
Cheers Davide
Hi Davide,
I do use OSProcess in some cases; last time, I just rewrote that part to emit a notification (and not raise a popup).
Regards,
Thierry
I am not sure why the AIOPlugin is not being included in the VMs.
me neither :) I added AioPlugin (as external) to all linux distributions⦠they will be available in latest VMs.
can someone test it?
Esteban
Whatever the reason for that, the notifier about the missing plugin was too annoying, so I got rid of it in the latest OSProcess update:
Name: OSProcess-Base-dtl.56 Time: 17 January 2017, 8:47:36.321587 am
OSProcess 4.6.7
Add nil checks in #shutDown: to prevent failures when exiting existing image with a VM that does not include OSPP (e.g. SqueakJS).
For AIO event hander, if the AIO plugin is not present, write an error to console rather than interrupting the image with a notifer. Reduces the annoyance level if VM provider provides OSPP but neglects to include the AIO plugin.
Dave
-- View this message in context: http://forum.world.st/AioPlugin-not-present-tp4929932p4930556.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (4)
-
David T. Lewis -
Davide Varvello -
Esteban Lorenzano -
Thierry Goubier