Re: [Pharo-users] Seaside on Pharo 5?

2015-10-31 Thread Stephan Eggermont
On 30/10/15 16:48, Yuriy Tymchuk wrote: Is there a version of Seaside that works on Pharo5? If you disable the deprecation warning for #subStrings: you should be fine. Stephan

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-31 Thread Esteban Lorenzano
not so bad… that actually means that you are running out of heap, badly :P and since I see a primitiveNativeCall there, most probably your (athens?) program is leaking somewhere. Esteban > On 30 Oct 2015, at 18:01, Johan Fabry wrote: > > > More bad luck I’m afraid. What can I do next? > > P

Re: [Pharo-users] fast subclassing/class creation in tests

2015-10-31 Thread Marcus Denker
Yes… I make a note here and have a look sometimes the next weeks. e) is really a problem: that both source-storage and change log is the same makes things complex (but of course for the time that it was done the solution is amazingly efficient) Marcus > On 29 Oct 2015, at 19:14, Peter

Re: [Pharo-users] OSProcess seems to fail on my macos

2015-10-31 Thread Johan Fabry
Hi, Did you try running the Xcode command line tools in a terminal? Sometimes when you do an upgrade you need to accept the license that pops up when you run these tools, and that causes this kind of issues. It happened to me a long time ago. > On Oct 30, 2015, at 18:14, Dimitris Chloupis wro

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-31 Thread Johan Fabry
Ah those wonderful memory leaks … :-/ I will try to narrow down the possible source, but that is not going to be easy … It’s really a very specific setup that always crashes on me, so It must be a freaky combination of factors that triggers the issue. Running a Roassal visualization certainly i

Re: [Pharo-users] [ANN] Working with Pharo on the Raspberry Pi

2015-10-31 Thread EuanM
Thanks. My medium-term plan is to run my Smalltalk app from a Pi - this was encouraging! -- View this message in context: http://forum.world.st/ANN-Working-with-Pharo-on-the-Raspberry-Pi-tp4857895p4858808.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] OSProcess seems to fail on my macos

2015-10-31 Thread Dimitris Chloupis
yes , git runs fine from command line. And yes I accepted the license. I use filetree and git from command line to work with that repo now without any issues. On Sat, Oct 31, 2015 at 7:14 PM Johan Fabry wrote: > Hi, > > Did you try running the Xcode command line tools in a terminal? Sometimes >

[Pharo-users] [ANN] RenoirSt 2.0.0 released!

2015-10-31 Thread Gabriel Cotelli
Hi, I'm announcing a new official release of RenoirSt. See the announcement and changelog Regarsd, Gabriel

Re: [Pharo-users] [ANN] Working with Pharo on the Raspberry Pi

2015-10-31 Thread stepharo
Jean-Baptiste did it and demoed it at ESUG at Cambridge. He is now travelling and crashed his machine so may contact him at: jbaptiste.arn...@gmail.com He will be probably busy until wednesday fixing his machine and application to a new job. Stef Le 30/10/15 08:27, Tim Hendriks a écrit : What

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-31 Thread stepharo
Why do you say that johan? Everybody is busy and has its own agenda. I'm sure that esteban would love to have the time to just wait for helping people. This is not the case and the dragons he is fighting against are quite large and venomous. So the suggestion of Ben is good because else I do no

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-31 Thread Ronie Salgado
Hi Johan, Perhaps I can try to help you debugging with gdb. Are you using a 32 bits or 64 bits Ubuntu ? We should start by building a debug Pharo VM. Do you have some time during Monday or Wednesday in your office?. Greetings, Ronie 2015-10-31 22:00 GMT-03:00 stepharo : > Why do you say that jo

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-31 Thread Ben Coman
On Fri, Oct 30, 2015 at 2:03 AM, Johan Fabry wrote: > > OK, back with access to the Ubuntu machine, I reproduced the crash when > running under gdb (reproducing it is never an issue, finding the minimal > case is the issue). See below for gdb output. But my vm has no debug > information compiled,