-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add val-grind as a PR-checker #489
Comments
cibot: Thank you for posting issue #489. The person in charge will reply soon. |
🥇 Please contribute the PR. :) [FYI] How to create a new module: |
If you can create a machine-readable results with valgrind and results good enough to be enforced for every PR, it is great! |
Supporting valgrind without
More info from the gdb with valgrind -
I was unable to reproduce the same issue over 12 hours of run on my pc without valgrind though. Note that A similar issue (deadlock while using valgrind) has also been reported here before (http://gstreamer-devel.966125.n4.nabble.com/Deadlock-under-valgrind-tsdemux-fault-td4663281.html). However, I cannot the issue being posted on bugzilla as replied by the followup in the post. |
This issue has been resolved with nnstreamer/nnstreamer#1359 |
Issue with unittest_sink resolved with correct paths and nnstreamer/nnstreamer#1361 . |
Both Tizen-OBS and Ubuntu-PPA should now support the updated SSAT with the option -vg. Please try them. |
|
Verified that it works. |
How to use Valgrind on Gstreamer/NNStramer
|
Wanted to opinion about adding val-grind as a PR-checker.
val-grind is known to have issues with false positives but glib maintains a suppression file to suppress such issues with their code. More suppression file can be taken as an input from the user as well.
If you think its a good idea, I will open a PR.
The text was updated successfully, but these errors were encountered: