lockbud

Statically detect memory, concurrency bugs and possible panic locations for Rust. (by BurtonQin)

Lockbud Alternatives

Similar projects and alternatives to lockbud

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lockbud alternative or higher similarity.

lockbud discussion

Log in or Post with

lockbud reviews and mentions

Posts with mentions or reviews of lockbud. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-08.
  • Async Rust Is A Bad Language
    11 projects | news.ycombinator.com | 8 Sep 2023
    There's tracing-mutex that builds a dag of your locks when you acquire them and panics (at runtime) if it could deadlock: https://github.com/bertptrs/tracing-mutex

    parking_lot has a deadlock detection feature for when you deadlock that iirc tells you what deadlocked (so you're not trying to figure it out with a debugger and a lot of time) https://amanieu.github.io/parking_lot/parking_lot/deadlock/i...

    I also just found out about https://github.com/BurtonQin/lockbud which seems to detect deadlocks and a few other issues statically? (seems to require compiling your crate with the same version of rust as lockbud uses, which from the docs is an old 1.63 nightly build?)

  • Hey Rustaceans! Got a question? Ask here (23/2023)!
    6 projects | /r/rust | 6 Jun 2023
    Hi, I'm looking for tools that can statically detect possible deadlocks in async fns. I'm aware of lockbud and cargo-check-deadlock, neither of which can analyse async code. Is there any tools that support this?
  • Preventing possible deadlocks with RwLock
    1 project | /r/rust | 25 Aug 2022
    Try this: https://github.com/BurtonQin/lockbud.
  • Different behaviors of recursive read locks in stable and nightly versions
    1 project | /r/rust | 17 May 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 Sep 2024
    InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →

Stats

Basic lockbud repo stats
4
421
4.1
5 days ago

BurtonQin/lockbud is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of lockbud is Rust.


Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com