Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding support to filter on exception message #159

Closed
oldzhu opened this issue Feb 2, 2023 · 0 comments · Fixed by #160
Closed

adding support to filter on exception message #159

oldzhu opened this issue Feb 2, 2023 · 0 comments · Fixed by #160

Comments

@oldzhu
Copy link
Contributor

oldzhu commented Feb 2, 2023

Expected behavior

-f can filter on exception name and exception messsage

Actual behavior

-f can only filter on exception name

Steps to reproduce the behavior

  1. create a program which will throw an exception System.IOException("hahaha")
  2. using the below command to filter on exception message.
    sudo procdump -e -f haha
  3. Run the program and the dump wont be generated.

System information (e.g., distro, kernel version, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant