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

VLC打开URL时可能会崩溃 #15

Open
lirongye opened this issue Mar 20, 2023 · 2 comments
Open

VLC打开URL时可能会崩溃 #15

lirongye opened this issue Mar 20, 2023 · 2 comments

Comments

@lirongye
Copy link

经排查,是使用了已释放的内存导致崩溃,在Allocator::dealloc函数里,释放内存free(p)之后,需要加一个return,然后就可以了
image

@lirongye lirongye changed the title VLC重新链接时可能会崩溃 VLC打开USRL时可能会崩溃 Mar 20, 2023
@lirongye lirongye changed the title VLC打开USRL时可能会崩溃 VLC打开URL时可能会崩溃 Mar 20, 2023
@UDBIAWDIF
Copy link

按你的办法直接 return 也会崩

@canaconZion
Copy link

canaconZion commented Jul 8, 2024

按你的办法直接 return 也会崩

有两种不同的崩溃。如果报错是“"malloc(): unsorted double linked list corrupted”的话,可以用这个方法。还有一种情况看这个#7

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

No branches or pull requests

3 participants