Re: TLS connect error: "an EOF was observed that violates the protocol"
Theo Buehler <[email protected]> Wed, 28 Aug 2024 20:22:37 +0200
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 28, 2024 at 08:14:20PM +0200, [email protected] wrote: > Hi, > > On Wed, 28 Aug 2024 19:12:43 +0200 > Rodrigo Arias <[email protected]> wrote: > > > You may be able to get some info on where it is failing by building > > Dillo with the address sanitizer enabled: > > > > $ git clone https://github.com/dillo-browser/dillo > > $ cd dillo > > $ ./autogen.sh > > $ mkdir build > > $ cd build > > $ ../configure 'CFLAGS=-Og -g -fsanitize=address' 'CXXFLAGS=-Og -g > > -fsanitize=address' $ make > > $ src/dillo https://narkive.com > > That doesn't seem to work: > > $ ../configure 'CFLAGS=-Og -g -fsanitize=address' 'CXXFLAGS=-Og -g > -fsanitize=address' > checking build system type... x86_64-unknown-openbsd7.6 > [...] > configure: error: C compiler cannot create executables > See `config.log' for more details yes, asan isn't supported on openbsd. > dillo(76315) in malloc(): write to free chunk 0x1957a5e82c0[24..31]@32 > allocated at /usr/lib/libc++.so.10.0 0x8b918 (preceding chunk > 0x1957a5e82a0 allocated at /usr/local/lib/libcrypto.so.53.0 0x1a7f51) what's the output of addr2line -e /usr/lib/libc++.so.10.0 0x8b918 and addr2line -e /usr/local/lib/libcrypto.so.53.0 0x1a7f51 on your system? _______________________________________________ Dillo-dev mailing list -- dillo-dev-lx9mn2B4QYRWk0Htik3J/[email protected] To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]