GithubHelp home page GithubHelp logo

opencog / atomspace-cog Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 7.0 441 KB

Distributed AtomSpace Network client

License: Other

CMake 12.08% C++ 64.16% Scheme 23.77%
atomspace opencog network distributed

atomspace-cog's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

atomspace-cog's Issues

unit tests pass but have unclean cogserver shutdown.

Really annoying pseudo-problem: unit tests, after passing, sometimes fault during cog-server shutdown, typically with the error message corrupted size vs. prev_size but sometimes others.

The root cause of this is that different shared-lib dtors are racing with each other; one of them is the dtor for the cogutils logger. If it waits too long, it ends up trying to free memory after malloc() and free() have been destroyed. Thus the corrupted size error.

This is super-annoying. I spent a day trying to find a solution for this but could not. Placing sleeps in various places did not work. The bug is not really here, its in the cog-utils Logger but it manifests here and a few other places, sometimes. I don't know what to do ....

MultiDeleteUTest performance

Am seeing anomalous performance of MultiDeleteUTest -- it runs 10x slower than SimpleMultiDeleteUTest. In principle, it should never run slower, it should always run faster; its the same unit test, targeting a different communications channel. (On my machine, its 48 seconds vs 470 seconds)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.