dsdreamer wrote: 
> Okay, I can't see how this could fail, but I will test as you suggest
> and report back on this thread.

I deleted two the two while loop blocks of code in JiveMain.lua to leave
it looking as follows:


Code:
--------------------
    
  -- creates our JiveMain main object
  function JiveMain:__init()
  log:info("JiveLite version ", JIVE_VERSION)
  
  local initTime = os.time()
  
  -- Seed the rng
  math.randomseed(initTime)
  
--------------------


Then I repeated my tests of yesterday, with a slow SD card that usually
had been problematic. No lockups occurred.

The only thing I noticed was that in the very early seconds after boot,
the UI can be a bit slow to respond to menu selections since it is
competing with a lot of other CPU activity. But, I don't recommend any
workarounds for that issue; just keep it in mind if people start
reporting "temporary" freezes after this fix is widely distributed.



----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to