Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
March 2017
- 718 messages
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60423
Home: https://github.com/pharo-project/pharo-core
March 3, 2017
[pharo-project/pharo-core] 6fd1b5: 60423
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: 6fd1b56b8c9077b926a43f8078b721843f1da550
https://github.com/pharo-project/pharo-core/commit/6fd1b56b8c9077b926a43f80…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M Announcements-Core.package/Announcer.class/README.md
M BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/baseline_.st
M BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/groups_.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60422.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60423.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60422.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60423.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
A SortFunctions-Core.package/ChainedSortFunction.class/README.md
A SortFunctions-Core.package/ChainedSortFunction.class/definition.st
A SortFunctions-Core.package/ChainedSortFunction.class/instance/converting/%2C.st
A SortFunctions-Core.package/ChainedSortFunction.class/instance/evaluating/value_value_.st
A SortFunctions-Core.package/ChainedSortFunction.class/instance/initialize-release/next_.st
A SortFunctions-Core.package/SortFunction.class/README.md
A SortFunctions-Core.package/SortFunction.class/class/instance creation/ascend.st
A SortFunctions-Core.package/SortFunction.class/class/instance creation/descend.st
A SortFunctions-Core.package/SortFunction.class/definition.st
A SortFunctions-Core.package/SortFunction.class/instance/converting/%2C.st
A SortFunctions-Core.package/SortFunction.class/instance/converting/asSortFunction.st
A SortFunctions-Core.package/SortFunction.class/instance/converting/toggleDirection.st
A SortFunctions-Core.package/SortFunction.class/instance/evaluating/collate_with_.st
A SortFunctions-Core.package/SortFunction.class/instance/evaluating/value_value_.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/ascend.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/collator_.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/descend.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/direction_.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/monadicBlock_.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/sendMessage_.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/undefinedFirst.st
A SortFunctions-Core.package/SortFunction.class/instance/initailize-release/undefinedLast.st
A SortFunctions-Core.package/SortFunction.class/instance/testing/hasUndefinedDirection.st
A SortFunctions-Core.package/SortFunction.class/instance/testing/isAscending.st
A SortFunctions-Core.package/SortFunction.class/instance/testing/isDescending.st
A SortFunctions-Core.package/SortFunction.class/instance/testing/isUndefinedFirst.st
A SortFunctions-Core.package/SortFunction.class/instance/testing/isUndefinedLast.st
A SortFunctions-Core.package/extension/BlockClosure/instance/asSortFunction.st
A SortFunctions-Core.package/extension/BlockClosure/instance/ascending.st
A SortFunctions-Core.package/extension/BlockClosure/instance/descending.st
A SortFunctions-Core.package/extension/Magnitude/instance/threeWayCompareTo_.st
A SortFunctions-Core.package/extension/String/instance/threeWayCompareTo_.st
A SortFunctions-Core.package/extension/Symbol/instance/asSortFunction.st
A SortFunctions-Core.package/extension/Symbol/instance/ascending.st
A SortFunctions-Core.package/extension/Symbol/instance/descending.st
A SortFunctions-Tests.package/ChainedSortFunctionTest.class/README.md
A SortFunctions-Tests.package/ChainedSortFunctionTest.class/definition.st
A SortFunctions-Tests.package/ChainedSortFunctionTest.class/instance/tests/testEvaluation.st
A SortFunctions-Tests.package/SortFunctionTest.class/README.md
A SortFunctions-Tests.package/SortFunctionTest.class/definition.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests - sorting/testSorting.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests - sorting/testSortingChained.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests - sorting/testSortingChainedWithUndefined.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests - sorting/testSortingWithUndefined.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testAsSortFunction.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testDirectionToggling.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testSingleArgBlock.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testTwoArgBlock.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testUnarySymbol.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testUndefinedFirstUnary.st
A SortFunctions-Tests.package/SortFunctionTest.class/instance/tests/testUndefinedLastUnary.st
A SortFunctions-Tests.package/ThreeWayComparisonTest.class/README.md
A SortFunctions-Tests.package/ThreeWayComparisonTest.class/definition.st
A SortFunctions-Tests.package/ThreeWayComparisonTest.class/instance/tests/testFloats.st
A SortFunctions-Tests.package/ThreeWayComparisonTest.class/instance/tests/testIntegers.st
A SortFunctions-Tests.package/ThreeWayComparisonTest.class/instance/tests/testStrings.st
Log Message:
-----------
60423
19780 Announcer has bad class comment which reference dead link
https://pharo.fogbugz.com/f/cases/19780
17728 Integrate Travis Griggs TAG-SortFunctions
https://pharo.fogbugz.com/f/cases/17728
http://files.pharo.org/image/60/60423.zip
March 3, 2017
Re: [Pharo-dev] [Moose-dev] Re: Re: Segmentation fault on Moose 6.1 Build
by Pavel Krivanek
The integration took a wrong slice...
2017-03-03 10:34 GMT+01:00 Blondeau Vincent <vincent.blondeau(a)worldline.com>
:
> Nice try, but it doesn't seems to :( :
> https://ci.inria.fr/moose/job/moose-6.1/556/console
>
> Smalltalk stack dump:
> 0xbfc61c50 I GrafPort>copyBits 0x9c1f7a8: a(n) GrafPort
> 0xbfc61c70 I GrafPort>image:at:sourceRect:rule: 0x9c1f7a8: a(n) GrafPort
> 0xbfc61ca0 I FormCanvas>image:at:sourceRect:rule: 0x9c12a98: a(n)
> FormCanvas
>
> Cheers,
> Vincent
>
>
> > -----Message d'origine-----
> > De : Moose-dev [mailto:moose-dev-bounces@list.inf.unibe.ch] De la part
> de
> > Tudor Girba
> > Envoyé : vendredi 3 mars 2017 10:22
> > Ã : Pharo Development List
> > Cc : Moose-related development
> > Objet : [Moose-dev] Re: [Pharo-dev] Re: Segmentation fault on Moose 6.1
> > Build
> >
> > Thanks.
> >
> > I have switched the Moose job back to using the latest image. Letâs see
> how
> > it works.
> >
> > Cheers,
> > Doru
> >
> >
> > > On Mar 3, 2017, at 9:19 AM, Pavel Krivanek <pavel.krivanek(a)gmail.com>
> > wrote:
> > >
> > > Esteban created a working fix for this issue.
> > >
> > > Cheers,
> > > -- Pavel
> > >
> > > 2017-03-03 3:16 GMT+01:00 Ben Coman <btc(a)openinworld.com>:
> > > To confirm specific reproducibility, using...
> > > http://files.pharo.org/image/60/60421.zip
> > >
> > > I did...
> > > $ cd opensmalltalk-vm
> > > $ git checkout d54edc56
> > > $ git log
> > > commit d54edc5638c9f90c80f214e59e19240f8ead87f8
> > > Author: Eliot Miranda <eliot.miranda(a)gmail.com>
> > > Date: Thu Mar 2 09:53:05 2017 -0800
> > > CogVM source as per VMMaker.oscog-eem.2143
> > > Fix regression in Sista sources due to receiverTags work.
> > >
> > > $ cd build.linux32x86/pharo.cog.spur/build.debug
> > > $ cd products/debug/phcogspurlinuxht
> > > $ pharo ~/temp/Case19785/Pharo-60421.image
> > >
> > > World > Playground, evaluate...
> > > surf := AthensCairoSurface extent: Display extent.
> > > Display getCanvas drawImage: surf asForm at: 0@0
> > >
> > > 70% ==> image seg fault
> > > 30% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:
> fromContext:
> > >
> > > but doing
> > > Smalltalk snapshot: true andQuit: true.
> > > surf := AthensCairoSurface extent: Display extent.
> > > Display getCanvas drawImage: surf asForm at: 0@0.
> > >
> > > 100% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:
> fromContext:
> > >
> > >
> > > Evaluate the following in Playground for 100% segfault from command
> line.
> > >
> > > EllipseMorph compile: 'step
> > > |surf|
> > > [ surf := AthensCairoSurface extent: Display extent.
> > > Display getCanvas drawImage: surf asForm at: 0@0.
> > > ] on: Error do: [ ].
> > > self position: self position + (50@0). "To observe survival
> of seg
> > fault" '.
> > > Smalltalk snapshot: true andQuit: true.
> > > EllipseMorph new openInWorld.
> > >
> > >
> > > btw, I'm on 32-bit Debian 8 Jessie
> > > $ uname -a
> > > Linux dom0 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)
> > > i686 GNU/Linux
> > >
> > > cheers -ben
> > >
> > >
> > > On Fri, Mar 3, 2017 at 12:08 AM, Blondeau Vincent
> > <vincent.blondeau(a)worldline.com> wrote:
> > > > Hi Eliot,
> > > >
> > > >
> > > >
> > > > Thanks to take care of this issue!
> > > >
> > > >
> > > >
> > > > Pavel opened a bug issue here:
> > > > https://pharo.fogbugz.com/f/cases/19785/Athens-crashes-the-VM . You
> > > > need the latest Pharo image and VM and it crashes under Linux
> > > > (32-bit) and OSX (El Captain, 32-bit VM). And I personally tried
> > > > with Windows7 and the bug happens too.
> > > >
> > > >
> > > >
> > > > To reproduce: Morph new testAthensRender
> > > >
> > > >
> > > >
> > > > An extract of the opened issue:
> > > >
> > > >
> > > >
> > > > Edited by Pavel Krivanek 02/03/2017 (Today) 16:10
> > > >
> > > > An empty surface crashes it too:
> > > > surf := AthensCairoSurface extent: Display extent.
> > > > Display getCanvas drawImage: surf asForm at: 0@0
> > > >
> > > >
> > > >
> > > > The problem is in the method AthensCairoSurface>>#asForm where the
> > > > previous slice started to add 1 to surface heigth
> > > >
> > > >
> > > >
> > > > Well, I tried to revert AthensCairoSurface>>#asForm which fixes this
> > > > particular case but Roassal still crashes on copyBits
> > > >
> > > >
> > > >
> > > > Cheers,
> > > >
> > > > Vincent
> > > >
> > > >
> > > >
> > > > De : Moose-dev [mailto:moose-dev-bounces@list.inf.unibe.ch] De la
> > > > part de Eliot Miranda Envoyé : jeudi 2 mars 2017 17:03 à : Pharo
> > > > Development List Cc : Moose-related development; Squeak Virtual
> > > > Machine Development Discussion Objet : [Moose-dev] Re: [Pharo-dev]
> > > > Segmentation fault on Moose 6.1 Build
> > > >
> > > > Hi Vincent,
> > > >
> > > > first, apologies for the inconvenience, second, thanks! I badly
> > > > need reproducible failure cases to get the remaining bugs out of the
> > > > compactor and you have just provided me with one. Can you send me
> > > > the information I need to reproduce the build? What platforms does
> it
> > fall on?
> > > >
> > > > On Thu, Mar 2, 2017 at 2:23 AM, Blondeau Vincent
> > > > <vincent.blondeau(a)worldline.com> wrote:
> > > >
> > > > Hi,
> > > >
> > > > The latest builds of the Moose6.1 image are failing due to a
> > > > segmentation fault.
> > > >
> > > > Here is the link to the last build:
> > > > https://ci.inria.fr/moose/job/moose-6.1/550/console
> > > >
> > > > How can we fix this?
> > >
> >
> > --
> > www.tudorgirba.com
> > www.feenk.com
> >
> > "Beauty is where we see it."
> >
> >
> >
> >
> > _______________________________________________
> > Moose-dev mailing list
> > Moose-dev(a)list.inf.unibe.ch
> > https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> !!!*********************************************************
> ****************************
> "Ce message et les pièces jointes sont confidentiels et réservés à l'usage
> exclusif de ses destinataires. Il peut également être protégé par le secret
> professionnel. Si vous recevez ce message par erreur, merci d'en avertir
> immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
> pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra
> être recherchée quant au contenu de ce message. Bien que les meilleurs
> efforts soient faits pour maintenir cette transmission exempte de tout
> virus, l'expéditeur ne donne aucune garantie à cet égard et sa
> responsabilité ne saurait être recherchée pour tout dommage résultant d'un
> virus transmis.
>
> This e-mail and the documents attached are confidential and intended
> solely for the addressee; it may also be privileged. If you receive this
> e-mail in error, please notify the sender immediately and destroy it. As
> its integrity cannot be secured on the Internet, the Worldline liability
> cannot be triggered for the message content. Although the sender endeavours
> to maintain a computer virus-free network, the sender does not warrant that
> this transmission is virus-free and will not be liable for any damages
> resulting from any virus transmitted.!!!"
>
March 3, 2017
Re: [Pharo-dev] [Moose-dev] Re: Re: Segmentation fault on Moose 6.1 Build
by Blondeau Vincent
Nice try, but it doesn't seems to :( :
https://ci.inria.fr/moose/job/moose-6.1/556/console
Smalltalk stack dump:
0xbfc61c50 I GrafPort>copyBits 0x9c1f7a8: a(n) GrafPort
0xbfc61c70 I GrafPort>image:at:sourceRect:rule: 0x9c1f7a8: a(n) GrafPort
0xbfc61ca0 I FormCanvas>image:at:sourceRect:rule: 0x9c12a98: a(n) FormCanvas
Cheers,
Vincent
> -----Message d'origine-----
> De : Moose-dev [mailto:moose-dev-bounces@list.inf.unibe.ch] De la part de
> Tudor Girba
> Envoyé : vendredi 3 mars 2017 10:22
> Ã : Pharo Development List
> Cc : Moose-related development
> Objet : [Moose-dev] Re: [Pharo-dev] Re: Segmentation fault on Moose 6.1
> Build
>
> Thanks.
>
> I have switched the Moose job back to using the latest image. Letâs see how
> it works.
>
> Cheers,
> Doru
>
>
> > On Mar 3, 2017, at 9:19 AM, Pavel Krivanek <pavel.krivanek(a)gmail.com>
> wrote:
> >
> > Esteban created a working fix for this issue.
> >
> > Cheers,
> > -- Pavel
> >
> > 2017-03-03 3:16 GMT+01:00 Ben Coman <btc(a)openinworld.com>:
> > To confirm specific reproducibility, using...
> > http://files.pharo.org/image/60/60421.zip
> >
> > I did...
> > $ cd opensmalltalk-vm
> > $ git checkout d54edc56
> > $ git log
> > commit d54edc5638c9f90c80f214e59e19240f8ead87f8
> > Author: Eliot Miranda <eliot.miranda(a)gmail.com>
> > Date: Thu Mar 2 09:53:05 2017 -0800
> > CogVM source as per VMMaker.oscog-eem.2143
> > Fix regression in Sista sources due to receiverTags work.
> >
> > $ cd build.linux32x86/pharo.cog.spur/build.debug
> > $ cd products/debug/phcogspurlinuxht
> > $ pharo ~/temp/Case19785/Pharo-60421.image
> >
> > World > Playground, evaluate...
> > surf := AthensCairoSurface extent: Display extent.
> > Display getCanvas drawImage: surf asForm at: 0@0
> >
> > 70% ==> image seg fault
> > 30% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:fromContext:
> >
> > but doing
> > Smalltalk snapshot: true andQuit: true.
> > surf := AthensCairoSurface extent: Display extent.
> > Display getCanvas drawImage: surf asForm at: 0@0.
> >
> > 100% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:fromContext:
> >
> >
> > Evaluate the following in Playground for 100% segfault from command line.
> >
> > EllipseMorph compile: 'step
> > |surf|
> > [ surf := AthensCairoSurface extent: Display extent.
> > Display getCanvas drawImage: surf asForm at: 0@0.
> > ] on: Error do: [ ].
> > self position: self position + (50@0). "To observe survival of seg
> fault" '.
> > Smalltalk snapshot: true andQuit: true.
> > EllipseMorph new openInWorld.
> >
> >
> > btw, I'm on 32-bit Debian 8 Jessie
> > $ uname -a
> > Linux dom0 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)
> > i686 GNU/Linux
> >
> > cheers -ben
> >
> >
> > On Fri, Mar 3, 2017 at 12:08 AM, Blondeau Vincent
> <vincent.blondeau(a)worldline.com> wrote:
> > > Hi Eliot,
> > >
> > >
> > >
> > > Thanks to take care of this issue!
> > >
> > >
> > >
> > > Pavel opened a bug issue here:
> > > https://pharo.fogbugz.com/f/cases/19785/Athens-crashes-the-VM . You
> > > need the latest Pharo image and VM and it crashes under Linux
> > > (32-bit) and OSX (El Captain, 32-bit VM). And I personally tried
> > > with Windows7 and the bug happens too.
> > >
> > >
> > >
> > > To reproduce: Morph new testAthensRender
> > >
> > >
> > >
> > > An extract of the opened issue:
> > >
> > >
> > >
> > > Edited by Pavel Krivanek 02/03/2017 (Today) 16:10
> > >
> > > An empty surface crashes it too:
> > > surf := AthensCairoSurface extent: Display extent.
> > > Display getCanvas drawImage: surf asForm at: 0@0
> > >
> > >
> > >
> > > The problem is in the method AthensCairoSurface>>#asForm where the
> > > previous slice started to add 1 to surface heigth
> > >
> > >
> > >
> > > Well, I tried to revert AthensCairoSurface>>#asForm which fixes this
> > > particular case but Roassal still crashes on copyBits
> > >
> > >
> > >
> > > Cheers,
> > >
> > > Vincent
> > >
> > >
> > >
> > > De : Moose-dev [mailto:moose-dev-bounces@list.inf.unibe.ch] De la
> > > part de Eliot Miranda Envoyé : jeudi 2 mars 2017 17:03 à : Pharo
> > > Development List Cc : Moose-related development; Squeak Virtual
> > > Machine Development Discussion Objet : [Moose-dev] Re: [Pharo-dev]
> > > Segmentation fault on Moose 6.1 Build
> > >
> > > Hi Vincent,
> > >
> > > first, apologies for the inconvenience, second, thanks! I badly
> > > need reproducible failure cases to get the remaining bugs out of the
> > > compactor and you have just provided me with one. Can you send me
> > > the information I need to reproduce the build? What platforms does it
> fall on?
> > >
> > > On Thu, Mar 2, 2017 at 2:23 AM, Blondeau Vincent
> > > <vincent.blondeau(a)worldline.com> wrote:
> > >
> > > Hi,
> > >
> > > The latest builds of the Moose6.1 image are failing due to a
> > > segmentation fault.
> > >
> > > Here is the link to the last build:
> > > https://ci.inria.fr/moose/job/moose-6.1/550/console
> > >
> > > How can we fix this?
> >
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Beauty is where we see it."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)list.inf.unibe.ch
> https://www.list.inf.unibe.ch/listinfo/moose-dev
!!!*************************************************************************************
"Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.!!!"
March 3, 2017
Re: [Pharo-dev] [Moose-dev] Re: Segmentation fault on Moose 6.1 Build
by Tudor Girba
Thanks.
I have switched the Moose job back to using the latest image. Letâs see how it works.
Cheers,
Doru
> On Mar 3, 2017, at 9:19 AM, Pavel Krivanek <pavel.krivanek(a)gmail.com> wrote:
>
> Esteban created a working fix for this issue.
>
> Cheers,
> -- Pavel
>
> 2017-03-03 3:16 GMT+01:00 Ben Coman <btc(a)openinworld.com>:
> To confirm specific reproducibility, using...
> http://files.pharo.org/image/60/60421.zip
>
> I did...
> $ cd opensmalltalk-vm
> $ git checkout d54edc56
> $ git log
> commit d54edc5638c9f90c80f214e59e19240f8ead87f8
> Author: Eliot Miranda <eliot.miranda(a)gmail.com>
> Date: Thu Mar 2 09:53:05 2017 -0800
> CogVM source as per VMMaker.oscog-eem.2143
> Fix regression in Sista sources due to receiverTags work.
>
> $ cd build.linux32x86/pharo.cog.spur/build.debug
> $ cd products/debug/phcogspurlinuxht
> $ pharo ~/temp/Case19785/Pharo-60421.image
>
> World > Playground, evaluate...
> surf := AthensCairoSurface extent: Display extent.
> Display getCanvas drawImage: surf asForm at: 0@0
>
> 70% ==> image seg fault
> 30% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:fromContext:
>
> but doing
> Smalltalk snapshot: true andQuit: true.
> surf := AthensCairoSurface extent: Display extent.
> Display getCanvas drawImage: surf asForm at: 0@0.
>
> 100% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:fromContext:
>
>
> Evaluate the following in Playground for 100% segfault from command line.
>
> EllipseMorph compile: 'step
> |surf|
> [ surf := AthensCairoSurface extent: Display extent.
> Display getCanvas drawImage: surf asForm at: 0@0.
> ] on: Error do: [ ].
> self position: self position + (50@0). "To observe survival of seg fault" '.
> Smalltalk snapshot: true andQuit: true.
> EllipseMorph new openInWorld.
>
>
> btw, I'm on 32-bit Debian 8 Jessie
> $ uname -a
> Linux dom0 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) i686 GNU/Linux
>
> cheers -ben
>
>
> On Fri, Mar 3, 2017 at 12:08 AM, Blondeau Vincent <vincent.blondeau(a)worldline.com> wrote:
> > Hi Eliot,
> >
> >
> >
> > Thanks to take care of this issue!
> >
> >
> >
> > Pavel opened a bug issue here:
> > https://pharo.fogbugz.com/f/cases/19785/Athens-crashes-the-VM . You need the
> > latest Pharo image and VM and it crashes under Linux (32-bit) and OSX (El
> > Captain, 32-bit VM). And I personally tried with Windows7 and the bug
> > happens too.
> >
> >
> >
> > To reproduce: Morph new testAthensRender
> >
> >
> >
> > An extract of the opened issue:
> >
> >
> >
> > Edited by Pavel Krivanek 02/03/2017 (Today) 16:10
> >
> > An empty surface crashes it too:
> > surf := AthensCairoSurface extent: Display extent.
> > Display getCanvas drawImage: surf asForm at: 0@0
> >
> >
> >
> > The problem is in the method AthensCairoSurface>>#asForm where the previous
> > slice started to add 1 to surface heigth
> >
> >
> >
> > Well, I tried to revert AthensCairoSurface>>#asForm which fixes this
> > particular case but Roassal still crashes on copyBits
> >
> >
> >
> > Cheers,
> >
> > Vincent
> >
> >
> >
> > De : Moose-dev [mailto:moose-dev-bounces@list.inf.unibe.ch] De la part de
> > Eliot Miranda
> > Envoyé : jeudi 2 mars 2017 17:03
> > Ã : Pharo Development List
> > Cc : Moose-related development; Squeak Virtual Machine Development
> > Discussion
> > Objet : [Moose-dev] Re: [Pharo-dev] Segmentation fault on Moose 6.1 Build
> >
> > Hi Vincent,
> >
> > first, apologies for the inconvenience, second, thanks! I badly need
> > reproducible failure cases to get the remaining bugs out of the compactor
> > and you have just provided me with one. Can you send me the information I
> > need to reproduce the build? What platforms does it fall on?
> >
> > On Thu, Mar 2, 2017 at 2:23 AM, Blondeau Vincent
> > <vincent.blondeau(a)worldline.com> wrote:
> >
> > Hi,
> >
> > The latest builds of the Moose6.1 image are failing due to a segmentation
> > fault.
> >
> > Here is the link to the last build:
> > https://ci.inria.fr/moose/job/moose-6.1/550/console
> >
> > How can we fix this?
>
--
www.tudorgirba.com
www.feenk.com
"Beauty is where we see it."
March 3, 2017
Re: [Pharo-dev] Tools > Calypso
by Denis Kudriashov
Hi.
I will add, but now dev version is a bit broken. So it will happen after
week ( I will be at vacation).
I created issue https://github.com/dionisiydk/Calypso/issues/47.
And feel free to implement it :)
2017-03-03 8:01 GMT+01:00 Ben Coman <btc(a)openinworld.com>:
> hi Dennis,
>
> When installing Calypso from the Catalog, its a pain to
> have to search the forums to lookup up to do...
> #ClySystemBrowser asClass open.
>
> Could you add an entry under World > Tools?
>
> cheers -ben
>
March 3, 2017
[pharo-project/pharo-core] d7ab23: 60422
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: d7ab2392cd49b9dac3b765de8d753cda99cb5d11
https://github.com/pharo-project/pharo-core/commit/d7ab2392cd49b9dac3b765de…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M Athens-Cairo.package/AthensCairoSurface.class/instance/converting/asForm.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60421.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60422.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60421.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60422.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
60422
19785 Athens crashes the VM
https://pharo.fogbugz.com/f/cases/19785
http://files.pharo.org/image/60/60422.zip
March 3, 2017
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60422
Home: https://github.com/pharo-project/pharo-core
March 3, 2017
[Pharo6] [Issue Tracker] Current Status
by Marcus Denker
Hi,
The current status is:
Issues Tagged Pharo6: 52
Overall: 598
In the sprint *TODAY* we will remove all the Pharo6 tags from Priority âWould be niceâ
and âFix if Timeâ.
Please check the issues and change the priority of needed:
https://pharo.fogbugz.com/f/filters/1192/6-0-All
March 3, 2017
Re: [Pharo-dev] [Moose-dev] Re: Segmentation fault on Moose 6.1 Build
by Pavel Krivanek
Esteban created a working fix for this issue.
Cheers,
-- Pavel
2017-03-03 3:16 GMT+01:00 Ben Coman <btc(a)openinworld.com>:
> To confirm specific reproducibility, using...
> http://files.pharo.org/image/60/60421.zip
>
> I did...
> $ cd opensmalltalk-vm
> $ git checkout d54edc56
> $ git log
> commit d54edc5638c9f90c80f214e59e19240f8ead87f8
> Author: Eliot Miranda <eliot.miranda(a)gmail.com>
> Date: Thu Mar 2 09:53:05 2017 -0800
> CogVM source as per VMMaker.oscog-eem.2143
> Fix regression in Sista sources due to receiverTags work.
>
> $ cd build.linux32x86/pharo.cog.spur/build.debug
> $ cd products/debug/phcogspurlinuxht
> $ pharo ~/temp/Case19785/Pharo-60421.image
>
> World > Playground, evaluate...
> surf := AthensCairoSurface extent: Display extent.
> Display getCanvas drawImage: surf asForm at: 0@0
>
> 70% ==> image seg fault
> 30% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:fromContext:
>
> but doing
> Smalltalk snapshot: true andQuit: true.
> surf := AthensCairoSurface extent: Display extent.
> Display getCanvas drawImage: surf asForm at: 0@0.
>
> 100% ==> PrimitiveFailed: primitive #primSignal:andReturnAs:fromContext:
>
>
> Evaluate the following in Playground for 100% segfault from command line.
>
> EllipseMorph compile: 'step
> |surf|
> [ surf := AthensCairoSurface extent: Display extent.
> Display getCanvas drawImage: surf asForm at: 0@0.
> ] on: Error do: [ ].
> self position: self position + (50@0). "To observe survival of seg fault"
> '.
> Smalltalk snapshot: true andQuit: true.
> EllipseMorph new openInWorld.
>
>
> btw, I'm on 32-bit Debian 8 Jessie
> $ uname -a
> Linux dom0 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) i686
> GNU/Linux
>
> cheers -ben
>
>
> On Fri, Mar 3, 2017 at 12:08 AM, Blondeau Vincent <
> vincent.blondeau(a)worldline.com> wrote:
> > Hi Eliot,
> >
> >
> >
> > Thanks to take care of this issue!
> >
> >
> >
> > Pavel opened a bug issue here:
> > https://pharo.fogbugz.com/f/cases/19785/Athens-crashes-the-VM . You
> need the
> > latest Pharo image and VM and it crashes under Linux (32-bit) and OSX (El
> > Captain, 32-bit VM). And I personally tried with Windows7 and the bug
> > happens too.
> >
> >
> >
> > To reproduce: Morph new testAthensRender
> >
> >
> >
> > An extract of the opened issue:
> >
> >
> >
> > Edited by Pavel Krivanek 02/03/2017 (Today) 16:10
> >
> > An empty surface crashes it too:
> > surf := AthensCairoSurface extent: Display extent.
> > Display getCanvas drawImage: surf asForm at: 0@0
> >
> >
> >
> > The problem is in the method AthensCairoSurface>>#asForm where the
> previous
> > slice started to add 1 to surface heigth
> >
> >
> >
> > Well, I tried to revert AthensCairoSurface>>#asForm which fixes this
> > particular case but Roassal still crashes on copyBits
> >
> >
> >
> > Cheers,
> >
> > Vincent
> >
> >
> >
> > De : Moose-dev [mailto:moose-dev-bounces@list.inf.unibe.ch] De la part
> de
> > Eliot Miranda
> > Envoyé : jeudi 2 mars 2017 17:03
> > Ã : Pharo Development List
> > Cc : Moose-related development; Squeak Virtual Machine Development
> > Discussion
> > Objet : [Moose-dev] Re: [Pharo-dev] Segmentation fault on Moose 6.1 Build
> >
> > Hi Vincent,
> >
> > first, apologies for the inconvenience, second, thanks! I badly need
> > reproducible failure cases to get the remaining bugs out of the compactor
> > and you have just provided me with one. Can you send me the information
> I
> > need to reproduce the build? What platforms does it fall on?
> >
> > On Thu, Mar 2, 2017 at 2:23 AM, Blondeau Vincent
> > <vincent.blondeau(a)worldline.com> wrote:
> >
> > Hi,
> >
> > The latest builds of the Moose6.1 image are failing due to a segmentation
> > fault.
> >
> > Here is the link to the last build:
> > https://ci.inria.fr/moose/job/moose-6.1/550/console
> >
> > How can we fix this?
>
March 3, 2017