On Jun 12, 2018, at 12:56 AM, [hidden email] wrote: Hi Tim, Hi Eliot, Thanks. I am remembering now that I actually was still on Xcode 9.3.1 when I built this VM, but upgraded to 9.4 right afterward. I no longer have the same build environment to report. This morning I rebuilt using Xcode 9.4 and ran the test again twice and there was no crash. Hopefully the crash is gone! Sorry for hair-raising. Maybe there was some badness with Xcode 9.3.1...? $ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Let me know if I can be of further help. Tim |
Hi Tim,
|
Hi Eliot,
The VM which failed repeatedly was built with Xcode 9.3.1 but I did not record the output of `gcc --version` after building it. I suspect this is an important distinction because the Command Line Tools package can be updated independently of the Xcode app itself. I don't suppose any such build environment details are recorded in the app bundle "artifact" itself...? Thanks, Tim |
Hello The note that the installation of Seaside crashes is of early June. There was actually a crash reported by me in the thread [Test][Squeak5.2a][Metacello] Installation causes VM crash Tobias provided a fixed VM which made the Metacello installation no longer crash. As Seaside uses Metacello this is surely a contributing factor to the crash of the Seaside installation. Maybe the only one, maybe not. I also do not know if the fix done by Tobias has been included into the All-In-One builds for Squeak. So my question is: What are the news about installing Seaside in Squeak 5.2a? Regards Hannes |
P.S. Is the installation script still Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: #stable; load: 'OneClick'. as noted here https://squeak.org/projects/#seaside On 7/14/18, H. Hirzel <[hidden email]> wrote: > Hello > > The note that the installation of Seaside crashes is of early June. > > There was actually a crash reported by me in the thread > > [Test][Squeak5.2a][Metacello] Installation causes VM crash > Tobias provided a fixed VM which made the Metacello installation no > longer crash. > > As Seaside uses Metacello this is surely a contributing factor to the > crash of the Seaside installation. Maybe the only one, maybe not. > > I also do not know if the fix done by Tobias has been included into > the All-In-One builds for Squeak. > > So my question is: What are the news about installing Seaside in Squeak > 5.2a? > > Regards > Hannes > |
Smoke test (successful load) with yesterdays new version assembled by Fabio http://files.squeak.org/trunk/Squeak5.2alpha-18150-32bit/Squeak5.2alpha-18150-32bit-All-in-One.zip on Ubuntu 14.04 based Linux Installer ensureRecentMetacello Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: #stable; load: 'OneClick'. Result: OK, no VM crash Could somebody please do a more in-depth test? --Hannes On 7/14/18, H. Hirzel <[hidden email]> wrote: > P.S. Is the installation script still > > Metacello new > configuration: 'Seaside3'; > repository: > 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; > version: #stable; > load: 'OneClick'. > > as noted here > https://squeak.org/projects/#seaside > > > On 7/14/18, H. Hirzel <[hidden email]> wrote: >> Hello >> >> The note that the installation of Seaside crashes is of early June. >> >> There was actually a crash reported by me in the thread >> >> [Test][Squeak5.2a][Metacello] Installation causes VM crash >> Tobias provided a fixed VM which made the Metacello installation no >> longer crash. >> >> As Seaside uses Metacello this is surely a contributing factor to the >> crash of the Seaside installation. Maybe the only one, maybe not. >> >> I also do not know if the fix done by Tobias has been included into >> the All-In-One builds for Squeak. >> >> So my question is: What are the news about installing Seaside in Squeak >> 5.2a? >> >> Regards >> Hannes >> > |
Free forum by Nabble | Edit this page |