Menu

#485 The BIF rxqueue returns a zero-length string

v4.0
closed
5
2012-08-14
2008-01-08
No

On Linux using ooRexx 3.2.0 the BIF RxQueue sometimes returns a zero-length string when using the create option.

newQueueName = RxQueue('Create')
newQueueName = RxQueue('Create', 'myQueue')

After a few calls to either of the above forms the function will begin returning a zero-length string.

Discussion

  • David Ashley

    David Ashley - 2008-01-09

    Logged In: YES
    user_id=931756
    Originator: YES

    Just before the rxqueue starts to return zero-length strings I sometimes get the following message at the console.

    E The member of the semaphore set does not exist (lock)!

     
  • Rick McGuire

    Rick McGuire - 2008-08-15

    Logged In: YES
    user_id=1125291
    Originator: NO

    This should be fixed now with the new rxapi subsystem.

     
  • Mark Miesfeld

    Mark Miesfeld - 2010-02-19

    The fix for this item was in the 4.0.0 release.

     

Anonymous
Anonymous

Add attachments
Cancel