Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

better deadlock detection support#10918

Unanswered
hardfist asked this question inBacklog
Discussion options

It's really hard to debug deadlock problems without accessing user's codebase, trace can only help spot the nearest code but would not be enough for spot specific code.
there're some ways to improve it

  • use parking_lot'sdeadlock detect feature which requires we replace all lock with parking_lot(it seems possible cause most lock we're using are tokio's lock and it supportsparking_lot feature)
  • compiler instruments: which is more flexible but needs to instrument every lock operation and hard to be shipped in production release
You must be logged in to vote

Replies: 2 comments

Comment options

Should we move this issue tohttps://github.com/web-infra-dev/rspack/discussions/categories/backlog?

You must be logged in to vote
0 replies
Comment options

hardfist
Jul 2, 2025
Maintainer Author

yes

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Backlog
Labels
teamThe issue/pr is created by the member of Rspack.
2 participants
@hardfist@chenjiahan
Converted from issue

This discussion was converted from issue #10327 on July 06, 2025 04:03.


[8]ページ先頭

©2009-2025 Movatter.jp