I think we may have some sort of build order problem causing the
SYSSLEEP failure.  Looking at the generated image, the REXXUTIL
entries aren't there.  If I build, then explicitly run rexximage, the
errors go away.  Something strange going on here.

I probably won't be able to take a look at the properties problem
until this evening, but if I had to make a bet, this is a problem with
raising/trapping the notready condition.

Rick

On Thu, Jun 26, 2008 at 12:41 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 26, 2008 at 9:29 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote:
>> On Thu, Jun 26, 2008 at 3:13 AM, Rick McGuire <[EMAIL PROTECTED]> wrote:
>>> Which ones are hanging?  I can start chasing those next.
>>
>> Your commit fixed the ones I had run into.  This one still hangs,
>> might have a different root cause.  It pegs the CPU so it looks like
>> an infinite loop also:
>>
>> C:\work.ooRexx\3.x\interpreter.rick\Win32Dbg>.\rexx
>> \work.ooRexx\ooRexxUnit\3.x\testOORexx.rex -R ooRexx\bas
>> e\class -f Properties
>>
>> It is ooRexx/base/class/Properties.testGroup
>
> Rick if you go to take a look at this later, this is where it hangs:
>
> ::method "test_load_and_save_via_instanceMethod_using_Stream_Objects"
>  self~internal_setup
>
>  str=.stream~new(.testData~files[1])
>  say 'got stream'
>  props=.properties~new
>  say 'got props'
>  props~load(str)
>  say 'did load'
>  self~assertEquals(2, props~items, "subtest_01 - using class method 'load'")
>
> At the props~load(str)
>
> --
> Mark Miesfeld
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to