Matt Joiner
Matt Joiner
https://tip.golang.org/doc/go1.18#linker https://github.com/anacrolix/go-libutp/blob/master/lsan_test.go
This would probably be done by allowing to hook uses of net.PacketConn.
I'm trying to build some projects that require Go 1.18, but it's not a supported version. Is it possible to build against official Go tagged versions, or build from a...
``` events.js:85 throw er; // Unhandled 'error' event ^ Error: This socket is closed. at TLSSocket.Socket._writeGeneric (net.js:656:19) at TLSSocket.Socket._write (net.js:709:8) at doWrite (_stream_writable.js:301:12) at writeOrBuffer (_stream_writable.js:288:5) at TLSSocket.Writable.write (_stream_writable.js:217:11) at...
A precompiled package or installer should be provided for Windows. It'd probably contain a snapshot of ffprobe, ffmpeg, and the GUI wrapper. --- - Bitbucket: https://bitbucket.org/anacrolix/dms/issue/2 - Originally reported by:...
Some fixes I made while playing around with this example. Thanks!
[UDPSocket.create](https://stdlib.ponylang.io/net-UDPSocket/#create) stores a copy of the local `sockaddr`, but then calls `map_any_to_loopback` in `pony_os_sockname`, which converts `INADDR_ANY` to `INADDR_LOOPBACK` (and the equivalent for IPv6). This results in an incorrect value...
I had some trouble trying this on MacOS. Creating a namespace would hang (not sure if this is MacOS specific). Running sqlite3 with `DYLD_INSERT_LIBRARIES` didn't seem to interpose correctly, sqlite3...
I usually get this: ``` fatal error: bad sweepgen in refill goroutine 1 [running, locked to thread]: runtime.throw({0x12c8b6862?, 0x8?}) /Users/anacrolix/src/go1.19/src/runtime/panic.go:1047 +0x5d fp=0xc000574ef0 sp=0xc000574ec0 pc=0x12c3560dd runtime.(*mcache).refill(0x1017ae5b8, 0x0?) /Users/anacrolix/src/go1.19/src/runtime/mcache.go:156 +0x216 fp=0xc000574f30 sp=0xc000574ef0...
I had similar things with some cgo code I wrote: ``` $ go vet ./... # go.riyazali.net/sqlite ./func.go:143:39: possible misuse of reflect.SliceHeader ./stmt.go:409:40: possible misuse of reflect.SliceHeader ./virtual_table.go:496:44: possible misuse...