Hi,
-- we are loading our development and production configuration maps into the ibmst.icx. Until VASamalltalk 9.0 everything was fine. Now we are switching to version 9.1 and the configuration map z.VA: VA Assist Pro makes problems during loading or when it is loaded. Then the file walkback.log is written like a stack overflow happened. See attached file. Everything works fine if we load the VA Assist feature via Load/Unload Feature. Or when we use the preloaded with VA Smalltalk delivered abt.icx. Where is the difference between loading via configuration map or load/unload a feature. It happens in 32- or 64-bit environment. I load this map as first or after Envy - and VisualAge Development Environment. Always the same effect. Kind regards.. Klaus You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. walkback-0.log (26K) Download Attachment |
Hi Klaus, I just tried to reproduced but I fail. I took a fresh 9.1 32 bits ibm image pointing to the shipped manager and I could perfectly load the map " z.VA: VA Assist Pro" from the configuration map browser. See my screenshot. Can you reproduce this with a fresh image? Thanks, On Thu, Nov 15, 2018 at 4:59 AM Klaus Breker <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. Screen Shot 2018-11-15 at 10.46.30 AM.png (112K) Download Attachment |
Hi Klaus, Another engineer of the team pointed me out that load "looks" fine but we do see the walkback once you try to open browsers. We have opened development case 64233 which will be fixed for 9.2. Your workarounds in the meanwhile are: 1) Load via the Feature windows (as you said) 2) Load it programmatically from the Transcript with all browsers closed. Something like: (EmConfigurationMap editionsFor:'z.VA: VA Assist Pro') first load. 3) Make a patch change (before trying to load it from the maps browser) in StsPowerTools>>loaded. Move the line: IsUVM := (Smalltalk classAt: #UvmBrowser ifAbsent: [nil]) notNil. to the very beginning of the method... After that patch, you should be able to load it from the Configuration Map Browser too. Let us know if those workaround work for you. Best regards, On Thu, Nov 15, 2018 at 10:47 AM Mariano Martinez Peck <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Mariano,
-- I did the patch and released this version into the config map. Now everything is fine after loading the VA Assist Pro. I forgot to mention, that another browser has to be opened before the error appeared. Thanks for the quick solution and best regards Klaus Am Donnerstag, 15. November 2018 17:30:12 UTC+1 schrieb marianopeck:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
On Thu, Nov 15, 2018 at 1:55 PM Klaus Breker <[hidden email]> wrote:
Yeah, that's why I couldn't reproduce it but another engineer could :)
No problem. Best regards to you too. You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |