Taylor

Results 5 comments of Taylor

Here is the backtrace of the executable compiled with the docker image: ``` (lldb) thread backtrace 2 * thread #2, name = 'main', stop reason = signal SIGSEGV: invalid address...

Just compiled this with the master branch, segfault still occurs.

I've created a generalized version that also segfaults: ```pony use "itertools" class SegFaulter[A] fun ref segfault() => Iter[U8]([as U8: 1; 2; 3].values()) .map[None]({(a) => Iter[SegFaulter[A]]([SegFaulter[A]].values()) .map[None]({(b) => None }).run() })...

Had the same issue on elementary OS 6.1 when installing from the latest .deb file. Tried building from source to see if I could isolate and fix the bug, but...

Not sure because I don't actually know any Go but I think [this line](https://github.com/holochain/holochain-proto/blob/1bf89189d66bd7e43fb991d8d2b0a64f510e7c1e/zygosome.go#L1038) is the problem. In the Javascript ribosome, I think the analogous line would be [this one](https://github.com/holochain/holochain-proto/blob/1bf89189d66bd7e43fb991d8d2b0a64f510e7c1e/jsribosome.go#L1009)....