[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] sqUnixHeartbeat.c: Remove warning about thread priorities (#144)

Fabio Niephaus notifications at github.com
Sun Aug 19 09:20:05 UTC 2018


> Is there really a problem? How to demonstrate it?

According to https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/275#issuecomment-411558942 and https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/275#issuecomment-411569935, there is.

I'm afraid we can't just remove that message. You should, however, be able to suppress the warning by redirecting `stderr` to `/dev/null/` (via `2>/dev/null`). I would not be opposed to adding a flag for this as well (e.g. `-suppress-rtprio-warning`).

Closing this in favor of #275.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/144#issuecomment-414114830
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180819/0de73ae8/attachment.html>


More information about the Vm-dev mailing list