Hi:
I was playing a bit with a stock Pharo 1.1 image, with the only adding of the cs NecessaryImageChangesForCogToWork.Pharo1.1. Then I tried to run TestRunner new runAll (for comparing times against the common vm) and get the attached segfault. I tried with my own compiled cog and also with the downloaded from here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. My OS is Ubuntu 10.04 64 bits. Any hint will be appreciated. Cheers. -- ================================================= Germán S. Arduino <gsa @ arsol.net> Twitter: garduino Arduino Software & Web Hosting http://www.arduinosoftware.com PasswordsPro http://www.passwordspro.com ================================================= _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project cogsegfault.txt (11K) Download Attachment |
On Thu, 9 Sep 2010, Germán Arduino wrote:
> Hi: > > I was playing a bit with a stock Pharo 1.1 image, with the only adding > of the cs NecessaryImageChangesForCogToWork.Pharo1.1. > > Then I tried to run TestRunner new runAll (for comparing times against > the common vm) and get the attached segfault. > > I tried with my own compiled cog and also with the downloaded from > here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. > > My OS is Ubuntu 10.04 64 bits. > > Any hint will be appreciated. VM. Levente > > Cheers. > > -- > ================================================= > Germán S. Arduino <gsa @ arsol.net> Twitter: garduino > Arduino Software & Web Hosting http://www.arduinosoftware.com > PasswordsPro http://www.passwordspro.com > ================================================= > Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
ahh, Thanks Levente, sorry was my fault, I forgot this detail.
2010/9/9 Levente Uzonyi <[hidden email]>: > On Thu, 9 Sep 2010, Germán Arduino wrote: > >> Hi: >> >> I was playing a bit with a stock Pharo 1.1 image, with the only adding >> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >> >> Then I tried to run TestRunner new runAll (for comparing times against >> the common vm) and get the attached segfault. >> >> I tried with my own compiled cog and also with the downloaded from >> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >> >> My OS is Ubuntu 10.04 64 bits. >> >> Any hint will be appreciated. > > ObjectsAsMethods is not supported, so TestObjectsAsMethods will crash the > VM. > > > Levente > >> >> Cheers. >> >> -- >> ================================================= >> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >> Arduino Software & Web Hosting http://www.arduinosoftware.com >> PasswordsPro http://www.passwordspro.com >> ================================================= > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by garduino
why should add some guards in the tests for that even if ObjectAsMethods is a cool feature to have
for experimentation. There are some changes from squeak pending in the bug tracker. Now you should also pay that the coverage button is using wrapper and I guess also use test coverage. Stef > Hi: > > I was playing a bit with a stock Pharo 1.1 image, with the only adding > of the cs NecessaryImageChangesForCogToWork.Pharo1.1. > > Then I tried to run TestRunner new runAll (for comparing times against > the common vm) and get the attached segfault. > > I tried with my own compiled cog and also with the downloaded from > here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. > > My OS is Ubuntu 10.04 64 bits. > > Any hint will be appreciated. > > Cheers. > > -- > ================================================= > Germán S. Arduino <gsa @ arsol.net> Twitter: garduino > Arduino Software & Web Hosting http://www.arduinosoftware.com > PasswordsPro http://www.passwordspro.com > ================================================= > <cogsegfault.txt>_______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Sound as a good idea.
I can't promise much because the lack of free time...but still can try to have a look. 2010/9/9, Stéphane Ducasse <[hidden email]>: > why should add some guards in the tests for that even if ObjectAsMethods is > a cool feature to have > for experimentation. There are some changes from squeak pending in the bug > tracker. > > Now you should also pay that the coverage button is using wrapper and I > guess also use > test coverage. > > Stef > > > >> Hi: >> >> I was playing a bit with a stock Pharo 1.1 image, with the only adding >> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >> >> Then I tried to run TestRunner new runAll (for comparing times against >> the common vm) and get the attached segfault. >> >> I tried with my own compiled cog and also with the downloaded from >> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >> >> My OS is Ubuntu 10.04 64 bits. >> >> Any hint will be appreciated. >> >> Cheers. >> >> -- >> ================================================= >> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >> Arduino Software & Web Hosting http://www.arduinosoftware.com >> PasswordsPro http://www.passwordspro.com >> ================================================= >> <cogsegfault.txt>_______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- ================================================= Germán S. Arduino <gsa @ arsol.net> Twitter: garduino Arduino Software & Web Hosting http://www.arduinosoftware.com PasswordsPro http://www.passwordspro.com ================================================= _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> Sound as a good idea. > I can't promise much because the lack of free time...but still can try > to have a look. I will integrate the fixes there are really simple. Stef > > 2010/9/9, Stéphane Ducasse <[hidden email]>: >> why should add some guards in the tests for that even if ObjectAsMethods is >> a cool feature to have >> for experimentation. There are some changes from squeak pending in the bug >> tracker. >> >> Now you should also pay that the coverage button is using wrapper and I >> guess also use >> test coverage. >> >> Stef >> >> >> >>> Hi: >>> >>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>> >>> Then I tried to run TestRunner new runAll (for comparing times against >>> the common vm) and get the attached segfault. >>> >>> I tried with my own compiled cog and also with the downloaded from >>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>> >>> My OS is Ubuntu 10.04 64 bits. >>> >>> Any hint will be appreciated. >>> >>> Cheers. >>> >>> -- >>> ================================================= >>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>> PasswordsPro http://www.passwordspro.com >>> ================================================= >>> <cogsegfault.txt>_______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > -- > ================================================= > Germán S. Arduino <gsa @ arsol.net> Twitter: garduino > Arduino Software & Web Hosting http://www.arduinosoftware.com > PasswordsPro http://www.passwordspro.com > ================================================= > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by garduino
The fixes 2706 is already included in 1.2.
Stef > Sound as a good idea. > I can't promise much because the lack of free time...but still can try > to have a look. > > 2010/9/9, Stéphane Ducasse <[hidden email]>: >> why should add some guards in the tests for that even if ObjectAsMethods is >> a cool feature to have >> for experimentation. There are some changes from squeak pending in the bug >> tracker. >> >> Now you should also pay that the coverage button is using wrapper and I >> guess also use >> test coverage. >> >> Stef >> >> >> >>> Hi: >>> >>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>> >>> Then I tried to run TestRunner new runAll (for comparing times against >>> the common vm) and get the attached segfault. >>> >>> I tried with my own compiled cog and also with the downloaded from >>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>> >>> My OS is Ubuntu 10.04 64 bits. >>> >>> Any hint will be appreciated. >>> >>> Cheers. >>> >>> -- >>> ================================================= >>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>> PasswordsPro http://www.passwordspro.com >>> ================================================= >>> <cogsegfault.txt>_______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > -- > ================================================= > Germán S. Arduino <gsa @ arsol.net> Twitter: garduino > Arduino Software & Web Hosting http://www.arduinosoftware.com > PasswordsPro http://www.passwordspro.com > ================================================= > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thanks.
What are the features integrated? 2010/9/10 Stéphane Ducasse <[hidden email]>: > The fixes 2706 is already included in 1.2. > > Stef > > > >> Sound as a good idea. >> I can't promise much because the lack of free time...but still can try >> to have a look. >> >> 2010/9/9, Stéphane Ducasse <[hidden email]>: >>> why should add some guards in the tests for that even if ObjectAsMethods is >>> a cool feature to have >>> for experimentation. There are some changes from squeak pending in the bug >>> tracker. >>> >>> Now you should also pay that the coverage button is using wrapper and I >>> guess also use >>> test coverage. >>> >>> Stef >>> >>> >>> >>>> Hi: >>>> >>>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>>> >>>> Then I tried to run TestRunner new runAll (for comparing times against >>>> the common vm) and get the attached segfault. >>>> >>>> I tried with my own compiled cog and also with the downloaded from >>>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>>> >>>> My OS is Ubuntu 10.04 64 bits. >>>> >>>> Any hint will be appreciated. >>>> >>>> Cheers. >>>> >>>> -- >>>> ================================================= >>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>> PasswordsPro http://www.passwordspro.com >>>> ================================================= >>>> <cogsegfault.txt>_______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> -- >> ================================================= >> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >> Arduino Software & Web Hosting http://www.arduinosoftware.com >> PasswordsPro http://www.passwordspro.com >> ================================================= >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
to block that the test crash
On Sep 10, 2010, at 4:57 PM, Germán Arduino wrote: > Thanks. > > What are the features integrated? > > 2010/9/10 Stéphane Ducasse <[hidden email]>: >> The fixes 2706 is already included in 1.2. >> >> Stef >> >> >> >>> Sound as a good idea. >>> I can't promise much because the lack of free time...but still can try >>> to have a look. >>> >>> 2010/9/9, Stéphane Ducasse <[hidden email]>: >>>> why should add some guards in the tests for that even if ObjectAsMethods is >>>> a cool feature to have >>>> for experimentation. There are some changes from squeak pending in the bug >>>> tracker. >>>> >>>> Now you should also pay that the coverage button is using wrapper and I >>>> guess also use >>>> test coverage. >>>> >>>> Stef >>>> >>>> >>>> >>>>> Hi: >>>>> >>>>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>>>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>>>> >>>>> Then I tried to run TestRunner new runAll (for comparing times against >>>>> the common vm) and get the attached segfault. >>>>> >>>>> I tried with my own compiled cog and also with the downloaded from >>>>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>>>> >>>>> My OS is Ubuntu 10.04 64 bits. >>>>> >>>>> Any hint will be appreciated. >>>>> >>>>> Cheers. >>>>> >>>>> -- >>>>> ================================================= >>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>> PasswordsPro http://www.passwordspro.com >>>>> ================================================= >>>>> <cogsegfault.txt>_______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> -- >>> ================================================= >>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>> PasswordsPro http://www.passwordspro.com >>> ================================================= >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Yes, but you said that was easy to implement.....
I would know if is code that you knew from before or you needed to develop to this topic? I want to know, to can help more.....and was still searching the block code when you announced that was ready :) 2010/9/10 Stéphane Ducasse <[hidden email]>: > to block that the test crash > > On Sep 10, 2010, at 4:57 PM, Germán Arduino wrote: > >> Thanks. >> >> What are the features integrated? >> >> 2010/9/10 Stéphane Ducasse <[hidden email]>: >>> The fixes 2706 is already included in 1.2. >>> >>> Stef >>> >>> >>> >>>> Sound as a good idea. >>>> I can't promise much because the lack of free time...but still can try >>>> to have a look. >>>> >>>> 2010/9/9, Stéphane Ducasse <[hidden email]>: >>>>> why should add some guards in the tests for that even if ObjectAsMethods is >>>>> a cool feature to have >>>>> for experimentation. There are some changes from squeak pending in the bug >>>>> tracker. >>>>> >>>>> Now you should also pay that the coverage button is using wrapper and I >>>>> guess also use >>>>> test coverage. >>>>> >>>>> Stef >>>>> >>>>> >>>>> >>>>>> Hi: >>>>>> >>>>>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>>>>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>>>>> >>>>>> Then I tried to run TestRunner new runAll (for comparing times against >>>>>> the common vm) and get the attached segfault. >>>>>> >>>>>> I tried with my own compiled cog and also with the downloaded from >>>>>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>>>>> >>>>>> My OS is Ubuntu 10.04 64 bits. >>>>>> >>>>>> Any hint will be appreciated. >>>>>> >>>>>> Cheers. >>>>>> >>>>>> -- >>>>>> ================================================= >>>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>>> PasswordsPro http://www.passwordspro.com >>>>>> ================================================= >>>>>> <cogsegfault.txt>_______________________________________________ >>>>>> Pharo-project mailing list >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>> >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>> >>>> >>>> >>>> -- >>>> ================================================= >>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>> PasswordsPro http://www.passwordspro.com >>>> ================================================= >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- ================================================= Germán S. Arduino <gsa @ arsol.net> Twitter: garduino Arduino Software & Web Hosting http://www.arduinosoftware.com PasswordsPro http://www.passwordspro.com ================================================= _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Yes look at issue 2706
Stef On Sep 10, 2010, at 7:57 PM, Germán Arduino wrote: > Yes, but you said that was easy to implement..... > > I would know if is code that you knew from before or you needed to > develop to this topic? > > I want to know, to can help more.....and was still searching the block > code when you announced that was ready :) > > 2010/9/10 Stéphane Ducasse <[hidden email]>: >> to block that the test crash >> >> On Sep 10, 2010, at 4:57 PM, Germán Arduino wrote: >> >>> Thanks. >>> >>> What are the features integrated? >>> >>> 2010/9/10 Stéphane Ducasse <[hidden email]>: >>>> The fixes 2706 is already included in 1.2. >>>> >>>> Stef >>>> >>>> >>>> >>>>> Sound as a good idea. >>>>> I can't promise much because the lack of free time...but still can try >>>>> to have a look. >>>>> >>>>> 2010/9/9, Stéphane Ducasse <[hidden email]>: >>>>>> why should add some guards in the tests for that even if ObjectAsMethods is >>>>>> a cool feature to have >>>>>> for experimentation. There are some changes from squeak pending in the bug >>>>>> tracker. >>>>>> >>>>>> Now you should also pay that the coverage button is using wrapper and I >>>>>> guess also use >>>>>> test coverage. >>>>>> >>>>>> Stef >>>>>> >>>>>> >>>>>> >>>>>>> Hi: >>>>>>> >>>>>>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>>>>>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>>>>>> >>>>>>> Then I tried to run TestRunner new runAll (for comparing times against >>>>>>> the common vm) and get the attached segfault. >>>>>>> >>>>>>> I tried with my own compiled cog and also with the downloaded from >>>>>>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>>>>>> >>>>>>> My OS is Ubuntu 10.04 64 bits. >>>>>>> >>>>>>> Any hint will be appreciated. >>>>>>> >>>>>>> Cheers. >>>>>>> >>>>>>> -- >>>>>>> ================================================= >>>>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>>>> PasswordsPro http://www.passwordspro.com >>>>>>> ================================================= >>>>>>> <cogsegfault.txt>_______________________________________________ >>>>>>> Pharo-project mailing list >>>>>>> [hidden email] >>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Pharo-project mailing list >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>> >>>>> >>>>> >>>>> -- >>>>> ================================================= >>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>> PasswordsPro http://www.passwordspro.com >>>>> ================================================= >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > ================================================= > Germán S. Arduino <gsa @ arsol.net> Twitter: garduino > Arduino Software & Web Hosting http://www.arduinosoftware.com > PasswordsPro http://www.passwordspro.com > ================================================= > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Ahh, ok, thanks by the clarification.
Indeed I need to be more familiarized with all the issues and explanations.....time, time and time..... :) 2010/9/10 Stéphane Ducasse <[hidden email]>: > Yes look at issue 2706 > > Stef > > On Sep 10, 2010, at 7:57 PM, Germán Arduino wrote: > >> Yes, but you said that was easy to implement..... >> >> I would know if is code that you knew from before or you needed to >> develop to this topic? >> >> I want to know, to can help more.....and was still searching the block >> code when you announced that was ready :) >> >> 2010/9/10 Stéphane Ducasse <[hidden email]>: >>> to block that the test crash >>> >>> On Sep 10, 2010, at 4:57 PM, Germán Arduino wrote: >>> >>>> Thanks. >>>> >>>> What are the features integrated? >>>> >>>> 2010/9/10 Stéphane Ducasse <[hidden email]>: >>>>> The fixes 2706 is already included in 1.2. >>>>> >>>>> Stef >>>>> >>>>> >>>>> >>>>>> Sound as a good idea. >>>>>> I can't promise much because the lack of free time...but still can try >>>>>> to have a look. >>>>>> >>>>>> 2010/9/9, Stéphane Ducasse <[hidden email]>: >>>>>>> why should add some guards in the tests for that even if ObjectAsMethods is >>>>>>> a cool feature to have >>>>>>> for experimentation. There are some changes from squeak pending in the bug >>>>>>> tracker. >>>>>>> >>>>>>> Now you should also pay that the coverage button is using wrapper and I >>>>>>> guess also use >>>>>>> test coverage. >>>>>>> >>>>>>> Stef >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Hi: >>>>>>>> >>>>>>>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>>>>>>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>>>>>>> >>>>>>>> Then I tried to run TestRunner new runAll (for comparing times against >>>>>>>> the common vm) and get the attached segfault. >>>>>>>> >>>>>>>> I tried with my own compiled cog and also with the downloaded from >>>>>>>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>>>>>>> >>>>>>>> My OS is Ubuntu 10.04 64 bits. >>>>>>>> >>>>>>>> Any hint will be appreciated. >>>>>>>> >>>>>>>> Cheers. >>>>>>>> >>>>>>>> -- >>>>>>>> ================================================= >>>>>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>>>>> PasswordsPro http://www.passwordspro.com >>>>>>>> ================================================= >>>>>>>> <cogsegfault.txt>_______________________________________________ >>>>>>>> Pharo-project mailing list >>>>>>>> [hidden email] >>>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Pharo-project mailing list >>>>>>> [hidden email] >>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> ================================================= >>>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>>> PasswordsPro http://www.passwordspro.com >>>>>> ================================================= >>>>>> >>>>>> _______________________________________________ >>>>>> Pharo-project mailing list >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>> >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> ================================================= >> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >> Arduino Software & Web Hosting http://www.arduinosoftware.com >> PasswordsPro http://www.passwordspro.com >> ================================================= >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- ================================================= Germán S. Arduino <gsa @ arsol.net> Twitter: garduino Arduino Software & Web Hosting http://www.arduinosoftware.com PasswordsPro http://www.passwordspro.com ================================================= _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
No stress, business and happiness
:) On Sep 11, 2010, at 12:30 AM, Germán Arduino wrote: > Ahh, ok, thanks by the clarification. > > Indeed I need to be more familiarized with all the issues and > explanations.....time, time and time..... :) > > 2010/9/10 Stéphane Ducasse <[hidden email]>: >> Yes look at issue 2706 >> >> Stef >> >> On Sep 10, 2010, at 7:57 PM, Germán Arduino wrote: >> >>> Yes, but you said that was easy to implement..... >>> >>> I would know if is code that you knew from before or you needed to >>> develop to this topic? >>> >>> I want to know, to can help more.....and was still searching the block >>> code when you announced that was ready :) >>> >>> 2010/9/10 Stéphane Ducasse <[hidden email]>: >>>> to block that the test crash >>>> >>>> On Sep 10, 2010, at 4:57 PM, Germán Arduino wrote: >>>> >>>>> Thanks. >>>>> >>>>> What are the features integrated? >>>>> >>>>> 2010/9/10 Stéphane Ducasse <[hidden email]>: >>>>>> The fixes 2706 is already included in 1.2. >>>>>> >>>>>> Stef >>>>>> >>>>>> >>>>>> >>>>>>> Sound as a good idea. >>>>>>> I can't promise much because the lack of free time...but still can try >>>>>>> to have a look. >>>>>>> >>>>>>> 2010/9/9, Stéphane Ducasse <[hidden email]>: >>>>>>>> why should add some guards in the tests for that even if ObjectAsMethods is >>>>>>>> a cool feature to have >>>>>>>> for experimentation. There are some changes from squeak pending in the bug >>>>>>>> tracker. >>>>>>>> >>>>>>>> Now you should also pay that the coverage button is using wrapper and I >>>>>>>> guess also use >>>>>>>> test coverage. >>>>>>>> >>>>>>>> Stef >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Hi: >>>>>>>>> >>>>>>>>> I was playing a bit with a stock Pharo 1.1 image, with the only adding >>>>>>>>> of the cs NecessaryImageChangesForCogToWork.Pharo1.1. >>>>>>>>> >>>>>>>>> Then I tried to run TestRunner new runAll (for comparing times against >>>>>>>>> the common vm) and get the attached segfault. >>>>>>>>> >>>>>>>>> I tried with my own compiled cog and also with the downloaded from >>>>>>>>> here http://www.mirandabanda.org/files/Cog/VM/VM.r2219/. >>>>>>>>> >>>>>>>>> My OS is Ubuntu 10.04 64 bits. >>>>>>>>> >>>>>>>>> Any hint will be appreciated. >>>>>>>>> >>>>>>>>> Cheers. >>>>>>>>> >>>>>>>>> -- >>>>>>>>> ================================================= >>>>>>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>>>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>>>>>> PasswordsPro http://www.passwordspro.com >>>>>>>>> ================================================= >>>>>>>>> <cogsegfault.txt>_______________________________________________ >>>>>>>>> Pharo-project mailing list >>>>>>>>> [hidden email] >>>>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Pharo-project mailing list >>>>>>>> [hidden email] >>>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> ================================================= >>>>>>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>>>>>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>>>>>> PasswordsPro http://www.passwordspro.com >>>>>>> ================================================= >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Pharo-project mailing list >>>>>>> [hidden email] >>>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Pharo-project mailing list >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> >>> -- >>> ================================================= >>> Germán S. Arduino <gsa @ arsol.net> Twitter: garduino >>> Arduino Software & Web Hosting http://www.arduinosoftware.com >>> PasswordsPro http://www.passwordspro.com >>> ================================================= >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > ================================================= > Germán S. Arduino <gsa @ arsol.net> Twitter: garduino > Arduino Software & Web Hosting http://www.arduinosoftware.com > PasswordsPro http://www.passwordspro.com > ================================================= > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |