[Pharo-project] CogVM segfault
I want to start using 2.0 for my projects. So I created a jenkins job to build images. But I can't. The vm segfaults immediately. I downloaded the CogVM from the pharo-project.org site. After failing I got myself one from the CI server with the same result. The image was taken from the pharo-project.org site. I attach the crash dump. Hope you can find something. The last line involves (DiskStore) where it collapsed. It seems like a problem in the file handling code. But then it also seems that it was trying to open the sources file. Is there a special location where it looks after it? I places it in the directory where the image resides an also in the vm directory. Norbert
Uhm, forgot. I tried this on linux ubuntu 12.04 64 bit with ia32-libs. Norbert Am 18.10.2012 um 13:34 schrieb Norbert Hartl <norbert@hartl.name>:
I want to start using 2.0 for my projects. So I created a jenkins job to build images. But I can't. The vm segfaults immediately. I downloaded the CogVM from the pharo-project.org site. After failing I got myself one from the CI server with the same result. The image was taken from the pharo-project.org site.
I attach the crash dump. Hope you can find something. The last line involves (DiskStore) where it collapsed. It seems like a problem in the file handling code. But then it also seems that it was trying to open the sources file. Is there a special location where it looks after it? I places it in the directory where the image resides an also in the vm directory.
Norbert
<crash.dmp>
Strange! I had command line switches -nodisplay -nosound -memory 512m If I take away the memory switch then it works. Norbert Am 18.10.2012 um 13:36 schrieb Norbert Hartl <norbert@hartl.name>:
Uhm, forgot. I tried this on linux ubuntu 12.04 64 bit with ia32-libs.
Norbert
Am 18.10.2012 um 13:34 schrieb Norbert Hartl <norbert@hartl.name>:
I want to start using 2.0 for my projects. So I created a jenkins job to build images. But I can't. The vm segfaults immediately. I downloaded the CogVM from the pharo-project.org site. After failing I got myself one from the CI server with the same result. The image was taken from the pharo-project.org site.
I attach the crash dump. Hope you can find something. The last line involves (DiskStore) where it collapsed. It seems like a problem in the file handling code. But then it also seems that it was trying to open the sources file. Is there a special location where it looks after it? I places it in the directory where the image resides an also in the vm directory.
Norbert
<crash.dmp>
participants (1)
-
Norbert Hartl