Hi. I am not sure if this issue is known, or what files to provide to help fix it. In the latest image (60112, but my guess is that this will happen with all Pharo 6 images) if I download a clean latest image, start Pharo on Windows, save the image, then copy it to a Linux environment, and try to start it, the image freezes even before displaying the workspace (I get an unresponsive black and white box in Linux, only killable through xkill command). I am sure this did not happen back with Pharo 5. If I output "./pharo Image.image > log.txt" I end up with a huge file since there seems to be an infinite loop while trying to determine the FileStore to use. The first lines of this output file, before going into the loop, are: out of memory /home/theUser/Downloads/Pharo6/pharo pharo VM version: 5.0 #1 Tue Jun 21 12:37:33 CEST 2016 gcc 4.6.3 [Production Spur ITHB VM] Built from: CoInterpreter VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Jun 21 2016 With: StackToRegisterMappingCogit VMMaker.oscog-HolgerHansPeterFreyther.1880 uuid: 16138eb3-2390-40f5-a6c8-15f0494936f8 Jun 21 2016 Revision: https://github.com/pharo-project/pharo-vm.git Commit: 9638b0190a9fc01479bfb752becd96edfd253c8c Date: 2016-06-21 12:29:26 +0200 By: GitHub <[hidden email]> Jenkins build #594 Build host: Linux pharo-linux 3.2.0-31-generic-pae #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012 i686 i686 i386 GNU/Linux plugin path: /home/theUser/Downloads/Pharo6/ [default: /home/theUser/Downloads/Pharo6/] C stack backtrace & registers: *./pharo[0x80c133c] ./pharo(error+0x17)[0x80c1547] ./pharo[0x809a26c] ./pharo[0x809a301] ./pharo[0x809a53d] ./pharo[0x809bf13] ./pharo[0x80a6b61] ./pharo[0x80ae4ca] ./pharo[0x80ae6ba] ./pharo[0x80af07f] ./pharo[0x80afcf4] ./pharo(ceSendsupertonumArgs+0x1d8)[0x80b0098] [0x990008d] [0x990de03] [0x99090af] [0x9900b70] [0x990dda3] [0x990de03] [0x99090af] [0x9900b40] [0xffe95808] Smalltalk stack dump: 0xffe9e9f8 I MacStore class(Class)>subclassesDo: 0xa3393f0: a(n) MacStore class 0xffe9ea14 M MacStore class(Behavior)>allSubclassesDo: 0xa3393f0: a(n) MacStore class 0xffe9ea34 M [] in UnixStore class(Behavior)>allSubclassesDo: 0xa339380: a(n) UnixStore class 0xffe9ea58 M Array(SequenceableCollection)>do: 0x9ded798: a(n) Array 0xffe9ea7c I UnixStore class(Class)>subclassesDo: 0xa339380: a(n) UnixStore class 0xffe9ea98 M UnixStore class(Behavior)>allSubclassesDo: 0xa339380: a(n) UnixStore class 0xffe9eab8 M [] in DiskStore class(Behavior)>allSubclassesDo: 0xa339310: a(n) DiskStore class 0xffe9eadc M Array(SequenceableCollection)>do: 0x9ded710: a(n) Array 0xffe9d7c8 I DiskStore class(Class)>subclassesDo: 0xa339310: a(n) DiskStore class 0xffe9d7e4 M DiskStore class(Behavior)>allSubclassesDo: 0xa339310: a(n) DiskStore class 0xffe9d800 M DiskStore class>activeClass 0xa339310: a(n) DiskStore class 0xffe9d81c M DiskStore class>currentFileSystem 0xa339310: a(n) DiskStore class 0xffe9d834 M DiskStore class>current 0xa339310: a(n) DiskStore class 0xffe9d84c M DiskStore class>delimiter 0xa339310: a(n) DiskStore class 0xffe9d864 M DiskStore(FileSystemStore)>delimiter 0x9deb478: a(n) DiskStore 0xffe9d884 M DiskStore(FileSystemStore)>pathFromString: 0x9deb478: a(n) DiskStore 0xffe9d8a4 M DiskStore>defaultWorkingDirectory 0x9deb478: a(n) DiskStore 0xffe9d8bc M FileSystem>initializeWithStore: 0x9deb488: a(n) FileSystem 0xffe9d8dc M FileSystem class>store: 0xa2e2978: a(n) FileSystem class 0xffe9d8f8 M DiskStore class>currentFileSystem 0xa339310: a(n) DiskStore class ... and so on...from #currentFileSystem to #store: and again... Thanks for any feedback and/or insight on how I should proceed to avoid this from happening, or what bug should I monitor to know when this might be fixed. |
Hm, I don't know what exactly happens.Please open a bug entry. 2016-06-25 17:17 GMT+02:00 Maximiliano Tabacman via Pharo-users <[hidden email]>:
|
did you get a fix for this? I am seeing this in pharo 5 image and I have not seen a fix yet
|
This is the bug entry https://pharo.fogbugz.com/f/cases/19272/Image-freezes-on-Linux-if-it-was-previously-saved-on-Windows I reported it as Pharo 6 since it was not happening back when I used Pharo 5, but you could add your case to the bug entry. This is still happening in Pharo-60268 On Tuesday, November 1, 2016 9:28 AM, Sean Glazier <[hidden email]> wrote: did you get a fix for this? I am seeing this in pharo 5 image and I have not seen a fix yet -- View this message in context: http://forum.world.st/Image-freezes-on-Linux-if-it-was-previously-saved-on-Windows-tp4903258p4921007.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. |
In reply to this post by Sean Glazier
2016-11-01 13:18 GMT+01:00 Sean Glazier <[hidden email]>: did you get a fix for this? I am seeing this in pharo 5 image and I have not No :( moving images from windows to linux will work again (only for Pharo 6 at the moment, maybe we can port that change back if it works).
|
Free forum by Nabble | Edit this page |