this post was submitted on 09 Apr 2026
121 points (83.1% liked)

Technology

83677 readers
4241 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 37 comments
sorted by: hot top controversial new old
[–] pelya@lemmy.world 55 points 2 days ago (2 children)

I can tell it's some 32-bit millisecond counter without even opening the article. 49 days period is too specific.

And since I did not hear anything about MacOS network stack catastrophically breaking on any servers, the impact should be small.

[–] GamingChairModel@lemmy.world 11 points 1 day ago

The article describes how they immediately went to look for an unsigned 32-bit millisecond counter when they noticed it was happening around 50 days since last reboot, because they already knew that association you describe.

Interesting writeup. Fun little story about the detective work involved.

[–] chtk@sh.itjust.works 26 points 2 days ago (1 children)

49 days period is too specific.

49.7 days is also the maximum uptime for Windows 95 and 98.

[–] fallaciousBasis@lemmy.world 12 points 2 days ago* (last edited 2 days ago) (1 children)

No it's not. That's just the point at which a timer overflows which could cause a problem but it doesn't guarantee one.

[–] ada@lemmy.blahaj.zone 71 points 2 days ago (2 children)

Headline: Exactly 49 days

First sentence of article: 49 days, 17 hours and change

[–] WanderingThoughts@europe.pub 33 points 2 days ago (2 children)

2^32 milliseconds to be exact

[–] Gormadt@lemmy.blahaj.zone 8 points 1 day ago

Ah so it's an overflow bug

[–] Poach@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

(2^32 ) - 1

[–] sik0fewl@piefed.ca 7 points 2 days ago

It would have been more correct to say exactly 50 days.

[–] Treczoks@lemmy.world 7 points 1 day ago (1 children)

These kinds of bugs have been around for ages. There was one like this in WinNT, and this was found when the OS was finally stable enough to run for as long as that...

That this bug was found just now tells me that nobody lets a Mac run for serious lengths of time...

[–] Aatube@lemmy.dbzer0.com 2 points 1 day ago (1 children)

Multiple reports on Apple's community forums and open-source projects describe symptoms that match this bug precisely:

  • Apple Community #250867747: macOS Catalina — "New TCP connections can not establish." New connections enter SYN_SENT then immediately close. Existing connections unaffected. Only a reboot fixes it.
  • Apple Community #252991075: "Mac Pro TCP/IP stops working." TCP completely fails, but ping (ICMP) works normally.
  • Podman issue #12495: "podman machine network connectivity stalls after some uptime" on macOS 12. The VM running on macOS shows outbound TCP failure with ICMP still functional, occurring after running for multiple weeks.
[–] Treczoks@lemmy.world 2 points 7 hours ago (1 children)

Amazing that nobody so far noticed the similarities to the WinNT bug of old.

[–] Aatube@lemmy.dbzer0.com 2 points 5 hours ago

It seems to me like nobody bothered to measure how long it took to trigger, and those in the first two threads seem unaware that it is caused by uptime and not some other random thing

[–] vk6flab@lemmy.radio 48 points 2 days ago (4 children)

So, why is this being disclosed here and not a CVE reported to Apple?

While contemplating that, my Mac has been up for longer than that and it's working fine.

The Mac I had before that was up for years, also fine.

So .. what is this really about?

[–] mushroommunk@lemmy.today 35 points 2 days ago (1 children)

A lot of these new AI found bugs are proving to be nothing burgers. Just a waste of money to try and hype the latest models.

They're either in old code not actually used anymore or miss a system interaction that fixes the supposed bug or just straight up are wrong.

LLMs are shit

[–] homes@piefed.world 9 points 2 days ago* (last edited 2 days ago)

Yeah, macOS, like most UNIX/BSD and Linux systems (even NT systems), use BSD‘s rather ancient TCP/IP stack. And, like most systems, have found their own unique ways around whatever bugs once existed (or still exist) in that stack.

This case uses iMessage as an example, and it would be kind of foolish not to think that between the TCP/IP stack and macOS‘s internal messaging system there isn’t some kind of time reset handler before it gets handed off to iMessage.

[–] hersh@literature.cafe 11 points 2 days ago (1 children)

I've also had Macs online for years without issue.

I guess it only applies to "ephemeral" ports 49152–65535, though I'm not sure what range macOS actually uses. Wikipedia has numbers for Linux and various Windows versions but not macOS: https://en.wikipedia.org/wiki/Ephemeral_port

So does that mean typical desktop usage, like email, web browsing, SSH, etc. would be unaffected? Anyone have any insight on this? I'm not a networking expert myself.

I can't believe the claim that "everything else dies" when that goes directly against observed reality.

[–] frongt@lemmy.zip 3 points 1 day ago

Ephemeral ports are used most often for outgoing traffic. Like if you connect to HTTP, the remote port is 80, but the local port could be any TCP port in the ephemeral range.

[–] homes@piefed.world 4 points 2 days ago* (last edited 2 days ago) (1 children)

Yeah, I run a macOS server (on 10.13.6 no less) that regularly has several months of uptime without issue, and I ran my new MacBook Pro for six months since I bought it perfectly fine without rebooting it until a recent update forced me to. I’m not sure what the problem here is.

[–] warbosstodd@piefed.social 6 points 2 days ago (1 children)

there may be some “secret sauce” here that combines a certain version of OS, hardware and DHCP. I thought it was an interesting read and thought I would share.

[–] homes@piefed.world 2 points 2 days ago

I suppose it is interesting, and I wasn’t complaining about you posting it. I was more a bit puzzled about the somewhat grandiose claims that the headline makes. That’s on the author, not on you.

[–] Zerot@fedia.io 2 points 2 days ago (1 children)

Because it's not a security issue? It is a bug that would affect long running MacOS machines which is quite low impact.

[–] vk6flab@lemmy.radio 2 points 2 days ago (1 children)

CVE: Common Vulnerabilities and Exposures

[–] ilinamorato@lemmy.world 1 points 1 day ago

Not a vulnerability or exposure. There's no threat vector here.

[–] rbos@lemmy.ca 6 points 1 day ago (1 children)

Didn't windows XP have a similar bug? Related to the windows uptime counter, iirc.

[–] toddestan@lemmy.world 7 points 1 day ago

Windows 9x would crash after 49.7 days.

Windows Vista had a bug where the network stack would crash after 497 days, but if you didn't care about networking the rest of the OS would continue to run.

[–] Tarambor@lemmy.world 20 points 2 days ago (1 children)

AI generated crap. Lots of people posting in /r/Apple that they've uptimes many times longer than this without any issue.

[–] nocturne@slrpnk.net 11 points 2 days ago (1 children)

I would have to double check my Mac, but my uptime is well over this. Probably around 3 months.

[–] mybuttnolie@sopuli.xyz 4 points 2 days ago

i have a macbook pro at work and before the update a couple days ago the last time i had rebooted it was also at least 3 months ago

[–] Brewchin@lemmy.world 5 points 2 days ago (1 children)

Just reading this gave me a flashback to the old Windows 9x issue where, if you left a machine running "too long", it would crash. 😅

Can't recall the number of days, though. 38? 68? 78? Something like that.

[–] fallaciousBasis@lemmy.world 0 points 2 days ago* (last edited 2 days ago) (1 children)

That's not a thing.

At 49.7 days a timer overflows. That could cause problems... It doesn't guarantee problems.

[–] Brewchin@lemmy.world 3 points 2 days ago

That's the one. And fair enough.

Had a couple of users tell me it crashed their PCs, but that was my only reference.

[–] tophneal@sh.itjust.works 9 points 2 days ago* (last edited 2 days ago) (1 children)

I've encountered this before, on a Mac Pro 5,1. Same thing used to happen to my old Linux machine and I've seen it happen to Win2k waaaaaay back in the day. I recall the whole up-too-long-cant-network thing being quite common at one point. This article feels like a nothing burger.

[–] mushroommunk@lemmy.today 5 points 2 days ago (1 children)

Lol. Glad to see others using the term "nothing burger".

As I explained elsewhere it's just that. Hype for a new AI model that can't understand the big picture nor the final details and is finding non-existent bugs.

[–] tophneal@sh.itjust.works 2 points 2 days ago

It's a great phrase for things like this lol

Yeah I haven't seen my Mac Pro 6,1 do this in the 2y it's been living in my rack running boinc jobs. Nor my M1 mini at work that goes untouched for months at a time bc I don't need to go there.

[–] MonkderVierte@lemmy.zip 5 points 2 days ago* (last edited 2 days ago)

Man, the headline.