Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#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)

BeScreenCapture-657-debug-22-12-2022-12-58-04.report (15.9 KB ) - added by jackburton 2 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by waddlesplash, 2 years ago

Resolution: invalid
Status: newclosed
              rax:  0xdeadbeefdeadbeef

Use-after-free. Hopefully not actually an OpenSSL bug...

comment:2 by pulkomandy, 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 bipolar, 2 years ago

ffmpeg's recipes have "./configure --enable-openssl" and REQUIRES "lib:libssl".

Note: See TracTickets for help on using tickets.