Hi All
-- I'm trying to package up a seaside application that includes a ton of legacy stuff from the applications 'golden' age. The legacy application packages up and works no problem. However, now that I'm building nice shiny new Seaside interfaces, I need the Seaside app. All works nicely in development, no problems. I'm now trying to create a reduced runtime image. I've found previous posts about Seaside and including it and not reducing Core etc. After going through creating/modifying the instructins, to reduce, to 'Examine and Fix Problems' (which there are no fatal problems), to save instructions and finally to 'Output Image', the packager runs at 100% cpu for about 10 minutes or so, and finally I get a debugger with: 'Ram Bucket is full' ==> {UIProcess:(9/10/2013 2:18:05){suspended,3}} and [] in EsRomerImageDumper(EsDumper)>>#assignAddresses Etc, offending code, etc. The EpHashDictionary size is '131072' Any ideas? Thanks Dusty (Inspired!) 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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Right I've created a new image, put my app and seaside et al in it.I'm now getting a whole new error when trying to package. KR Dusty On Tue, Sep 10, 2013 at 3:02 PM, Dusty <[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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. PackgingError.png (204K) Download Attachment |
Dusty - I assume you are packaging something that uses pragmas (like Seaside - REST). This is a known problem that is fixed in 8.6. John On Wednesday, September 11, 2013 8:45:04 AM UTC-4, Dusty 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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |