Ned Bingham

Results 7 comments of Ned Bingham

Eh, I was logged into the wrong account... Oh well. ``` nbingham@Lira:~/src/hackt$ gcc --version gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software;...

It seems as though this applies for clang as well (This was a fresh clone): ``` nbingham@Lira:~/src/hackt$ clang --version Ubuntu clang version 3.6.2-1 (tags/RELEASE_362/final) (based on LLVM 3.6.2) Target: x86_64-pc-linux-gnu...

``` 0x00007ffff40d2c37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff40d2c37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007ffff40d6028 in __GI_abort () at abort.c:89...

``` Starting program: /auto/edatools/hackt/20160711/bin/haco test.prs haco: ../../../src/Object/type/template_actuals.cc:296: HAC::entity::template_actuals HAC::entity::template_actuals::transform_template_actuals(const this_type &, const HAC::entity::template_formals_manager &) const: Assertion `a.is_constant()' failed. Program received signal SIGABRT, Aborted. 0x00007ffff40d2c37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56...

``` #0 0x00007ffff411a7e3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff411bce8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007ffff411e6c0 in malloc () from /lib/x86_64-linux-gnu/libc.so.6 #3 0x00007ffff49dbdad in operator new(unsigned long) () from...

If you go with one of the first two options, you lose flexibility -- mainly because the IPFS executable is determining what the index should look like. If you go...

Ah, ok, that makes much more sense. So the nodes run the indexing service, and updates the index whenever that node adds a file, but the index is still stored...