Re: [Pharo-dev] Pharo6 with Ubuntu and OSSubprocess/threaded heartbeat crashes and problems

2018-03-06 Thread David T. Lewis
On Tue, Mar 06, 2018 at 11:49:14AM +0100, Sabine Manaa wrote: > Hi, > > I can report the following: > > The problem with the Buffer overflow remains also with OSProcess. > Also with the normal vm (https://get.pharo.org ). > > Summary: I have buffer overflow crashes with my application on Linux.

Re: [Pharo-dev] PharoDays?

2018-03-06 Thread Myroslava Romaniuk
What about sometime mid-May? On 28 February 2018 at 19:10, Stephane Ducasse wrote: > Or 24-25 of May > Or 31 - 1 June? > > On Wed, Feb 28, 2018 at 6:09 PM, Stephane Ducasse > wrote: > > Hi guys > > > > many people are asking when and where

[Pharo-dev] [Pharo 7.0-dev] Build #660: 21508-Integrate-Calypso-0103

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #660 was: SUCCESS. The Pull Request #1037 was integrated: "21508-Integrate-Calypso-0103" Pull request url: https://github.com/pharo-project/pharo/pull/1037 Issue Url: https://pharo.fogbugz.com/f/cases/21508 Build Url:

Re: [Pharo-dev] [Ann] Commander shortcuts in Settings Browser

2018-03-06 Thread Tudor Girba
Nice work! Doru > On Mar 6, 2018, at 5:05 PM, Denis Kudriashov wrote: > > Hi. > > With latest version of Commander and Calypso we will have all shortcuts > explorable and configurable in Settings Browser: > > > ​ > Currently it uses command class name and class

Re: [Pharo-dev] [Vm-dev] FFI Struct Argument Pass By Value Fails on Mac 64 bit

2018-03-06 Thread Todd Blanchard
Silly me. I have no idea how to update this library. I thought it would be a file. I've used Monticello years ago in Squeak - however trying to load this repository into Pharo 6.1-64 is impossible. Invariably I end up with an undefined symbol and a couple of undismissable progress dialogs.

[Pharo-dev] Buffer overriuns detected by fortify in the AioPlugin (was Re: Pharo6 with Ubuntu and OSSubprocess/threaded heartbeat crashes and problems

2018-03-06 Thread Eliot Miranda
Hi, aioEnable et al should really check the fd argument against FD_SETSIZE and answer error codes that get tested in clients. See two messages below: On Tue, Mar 6, 2018 at 2:49 AM, Sabine Manaa wrote: > Hi, > > I can report the following: > > The problem with the

Re: [Pharo-dev] [ANN] 64 bits support preview

2018-03-06 Thread Cyril Ferlicot D.
Le 06/03/2018 à 04:19, Mariano Martinez Peck a écrit : > Hi guys, > Hi! > Thanks for Guillermo Polito we now have 64 bits support for > OSSubprocess. You can see the required changes in this PR [1]. Cool :) I made a > branch called `support64bits` so that you can help us test it even if CI >

[Pharo-dev] Metacello locking system

2018-03-06 Thread Cyril Ferlicot D.
> Cyril, > > For development I tend to use Metacello locking instead of hard-wired > dependencies in the BaselineOf and that works very well --- it > completely avoids the need to edit a baseline for development purposes > and this approach works really well for me ... perhaps we can discuss >

Re: [Pharo-dev] [Ann] Commander shortcuts in Settings Browser

2018-03-06 Thread Cyril Ferlicot D.
Le 06/03/2018 à 17:05, Denis Kudriashov a écrit : > Hi. > > With latest version of Commander and Calypso we will have all shortcuts > explorable and configurable in Settings Browser: > > > ​ > Currently it uses command class name and class comment for presentation. > We can improve it in future

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-06 Thread Dale Henrichs
On 03/06/2018 06:21 AM, Guillermo Polito wrote: Hi Dale! On Mon, Mar 5, 2018 at 8:07 PM, Dale Henrichs > wrote: On 03/05/2018 09:07 AM, Guillermo Polito wrote: On the other side, there is the fact

[Pharo-dev] [Pharo 7.0-dev] Build #659: 21507-remove-SugsSmalltalkEditorContext

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #659 was: SUCCESS. The Pull Request #1036 was integrated: "21507-remove-SugsSmalltalkEditorContext" Pull request url: https://github.com/pharo-project/pharo/pull/1036 Issue Url: https://pharo.fogbugz.com/f/cases/21507 Build

Re: [Pharo-dev] [Pharo 7.0-dev] Build #657: 21491 Simplify #testAllButFirstNElements and #testAllButLastNElements

2018-03-06 Thread Marcus Denker
> On 6 Mar 2018, at 16:04, ci-pharo-ci-jenki...@inria.fr wrote: > > There is a new Pharo build available! > > The status of the build #657 was: FAILURE. > > The Pull Request #1024 was integrated: "21491 Simplify > #testAllButFirstNElements and #testAllButLastNElements" > Pull request

[Pharo-dev] [Pharo 7.0-dev] Build #658: 21491 Simplify #testAllButFirstNElements and #testAllButLastNElements

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #658 was: SUCCESS. The Pull Request #1024 was integrated: "21491 Simplify #testAllButFirstNElements and #testAllButLastNElements" Pull request url: https://github.com/pharo-project/pharo/pull/1024 Issue Url:

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-06 Thread Denis Kudriashov
So I made pull request for new Calypso version. It modifies #loadCalypso method to fix versions of all dependencies using locking statements. I checked it for Pharo 6. It works fine. https://github.com/pharo-project/pharo/pull/1037 2018-03-05 20:25 GMT+01:00 Dale Henrichs

[Pharo-dev] [Pharo 7.0-dev] Build #657: 21491 Simplify #testAllButFirstNElements and #testAllButLastNElements

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #657 was: FAILURE. The Pull Request #1024 was integrated: "21491 Simplify #testAllButFirstNElements and #testAllButLastNElements" Pull request url: https://github.com/pharo-project/pharo/pull/1024 Issue Url:

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-06 Thread Guillermo Polito
Hi Dale! On Mon, Mar 5, 2018 at 8:07 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > > > On 03/05/2018 09:07 AM, Guillermo Polito wrote: > >> On the other side, there is the fact that Metacello baselines are so far >> nice to describe release project dependencies, but they are not

Re: [Pharo-dev] Pharo6 with Ubuntu and OSSubprocess/threaded heartbeat crashes and problems

2018-03-06 Thread Henrik Sperre Johansen
Seems to me aioEnable somehow triggers this. It maintains buffers of size FD_SETSIZE (1024 on Linux)*, so an fd parameter** >= that, could probably trigger such an error. Maybe you could put a halt in whichever method in OSSubprocess/OSProcess calls the primitive triggered when condition occurs,

Re: [Pharo-dev] Pharo6 with Ubuntu and OSSubprocess/threaded heartbeat crashes and problems

2018-03-06 Thread Thierry Goubier
Hi Sabine, have you tried with a 64bits version of Pharo (with a recent VM, i.e. newer than the 6.1 vm)? I use the 5.0-201801170946, for example. If, by chance, you manage to create a script provoking the segfault, that may really help. Thierry 2018-03-06 11:49 GMT+01:00 Sabine Manaa

[Pharo-dev] [Pharo 7.0-dev] Build #656: 21505-update-README-md [skip ci]

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #656 was: SUCCESS. The Pull Request #1032 was integrated: "21505-update-README-md [skip ci]" Pull request url: https://github.com/pharo-project/pharo/pull/1032 Issue Url: https://pharo.fogbugz.com/f/cases/21505 Build Url:

[Pharo-dev] [Pharo 7.0-dev] Build #655: 21474 More cleanups in Compression-Tests

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #655 was: SUCCESS. The Pull Request #1009 was integrated: "21474 More cleanups in Compression-Tests" Pull request url: https://github.com/pharo-project/pharo/pull/1009 Issue Url: https://pharo.fogbugz.com/f/cases/21474 Build

Re: [Pharo-dev] Pharo6 with Ubuntu and OSSubprocess/threaded heartbeat crashes and problems

2018-03-06 Thread Sabine Manaa
Hi, I can report the following: The problem with the Buffer overflow remains also with OSProcess. Also with the normal vm (https://get.pharo.org ). Summary: I have buffer overflow crashes with my application on Linux. The same code runs without problems on MacOS and on Windows. I have the same

[Pharo-dev] [Pharo 7.0-dev] Build #654: 21485 Use assert:equals: and other small cleanups in StringTest

2018-03-06 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #654 was: SUCCESS. The Pull Request #1020 was integrated: "21485 Use assert:equals: and other small cleanups in StringTest" Pull request url: https://github.com/pharo-project/pharo/pull/1020 Issue Url: