Community
Participate
Working Groups
Build Identifier: 3.20 See the bios ti.sysbios.knl.Queue module's Queue.putMeta() API. It is sometimes called before instance$static$init, even when the base Queue object has been constructed. Possibly need to use instance$meta$init in Queue.construct() to force proper behavior. Reproducible: Sometimes Steps to Reproduce: 1. build ti.sysbios.knl.tests SwiTest7. 2. without workaround code in Queue.xs, the Clock module state's Queue object is not initialized before before the Queue.putMeta() function which adds a Clock instance to the queue. 3.
I think this isn't a RTSC bug. Queue is missing instance$meta$init().