Skip to content
New issue

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

make check fails on os x 10.8 #137

Closed
cmumford opened this issue Sep 9, 2014 · 3 comments
Closed

make check fails on os x 10.8 #137

cmumford opened this issue Sep 9, 2014 · 3 comments
Assignees

Comments

@cmumford
Copy link
Contributor

cmumford commented Sep 9, 2014

Original issue 131 created by humdumdedum on 2012-11-15T15:42:17.000Z:

for t in arena_test bloom_test c_test cache_test coding_test corruption_test crc32c_test db_test dbformat_test env_test filename_test filter_block_test log_test memenv_test skiplist_test table_test version_edit_test version_set_test write_batch_test; do echo "***** Running $t"; ./$t || exit 1; done
***** Running arena_test
/bin/sh: line 1: 2447 Segmentation fault: 11 ./$t
make: *** [check] Error 1

Xcode: 4.5.2
CLT: 4.5.0.0.1.1249367152
LLVM-GCC: build 2336
Clang: 4.1 build 421

@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #1 originally posted by PositivelySkewed.SF on 2013-02-13T13:55:09.000Z:

I get the same issue on OSX 10.7 using gcc 4.7.1.

I ran the make check because my program would segfault during linking in OSX, and found that the same issue comes up in the make check. It looks like a problem with tcmalloc. Removing -ltcmalloc solves it, but it would be nice to figure out why.

@cmumford cmumford self-assigned this Sep 9, 2014
@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #2 originally posted by s.suerbier on 2013-06-12T19:21:55.000Z:

I have reported this issue before
https://code.google.com/p/leveldb/issues/detail?id=119.

After what you said it looks like this is related to an issue with gperftools
https://code.google.com/p/gperftools/issues/detail?id=389.

@cmumford
Copy link
Contributor Author

BSD not a supported platform.

maochongxin pushed a commit to maochongxin/leveldb that referenced this issue Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant