I do have symbols for libuv though. Here's more libuv guts than anyone wants to look at:
(gdb) frame 2
#2 0x00007ff6a8fab9db in uv_run (loop=0x5ff7d0, mode=UV_RUN_DEFAULT)
at…
And here's a backtrace from MSYS2's GDB
=.ed25519":472,"@yP6auMQ3HqIL0d6PuEc4nm5do/1nmyKp2sav1PXCUCA=.ed25519":224,"@yUrNCh6XowOLtszmSlBCC0AziDdm8m4X//bcvkz/4Yg=.ed25519":1888,"@ya/sq19NPxR…
I don't have like a signal number or anything either, because it's Windows.
Here are a few more logs, featuring such popular hits as Sending to a NULL task.
and `ERROR: InternalError:…
I think the "InternalError" here is just it trying to decrypt every string ending in .box
as if it is a private message for me, and complaining whenever a string that ends in .box
in anyone's…
I tried again, and it crashed again. Now there's a bunch of complaints about an encrypted message not being long enough, but I am beginning to suspect that this thing about tun0
is actually the…
After restarting and clicking around in the connections page connecting to things, the server stopped again with this exciting log:
setting zip path to tildefriends-0.0.26.exe
Zip…
~core/follow/
tries to parse non-JSON out of messages.content
and explodes
Nope it has to be SELECT json(content) AS content FROM messages
, but that works.
~core/follow/
tries to parse non-JSON out of messages.content
and explodes
I think we meant to SELECT json(content) FROM messages AS content
, and not SELECT content FROM messages
, because internally it is JSONB and [you need the function to convert to text](https://sq…
~core/follow/
tries to parse non-JSON out of messages.content
and explodes