is libstdc++ reentrant library?

前端 未结 1 540
遇见更好的自我
遇见更好的自我 2021-01-15 02:50

I am using libstdc++ on MAC for developing extensions for firefox. I am getting crashes inside libstdc+ library when I am referring to it across multiple firefox extensions.

1条回答
  •  野的像风
    2021-01-15 03:35

    See the HOWTO at http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html/17_intro/howto.html , specifically the section entitled "The Standard C++ library and multithreading".

    0 讨论(0)
提交回复
热议问题