#18162 closed bug (invalid)
Application crash on quit with libroot_debug
Reported by: | jackburton | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/libroot.so | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I'm trying to debug memory leaks / problems in my application (BeScreenCapture). If I run with LD_PRELOAD=libroot_debug.so it crashes on quit. Happens with different applications, too. Attached is the debug report
This is on x64 but happens on 32 bit too.
Attachments (1)
Change History (4)
by , 2 years ago
Attachment: | BeScreenCapture-657-debug-22-12-2022-12-58-04.report added |
---|
comment:1 by , 2 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 2 years ago
Noticed that as well, indeed seems like an use after free in OpenSSL. Interestingly my app was not linked to openssl (only libbe and libmedia). Where does openssl come from in that case? Through ffmpeg dependencies?
comment:3 by , 2 years ago
ffmpeg's recipes have "./configure --enable-openssl" and REQUIRES "lib:libssl".
Note:
See TracTickets
for help on using tickets.
Use-after-free. Hopefully not actually an OpenSSL bug...