GithubHelp home page GithubHelp logo

umangm / rapid Goto Github PK

View Code? Open in Web Editor NEW
20.0 5.0 6.0 27.25 MB

Dynamic Analysis for Concurrent Programs

License: MIT License

Java 100.00%
dynamic-analysis-engines program-analysis concurrent-programming thread race-detection-engines

rapid's People

Contributors

hcantunc avatar umangm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rapid's Issues

Why doesn't Rapid handle wait/notify events?

Hello, while studying Rapid, I noticed that it doesn't handle wait/notify events. It only deals with "Acquire", "Release", "[A]?Rd", "[A]?Wr", "Start", "Join", "Enter", "Exit", "Dummy", and "Br" events. However, in reality, there is a sequential relationship between the two. If not handled, could this lead to false positives?
Looking forward to your response, I'm fortunate to be able to communicate with you!

Issue with RoadRunner not stopping when generating traces for Rapid

Recently, I've been using Rapid to detect data races and employing RoadRunner to record and generate traces(rrrun -noFP -tool=P -values -noxml -noEnter -quiet ). However, I quickly noticed that RoadRunner's recording of traces doesn't seem to stop at all.In many benchmarks, this seems to be a common issue, such as in benchmarks like Moldyn and Raytracer.In contrast, running the tested program directly concludes within a few seconds. While recording traces may naturally slow down the execution speed, the pace of RoadRunner seems excessively abnormal. Additionally, the generated number of traces is exceptionally high, reaching hundreds of millions of events. This is significantly different from the event counts reported in the literature for other data race detection tools.

Initially, I thought about filtering out some Java packages, such as org.apache.*, but I learned from the literature that RoadRunner only instruments application code, not Java library code. Therefore, that reasoning doesn't hold. I would like to know if there is something I overlooked that might be causing this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.