Brad Smith

Results 113 comments of Brad Smith

Weird how I saw a post notification from GitHub for a post from Elias but it doesn't show in the issue.

> Yeah... I deleted the message, I don't want to mislead given that I am not a C++ dev nor a boost developer Ah, that explains it. It's better to...

> I wonder if something changed in asio to pick up the custom allocator, but not the custom _deallocator_, which would make it try to free the custom storage for...

> There are indications that it crashes on linux too https://bugs.gentoo.org/815145 > > It doesn't crash on my PC, and I suspect it is only reproducible if built with clang,...

> > My system don't have gcc installed and all packages are built use musl libc, libc++ and libc++abi and clang/clang++ > > as compiler from source code. > >...

To me it would seem there is something up between Boost Asio and libc++.

> @12101111 on Debian based platforms using glibc there is no issue with cxx14 so maybe a more correct way to say this > > libtorrent + boost + not...

> I recompile libtorrent with c++ 17, it don't crash anymore. ( musl 1.2.2 + Clang 13.0.0 + libc++ 13.0.0 ) The build was defaulting to C++14. I built libtorrent-rasterbar...

> OpenBSD: http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/devel/sdl2/patches/patch-Makefile_in?rev=1.12&content-type=text/plain&hideattic=1 > > * Needs review (possibly by @smcv?) to understand the implication of this change. Definitely not desired at this point for all platforms. > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/devel/sdl2/patches/patch-sdl2-config_cmake_in?rev=1.4&content-type=text/plain&hideattic=1...

> If OpenBSD has always been making this change, then _maybe_ it would be OK to do this conditionally (for OpenBSD but no other platforms), but even that is risky...