韩朴宇
韩朴宇
clang 13 + libc++ 13 + musl ``` Starting up torrent "f0d6f1039ceedcdbf91df2d75203c6dcde150474" ... Starting up torrent "d6ac13732068d4c5494229e79e5ff9ba657165ff" ... ================================================================= ==4357==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x606000396028...
I recompile libtorrent with c++ 17, it don't crash anymore. ( musl 1.2.2 + Clang 13.0.0 + libc++ 13.0.0 )
But OpenBSD don't use musl, this should just a issue of cxx14
Add option make the program more complicated, and CJK users had to always turn on this option. Maybe change U+2022 "Bullet" to U+00B7 "Middle dot" is better? It seems middle...
`WasmStreaming::set_client` somhow don't work, but I don't have time to investigate it.
The `-march=armv7` flag is read from environment variables: https://github.com/alexcrichton/cc-rs#external-configuration-via-environment-variables The compiler `powerpc64-openwrt-linux-musl-gcc` is read from `config.toml`: https://github.com/rust-lang/rust/blob/a804c4b1123ae665a8d4f726524109c49efac5b6/src/bootstrap/native.rs#L937
Electron upstream don't support FreeBSD, so Microsoft can't build official visual studio code with patches here. Any Electron don't support FreeBSD because chromium upstream don't support FreeBSD.
Serial implements [AsyncWrite](https://docs.rs/tokio/0.1.22/tokio/prelude/trait.AsyncWrite.html) and [AsyncRead](https://docs.rs/tokio/0.1.22/tokio/prelude/trait.AsyncRead.html). Although it is possible to use `poll_write` directly, it is more convenient to use [`framed`](https://docs.rs/tokio/0.1.22/tokio/codec/trait.Decoder.html#method.framed), just like the current example serial_println. To send data, first...
sway crash on exit ``` * frame #0: 0x00007fcc2418f6a7 libwayland-server.so.0`wl_list_remove(elm=0x00007fcc1bd2dd98) at wayland-util.c:55:18 frame #1: 0x00007fcc2413a06a libwlroots.so.7`xdg_popup_grab_handle_seat_destroy(listener=, data=) at wlr_xdg_popup.c:158:2 frame #2: 0x00007fcc2416634c libwlroots.so.7`wlr_signal_emit_safe(signal=, data=0x00007fcc1c04e050) at signal.c:29:3 frame #3: 0x00007fcc24134e88 libwlroots.so.7`wlr_seat_destroy(seat=0x00007fcc1c04e050)...
> What client can we test this PR with? You can test this with fcitx5 + alacritty Use this command to see which frontend is using by client ``` dbus-send...