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

"pointer being freed was not allocated" when loading specific URLs over interceptStreamProtocol #17617

Closed
3 tasks done
ghost opened this issue Mar 30, 2019 · 4 comments
Closed
3 tasks done

Comments

@ghost
Copy link

ghost commented Mar 30, 2019

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Issue Details

Expected Behavior

It should load the video properly.

Actual Behavior

The application crash with the following:

Electron(1492,0x700004426000) malloc: *** error for object 0x7fc38f8570a8: pointer being freed was not allocated
Electron(1492,0x700004426000) malloc: *** set a breakpoint in malloc_error_break to debug

To Reproduce

Run the following Electron Fiddle: https://gist.github.com/639ca7f541ccd229483d8655c0c0f5a4

Screenshots

Additional Information

@ghost
Copy link
Author

ghost commented Mar 30, 2019

cc @deepak1556 @codebytere

@codebytere
Copy link
Member

codebytere commented Apr 2, 2019

@pwnsdx i just tested this on a local branch after reverting #17221 and the crash still occurs, so unfortunately it's not that. I'll keep digging and see what i can turn up! This dies starting in the first 5.x beta so it might be a chromium issue :(

@sofianguy sofianguy added this to Unsorted Issues in 5.0.x Apr 2, 2019
@sofianguy sofianguy moved this from Unsorted Issues to Blocks Stable in 5.0.x Apr 3, 2019
@jkleinsc
Copy link
Contributor

Fixed via #17752

@jkleinsc jkleinsc moved this from Blocks Stable to Fixed for Next Release in 5.0.x Apr 16, 2019
@ghost
Copy link
Author

ghost commented Apr 17, 2019

Amazing! Thank you so much!

@sofianguy sofianguy moved this from Fixed for Next Release to Fixed in 5.0.0-beta.9 in 5.0.x Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
5.0.x
Fixed in 5.0.0-beta.9
Development

No branches or pull requests

3 participants