TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Time Traveling Linux Bug Reporting: Coming in Julia 1.5

164 pointsby KenoFischerabout 5 years ago

5 comments

rocaabout 5 years ago
This is very cool stuff. Keno is a great rr contributor, and I&#x27;m grateful for his Pernosco shout-out :-).<p>This sort of capability has always been part of my vision for rr&#x2F;Pernosco. I want to see more projects like this doing record-and-replay capture of bugs in the field. With more projects depending on this sort of infrastructure, we can get more attention from OS&#x2F;hardware people to make the record-and-replay systems better, and then I think we can reach a tipping point where it becomes best practice. Eventually we should be looking back and wondering why, as an industry, we didn&#x27;t go in this direction earlier.
评论 #23075975 未加载
评论 #23076461 未加载
KenoFischerabout 5 years ago
Hi all, I&#x27;m pretty excited to get this out there for you. I had published this this morning, so I could be around through the day to answer any questions, but things were a bit delayed by the HN algorithm gods (- thanks dang for rescuing it ;) ). That said, I&#x27;ll check in periodically for the next hour or two if there&#x27;s any questions I can answer.
wallnussabout 5 years ago
I recently spend two weeks on and off hunting down a bug on a platform that didn&#x27;t support `rr`. I am fairly confident to say that if I had `rr` available it would have taken me a couple of hours at most.<p>Being able to run backwards from the point of failure and understand where a value is coming from is very powerful.<p>Having this available in Julia directly is great, and will make it much easier to get bug-reports from users.
tgflynnabout 5 years ago
I&#x27;m surprised I haven&#x27;t heard of rr before, it sounds like it could be a game changer for debugging many types of problems. How long has this project existed&#x2F;been usable ?<p>Am I correct in understanding that rr can be used with any application (ie. the application doesn&#x27;t have to be built specifically to support it) ? That&#x27;s the impression the usage introduction on the website gives: <a href="https:&#x2F;&#x2F;rr-project.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rr-project.org&#x2F;</a>.
评论 #23080309 未加载
boromiabout 5 years ago
is this coming to Windows or Mac?