Evan Jones
Evan Jones
I'm running into a `SIGSEGV` when using `cgosymbolizer` with Go 1.17.5 and Ubuntu 18.04, which I think seems similar enough that it may be caused by the same problem. This...
Hmmm thanks! After a second look, I wonder if I might be running into some variant of issue with getaddrinfo (e.g. https://github.com/golang/go/issues/30310). From a couple of different core dumps, this...
https://github.com/benesch/cgosymbolizer includes an implementation that mostly works on Mac OS X.
Oops, forgot to copy and paste. Added link.
Sure, so that seems to "work", although I need to hack the HTML to make it look more like Firefox's buttons. The default result has the button border, so I...
Oh, good point. I tried with Firefox Beta 28.0 b4 with a totally new profile: `firefox-bin -profile /Users/ej/wtf` and I got the same result as above. However, I also tried...
I agree with you: these are minor, and will go away with the new Firefox UI in 6 months time.
I think this issue can be closed? Release v1.3.0 and v1.3.1 includes the MarshalToSizedBuffer functions AFAIK. The fix to this problem is to regenerate all protocol buffers with the newest...
That is my analysis as well. However, in that case, I think this means the optimization of using uintptr_t is useless: my understanding is this optimization allows the compiler to...
Sorry for the delay, I was on parental leave. Thanks for the careful reviews! I did not notice that `atomic.Value.Swap` is recent. At this point, maybe another answer is to...