liuis / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make check fails with segfault #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When running
    make check
I see
    ***** Running arena_test
    /bin/sh: line 1: 21470 Segmentation fault: 11  ./$t
in version 1.5.0 on Mac OS X 10.7.4.

In fact all tests fail with a segfault immediately.

I wont even see output from a simple printf statement from main() in 
arena_test.cc.

Original issue reported on code.google.com by s.suerb...@googlemail.com on 22 Sep 2012 at 3:46

GoogleCodeExporter commented 9 years ago
This doesn't happen on the platforms I have available to test.  I presume this 
is some kind of environment related problem that is being triggered on your 
machine.  You will have to figure out the problem and let us know if there is 
something that should be improved in the leveldb distribution.

Original comment by san...@google.com on 8 Oct 2012 at 9:12