Re: [capnproto] Segfault in on Ubuntu 14.04 32-bit

2020-11-09 Thread 'Kenton Varda' via Cap'n Proto
Yep, that looks like a smoking gun to me. -Kenton On Mon, Nov 9, 2020 at 2:41 PM Zachary Dremann wrote: > This looks related: > https://lists.debian.org/debian-glibc/2014/01/msg00023.html > > I rebuilt everything in the same way on an ubuntu 16.04 VM, and I don't > get the segfault. I don't

Re: [capnproto] Segfault in on Ubuntu 14.04 32-bit

2020-11-09 Thread Zachary Dremann
This looks related: https://lists.debian.org/debian-glibc/2014/01/msg00023.html I rebuilt everything in the same way on an ubuntu 16.04 VM, and I don't get the segfault. I don't need to use fibers, so I'm okay to just avoid them. On Friday, November 6, 2020 at 1:20:53 PM UTC-5

[capnproto] Re: Copying AnyPointers between messages in Java

2020-11-09 Thread Vaci
That turned out to be an easy fix, so I've created a pull request... https://github.com/capnproto/capnproto-java/pull/91 Vaci On Wednesday, 4 November 2020 at 17:46:36 UTC Vaci wrote: > Hi, > > is it at all possible to copy AnyPointers between messages in the Java > implementation of