-
Notifications
You must be signed in to change notification settings - Fork 264
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
gst_init crash dr.memory #1749
Comments
You mean the application crashes due to the NULL (+0xc) de-reference reported by Dr. Memory, not that Dr. Memory itself crashes, right? And that doesn't happen w/o the tool? |
yes, my minimal GSTREAMER App is crashing while running under dr. memory control. Without dr.memory it works perfect. |
I cannot reproduce any kind of crash. I built like this:
I added a print of "success".
Under DrMem (turning off leaks b/c there is a lot of heap usage here and we report a lot of leaks and spend a while scanning memory looking for them):
The mingw_glob uninit: xref #1324. The gst_registry_scan_path_level uninit: someone will need to look at that and see if it's a real bug. |
mingw_glob deliberate uninit supp was generalized in 526576a As for the unaddr and app crash, we need more information including precise compiler and library and OS versions. Providing the actual binary may be necessary. |
thank you - build DrMemory-Windows-1.8.16675-0x3f74362-sfx.exe fixed the bug, you can close the issue
|
Glad to hear it. |
Minimal gstreamer example will crash dr.memory on gst_init
The text was updated successfully, but these errors were encountered: