On Mon, Feb 1, 2010 at 1:38 PM, David Ruggles <da...@safedatausa.com> wrote:
> I'm not sure what macrospace is so I don't know. What is macrospace?

macrospace is a means of loading programs into storage and keeping
them there that dates from the OS/2 1.x days.  The loaded code is
stored in the rxapi process, so the data needs to be retrieved via a
cross-process call each time you use it.  ::requires works much better
as an optimization because everything is held directly in memory.

The stack trace was a red herring....the call in question was just
querying to see if the function getting called was present in the
macrospace.

I believe you mentioned that this is a multi-threaded application.  It
is possible that this is not the thread that had the exception.  There
should be a stack entry for each active thread in the application.

Rick

>
> Thanks,
>
> David Ruggles
> CCNA MCSE (NT) CNA A+
> Network Engineer        Safe Data, Inc.
> (910) 285-7200  da...@safedatausa.com
>
>
>
> -----Original Message-----
> From: Rick McGuire [mailto:object.r...@gmail.com]
> Sent: Monday, February 01, 2010 1:33 PM
> To: Open Object Rexx Developer Mailing List
> Subject: Re: [Oorexx-devel] Long Running Program Just Dies
>
>
> No, this one looks quite a bit different.  Are you actually using the
> macrospace in your application?  There was a memory leak in the
> macrospace code we've already fixed in the trunk code.  If you are
> using macrospace, you might want to consider moving away from it....it
> doesn't really give you the advantages you think it might.
>
> Rick
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to