I've never seen an error like that, during the parsing runs. I have seen an error like that, when the cogserver has not been correctly linked with new libraries (or is linked with inconsistent versions of librarires.) So, for example: if you compile with new header files, (e.g. because a new method was added to some class) but then run run the cogserver, linking to the old libraries (because the new libraries were not yet installed.)
The fix for this is to got back to cogutils, git pull; make; make install and again, for the atomspace and for opencog. Its possible that you are linking to old junk in your build directory, so removing that first can also help. --linas On Wed, May 17, 2017 at 5:00 AM, Ruiting Lian <[email protected]> wrote: > Hi Linas, > > It seems the attached file has caused the cogserver a segfault and crash > while running the wiki-ss-en.sh. I removed the file and tried it again, > hopefully there won't be more problems after many hours running ;p I ran it > on some simple english wikipedia corpus, with the size of around 300MB. > > ===== > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > terminate called recursively > Segmentation fault (core dumped) > > ================ > > Ruiting Lian > > On Mon, May 15, 2017 at 6:55 PM, Ruiting Lian <[email protected]> > wrote: > >> Hi Linas, >> >> FYI, I got through Step 00 to Step 10, now I have to wait for a few >> hours' dowloading, then a few hours' unpacking before trying the remaining >> steps... >> >> -- >> Ruiting >> >> On Sat, May 13, 2017 at 12:01 PM, Ben Goertzel <[email protected]> wrote: >> >>> Thanks Linas! Ruiting has this stuff running on her PC at the Hanson >>> office, so she will try this out again on Monday I think... >>> >>> On Sat, May 13, 2017 at 4:50 AM, Linas Vepstas <[email protected]> >>> wrote: >>> > >>> > >>> > On Fri, May 12, 2017 at 1:53 PM, Linas Vepstas <[email protected] >>> > >>> > wrote: >>> >> >>> >> >>> >> I also created an LXC container with everything in it, ready to go. >>> > >>> > >>> > LXC onctainer available on https://linas.org/lxc-nlp-containers/ >>> > >>> > --linas >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups >>> > "link-grammar" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> an >>> > email to [email protected]. >>> > To post to this group, send email to [email protected]. >>> > Visit this group at https://groups.google.com/group/link-grammar. >>> > For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> -- >>> Ben Goertzel, PhD >>> http://goertzel.org >>> >>> "I am God! I am nothing, I'm play, I am freedom, I am life. I am the >>> boundary, I am the peak." -- Alexander Scriabin >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "opencog" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/opencog. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/opencog/CACYTDBcSsXfCOD9nu_T9Yuc83mFZ-UTAzejni%3DBUiY85d >>> O0DEw%40mail.gmail.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- > You received this message because you are subscribed to the Google Groups > "link-grammar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/link-grammar. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA34%2BktnqqV%3Ds1vqZfiRghswF3N5N%3DVJ61r6vjqqrgJvz9w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
