是 libstdc++可重入库?

发布于 2024-09-29 14:23:48 字数 150 浏览 1 评论 0原文

我在 MAC 上使用 libstdc++ 来开发 Firefox 的扩展。当我在多个 Firefox 扩展中引用 libstdc+ 库时,我在 libstdc+ 库中遇到崩溃。我在想XCode编译器的libstdc++是否可重入。如果没有,是否有任何版本的 libstdc++ 可重入?

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. I was thinking whether libstdc++ for XCode compiler is reentrant or not. If not, is there any version of libstdc++ is available with is reentrant ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很快妥协 2024-10-06 14:23:48

请参阅 HOWTO:
http:// www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html/17_intro/howto.html ,特别是标题为的部分
“标准 C++ 库和多线程”。

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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文