[oi-dev] What changed between glib versions?

Gary Mills gary_mills at fastmail.fm
Fri Apr 1 01:19:07 UTC 2022


On Thu, Mar 31, 2022 at 04:48:04PM -0500, Gary Mills wrote:
> Ah, that behavior makes it much more difficult to diagnose the
> problem.  Intermittent operation is not something I even considered.
> Could there be a critical timing someplace?  I don't know how you
> would even answer that question.

The only thing I can think of that occurs at a random time is signals.
Linux signal handling is quite different from illumos signal handling.
Both OSes can lose repeated signals.

The other pecularity, although not entirely random, is that hal writes
UTF strings to a pipe, and reads them back from the same pipe.  Pipes
also are quite different between Linux and illumos.  In particular,
illumos pipes use streams, and require a context switch before the
packet can move along the pipe.


-- 
-Gary Mills-		-refurb-		-Winnipeg, Manitoba, Canada-



More information about the oi-dev mailing list