Git Product home page Git Product logo

Comments (7)

363568233 avatar 363568233 commented on August 20, 2024
 bstree_algorithms.hpp

//Now adjust adjacent nodes for newly inserted node
if((temp = NodeTraits::get_left(new_node))){
NodeTraits::set_parent(temp, new_node);
}

from interprocess.

363568233 avatar 363568233 commented on August 20, 2024

and boost interprocess rbtree_best_fit inside mutex is deadlock when process crash in it
Can I use my interprocess_mutex instead of the rbtree_best_fit's default mutex?

from interprocess.

363568233 avatar 363568233 commented on August 20, 2024

Now, I'm reading and writing the memory mapped file, offset boost::interprocess::ipcdetail::shmem_open_or_create<boost::interprocess::rbtree_best_fitboost::interprocess::mutex_family >::type::ManagedOpenOrCreateUserOffset bytes(8 bytes on Windows)
the ninth byte is the mutex state(locked /unlocked), I change it to 0 can unlock it. Is it will cause any other problems?

from interprocess.

363568233 avatar 363568233 commented on August 20, 2024

image

from interprocess.

363568233 avatar 363568233 commented on August 20, 2024

It seems to crash when the mapped file size more than 4G?? The 3G size running well one night..

from interprocess.

363568233 avatar 363568233 commented on August 20, 2024

When I insert 4G data, and clear it, the process crashed in clear function? Is there a limit with rbtree_best_fit ? @igaztanaga

from interprocess.

igaztanaga avatar igaztanaga commented on August 20, 2024

Closing old bugs with no activity and no enough information to reproduce the issue. Please reopen it with additional information (a test case would be ideal).

from interprocess.

Related Issues (20)

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.