Delicious-Bacon
Delicious-Bacon
And another crash, but this time I got something more: ``` [signal SIGSEGV: segmentation violation code=0x1 addr=0x7fa0227d2fb1 pc=0x7fa817d36483] runtime stack: runtime.throw({0xf19108?, 0x7fa6fc084680?}) /usr/local/go/src/runtime/panic.go:992 +0x71 runtime.sigpanic() /usr/local/go/src/runtime/signal_unix.go:802 +0x3a9 // long list...
I forgot to add some lines of the trace that could be useful. ``` goroutine 23482 [syscall]: runtime.cgocall(0xd1dd80, 0xc0001ecb48) /usr/local/go/src/runtime/cgocall.go:157 +0x5c fp=0xc0001ecb20 sp=0xc0001ecae8 pc=0x40b5bc github.com/davidbyttow/govips/v2/vips._Cfunc_resize_image(0x7f19c80067e0, 0xc0000105b0, 0x3fe30f9525d7ee31, 0xbff0000000000000, 0x5) _cgo_gotypes.go:1774...
Possibly related to: https://github.com/flannel-io/flannel/issues/1104 https://github.com/golang/go/issues/30310 https://github.com/golang/go/issues/13470 https://sourceware.org/bugzilla/show_bug.cgi?id=19341 But I am not sure I can do anything to resolve this myself if it's `glibc` links.
From what I understood, whenever we do anything in `FT.AGGREGATE` (GROUPBY, REDUCE, SORTBY...), the results of these commands go down the pipe, and everything else is discarded. `RETURN` would have...
Jumping in the conversation. 1. Since `MGET` can be cacheable, can `JSON.MGET` be as well? 2. From what I see, you've made it use [`pipe.DoMulti()`](https://github.com/rueian/rueidis/blob/a7c926da198d791b938295a103ff208c66db36be/pipe.go#L799). Is there a way to...
Hi, @rueian ! That sounds big! 😄 `DoMulti` invocation on a normal client eases things up even more. 💯 Another job well done, @rueian ! Huge improvements. 🥇
> ...the `cmds.Completed` is not exported and the extension just produces a code that wouldn't be compiled. It is exported if it is uppercase, isn't it...? 🤔
I see, thanks for the explanation! And thank you for looking into it! ❤️
I had this too. The error does not provide good information. Thanks to the OP for spotting this one!
The [Snap version](https://snapcraft.io/pomatez) of Pomatez was working well. What kind of package is there? Is there a way to get that package without Snap? My `snapd` is having issues with...