Re: [Pharo-users] VM Crash after adding ram

2015-08-01 Thread stepharo
Thanks for the info. I hope you are going well :) Le 1/8/15 02:03, Ramon Leon a écrit : On 07/30/2015 11:43 AM, Esteban Lorenzano wrote: Hi, did you try a fresh Pharo image (without loaded code)? ExternalObject and ExternalAddress are FFI so… problem*could* be there… no idea what can be happ

Re: [Pharo-users] VM Crash after adding ram

2015-08-01 Thread Nicolai Hess
Thanks for the info. Am 01.08.2015 2:03 vorm. schrieb "Ramon Leon" : > On 07/30/2015 11:43 AM, Esteban Lorenzano wrote: > >> Hi, >> >> did you try a fresh Pharo image (without loaded code)? ExternalObject and >> ExternalAddress are FFI so… problem*could* be there… no idea what can be >> happening

Re: [Pharo-users] VM Crash after adding ram

2015-07-31 Thread Ramon Leon
On 07/30/2015 11:43 AM, Esteban Lorenzano wrote: Hi, did you try a fresh Pharo image (without loaded code)? ExternalObject and ExternalAddress are FFI so… problem*could* be there… no idea what can be happening, but well… it could be there:) cheers, Esteban After poking around the net a bit

Re: [Pharo-users] VM Crash after adding ram

2015-07-30 Thread stepharo
Hi guys Thanks for reporting. We are sorry about such problem. This is strange. Esteban is back and I'm will be back at work next wednesday (even I'm totally stupid and helpless about the vm) I can support peopler around :). Stef Le 30/7/15 22:05, Nicolai Hess a écrit : Hm, I updated my Ub

Re: [Pharo-users] VM Crash after adding ram

2015-07-30 Thread Nicolai Hess
Hm, I updated my Ubuntu 14.04 64 machine (just a normal update). Now I can not start any pharo vm. (not that one that from pharo launcher, no get.pharo.org/40 .. /50) ( they all were working some days ago). It crashes right after startup and not at the same call, the crash dumps show different stac

Re: [Pharo-users] VM Crash after adding ram

2015-07-30 Thread Esteban Lorenzano
Hi, did you try a fresh Pharo image (without loaded code)? ExternalObject and ExternalAddress are FFI so… problem *could* be there… no idea what can be happening, but well… it could be there :) cheers, Esteban > On 30 Jul 2015, at 20:27, Ramon Leon wrote: > > So I've just upgraded my Ubun