We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program terminated with signal 11, Segmentation fault. #0 0x00000000004403a3 in pair_init (ppair_pair=0xf018a7c) at cstl_pair.c:51
51 if ((ppair_pair->_pv_first = malloc(_GET_PAIR_FIRST_TYPE_SIZE(ppair_pair))) == NULL) {
The text was updated successfully, but these errors were encountered:
libcstl是非线程安全的。
Sorry, something went wrong.
线程安全在libcstl-2.5中默认支持
No branches or pull requests
Program terminated with signal 11, Segmentation fault.
#0 0x00000000004403a3 in pair_init (ppair_pair=0xf018a7c) at cstl_pair.c:51
51 if ((ppair_pair->_pv_first = malloc(_GET_PAIR_FIRST_TYPE_SIZE(ppair_pair))) == NULL) {
The text was updated successfully, but these errors were encountered: