alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

'make check' abort()s when compiling with -DSERF_DEBUG_BUCKET_USE #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While attempting to figure out why Serf is SEGFAULTing per Subversion issue 
#3875[1], I compiled Serf with -DSERF_DEBUG_BUCKET_USE. Upon running 'make 
check', the test_all test abort()s.

[1] http://subversion.tigris.org/issues/show_bug.cgi?id=3875

Original issue reported on code.google.com by cmpilato on 7 Jun 2011 at 6:23

GoogleCodeExporter commented 9 years ago
I've also experienced this problem on Windows.

Original comment by chemodax@gmail.com on 7 Jun 2011 at 10:38

GoogleCodeExporter commented 9 years ago
Can't reproduce this anymore with serf trunk on Mac OS X:
$ scons CFLAGS=-DDSERF_DEBUG_BUCKET_USE
$ scons check
............................................................

OK (60 tests)

This issue was reported a long while ago, I assume that the serf test suite 
code has improved sufficiently for this issue to stop manifesting itself. => 
fixed.

Original comment by lieven.govaerts@gmail.com on 27 Jul 2013 at 9:39