Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-20 Thread Guillermo Polito
Maybe it's something to do with his gentoo's version of some library? libc? It looks like it's some problem of Pharo in gentoo, not necessarily scale. On Sun, Feb 12, 2017 at 11:05 AM, Sven Van Caekenberghe wrote: > Note that he managed to run the System Report UI, which means his

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-12 Thread Sven Van Caekenberghe
Note that he managed to run the System Report UI, which means his image was running pretty normally at some point ... > On 12 Feb 2017, at 10:26, Ben Coman wrote: > > On Sun, Feb 12, 2017 at 5:18 AM, Andriy Tykhonov wrote: >> Ben Coman

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-12 Thread Ben Coman
On Sun, Feb 12, 2017 at 5:18 AM, Andriy Tykhonov wrote: > Ben Coman writes: > >> Are you on 64-bit using 32-bit Pharo? > > This is not pure 64-bit system. This is multilib setup. So, I can execute > 32-bit and 64-bit programs on the same machine. This

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-11 Thread Andrey Tykhonov
Hi all, I've managed to get all information from the System report browser. I'll attach it to this email. Surprisingly (at least for me), Pharo doesn't crash if I execute it like the following: strace -f ./pharo-ui Pharo.image (before this, I executed it without -f). So, I'm attaching also part

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-11 Thread Andriy Tykhonov
Ben Coman writes: > Are you on 64-bit using 32-bit Pharo? This is not pure 64-bit system. This is multilib setup. So, I can execute 32-bit and 64-bit programs on the same machine. This is recent system installation, and Pharo doesn't work well on it. But it did work well

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-10 Thread Ben Coman
Are you on 64-bit using 32-bit Pharo? Can you use ldd to check the pharo binary is linking to these 32-bit libraries? http://pharo.org/gnu-linux-installation When you get it working can you provide a recipe for the download page. Alternatively you might try either (pre-release) 64-bit VM from...

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-10 Thread Andrey Tykhonov
Hi all, > and which VM do you use (there is a System report browser where you can find the information. I've somehow managed to get the information from System report browser: Image - /home/demi/mess/2017/06/tmp2/Pharo.image Pharo5.0 Latest update: #50768 Unnamed Virtual Machine

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-10 Thread Andrey Tykhonov
Hello, > Hi, > We are looking at it with Santi. I see in the log that you're using an ubuntu 12? No, this is Gentoo Linux. > I tried in a debian jessie and Santi in an ubuntu 14 and we could not > reproduce it. Also the travis ci of scale uses ubuntu 12 and the > installation works in there...

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-10 Thread Andrey Tykhonov
Hi Clement, > Hi Andrey, > Thanks for providing both a way to reproduce and the log so we can have you > machine details. I see that the VM was compiled from build #589 on jenkins > with VMMaker.oscog-eem.1855 and you're on Linux using x86 back-end. > Scale works only on Linux and when I try

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-07 Thread Guillermo Polito
Hi, We are looking at it with Santi. I see in the log that you're using an ubuntu 12? I tried in a debian jessie and Santi in an ubuntu 14 and we could not reproduce it. Also the travis ci of scale uses ubuntu 12 and the installation works in there... Could you give more details about your

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-06 Thread Clément Bera
Hi Andrey, Thanks for providing both a way to reproduce and the log so we can have you machine details. I see that the VM was compiled from build #589 on jenkins with VMMaker.oscog-eem.1855 and you're on Linux using x86 back-end. Scale works only on Linux and when I try the wget command from Mac

Re: [Pharo-dev] Segmentation fault while installing Scale

2017-02-06 Thread Stephane Ducasse
Hi andrey can you tell us on which OS and version and which VM do you use (there is a System report browser where you can find the information. Tx On Mon, Feb 6, 2017 at 8:20 PM, Andrey Tykhonov wrote: > Hi all! > > While executing the following command: > > $ wget -O-

[Pharo-dev] Segmentation fault while installing Scale

2017-02-06 Thread Andrey Tykhonov
Hi all! While executing the following command: $ wget -O- https://raw.githubusercontent.com/guillep/Scale/master/setupScale.sh | sudo bash > stderr.log I got the Segmentation fault error. You can see it in the contents of stderr.log which is attached to the email. Here you can see the output of