Git Product home page Git Product logo

Comments (8)

foonathan avatar foonathan commented on May 24, 2024

Is the pool shared between threads? Because if so, you need to ensure that there are no race conditions, it isn't thread safe by default.

from memory.

gabyx avatar gabyx commented on May 24, 2024

no, I checked that deleter(const_cast<A*>(this)); is always in the same thread, which is true.
so its deleted in the same thread I own the pool. (sounds right?)

from memory.

CapSel avatar CapSel commented on May 24, 2024

Have you tried address sanitizer and/or thread sanitizer? Could you post your code so we could try to reproduce it in our environment?

from memory.

gabyx avatar gabyx commented on May 24, 2024

Of course:
The test code is here:

Here with the CefRefPtr (which crashes when used in the CEF IO Thread)
but not in the manual test
https://github.com/gabyx/ExecutionGraph/blob/devGUI/gui/tests/src/main_MemoryPool.cpp

and the standalone manual test without CEF and anything, which works :-)
https://github.com/gabyx/ExecutionGraph/blob/devGUI/tests/src/main_MemoryPool.cpp

from memory.

gabyx avatar gabyx commented on May 24, 2024

I probably should try a thread sanitizer, but I am not really experienced with this kind of sanitizer...

from memory.

gabyx avatar gabyx commented on May 24, 2024

@CapSel : Would be glad to get a feed back from you, thanks for the effort

from memory.

gabyx avatar gabyx commented on May 24, 2024

bildschirmfoto 2018-02-27 um 23 50 28

Ok it crashes at memcpy ?? @foonathan
Could you enlighten what it is doing here?

from memory.

gabyx avatar gabyx commented on May 24, 2024

Ok, case closed, of course it was my fault: I built the library in debug mode. and saw, I made a typo , and placement new placed a wrong size, not according to the pool setup. ups my bad!
thanks for your efforts!

from memory.

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.