Discussion:
hangs in 20181129 snapshot hopefully fixed
Corinna Vinschen
2018-12-01 14:44:27 UTC
Permalink
I pushed a patch and uploaded a 20181201 developer snapshot to
https://cygwin.com/snapshots which hopefully fixes all observed problems
related to the new extensible clock implementation in the 20181129
snapshot.

Basically it should fix clock hangs, as well as a dumb thinko in the
Vista-only implementation of CLOCK_MONOTONIC_COARSE:

In fact, despite its name, Windows' GetTickCount64() does not return
clock ticks as GetTickCount does. Rather, it returns milliseconds since
boottime, supposedly biased (aka "suspend time taken into account").
So it's not the best fit for CLOCK_MONOTONIC_COARSE, but without a
working QueryUnbiasedInterruptTime function...(*)

Please test.


Thanks,
Corinna


(*) Do we still have any Vista users on this list? Or can we just
pull the plug on Vista support?
--
Corinna Vinschen
Cygwin Maintainer
Brian Inglis
2018-12-01 21:36:30 UTC
Permalink
Post by Corinna Vinschen
(*) Do we still have any Vista users on this list?
Or can we just pull the plug on Vista support?
Vista extended support ended 18 months ago; standard support 5 years before; all
browsers but Opera and Lunascape (and IE9 on Vista SP2) dropped support for
Vista and XP 6 months ago or earlier; estimates of remaining Vista users are an
order of magnitude less than XP users:

W10 ~ W7 ~45% each >> W8.1 ~ XP ~5% each > W8 ~1% > Vista ~.3-.6% or 1/166-333
systems * setup exe download annual unique IP count?

Does anyone do regular analysis of sourceware access logs to justify support?
What do the sourceware setup exe download and/or mailing list user agent strings
tell you?

N.B. W7/2008 extended (security) support ends in just over a year.
Start migrating those systems to VMs behind firewalls.
MS describes this as $100G opportunity (AKA user cost)!
--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Dan Kegel
2018-12-01 22:09:59 UTC
Permalink
For what it's worth:
Vista does not even rise above the noise at
https://store.steampowered.com/hwsurvey/Steam-Hardware-Software-Survey-Welcome-to-Steam
and is just barely present at
https://netmarketshare.com/operating-system-market-share.aspx?id=platformsDesktopVersions

If I were still supporting Vista on anything, I'd be thinking
seriously about dropping it like a stone.
- Dan
On Sat, Dec 1, 2018 at 1:36 PM Brian Inglis
Post by Brian Inglis
Post by Corinna Vinschen
(*) Do we still have any Vista users on this list?
Or can we just pull the plug on Vista support?
Vista extended support ended 18 months ago; standard support 5 years before; all
browsers but Opera and Lunascape (and IE9 on Vista SP2) dropped support for
Vista and XP 6 months ago or earlier; estimates of remaining Vista users are an
W10 ~ W7 ~45% each >> W8.1 ~ XP ~5% each > W8 ~1% > Vista ~.3-.6% or 1/166-333
systems * setup exe download annual unique IP count?
Does anyone do regular analysis of sourceware access logs to justify support?
What do the sourceware setup exe download and/or mailing list user agent strings
tell you?
N.B. W7/2008 extended (security) support ends in just over a year.
Start migrating those systems to VMs behind firewalls.
MS describes this as $100G opportunity (AKA user cost)!
--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada
This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Corinna Vinschen
2018-12-02 11:24:48 UTC
Permalink
Post by Brian Inglis
Post by Corinna Vinschen
(*) Do we still have any Vista users on this list?
Or can we just pull the plug on Vista support?
Vista extended support ended 18 months ago; standard support 5 years
before; all browsers but Opera and Lunascape (and IE9 on Vista SP2)
dropped support for Vista and XP 6 months ago or earlier; estimates of
W10 ~ W7 ~45% each >> W8.1 ~ XP ~5% each > W8 ~1% > Vista ~.3-.6% or
1/166-333 systems * setup exe download annual unique IP count?
Does anyone do regular analysis of sourceware access logs to justify
support? What do the sourceware setup exe download and/or mailing
list user agent strings tell you?
Assuming the access statistics have any relevance, we get roughly this:

W 10 69.8 %
W 8.1 5.4 %
W 8 0.7 %
W 7 23.9 %
Vista 0.2 %
Post by Brian Inglis
N.B. W7/2008 extended (security) support ends in just over a year.
Start migrating those systems to VMs behind firewalls.
MS describes this as $100G opportunity (AKA user cost)!
Time to move on, I guess. There's Linux, too...


Corinna
--
Corinna Vinschen
Cygwin Maintainer
Loading...