[
https://issues.apache.org/jira/browse/SERF-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726954#comment-14726954
]
Michael Osipov commented on SERF-173:
-------------------------------------
bq. I'm not sure how Subversion does not have this issue, because it does use
up to 4 (or 8?) connections during checkout and update.
I was not aware of that.
bq. Can you reproduce this problem with serf 1.3.x?
{{scons test}} does not even compile here:
{noformat}
$ scons test
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o test/test_buckets.o -c -std=c89 -Wdeclaration-after-statement
-Wmissing-prototypes -Wall -O2 -DNDEBUG -DSERF_HAVE_GSSAPI -I.
-I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5
-I/usr/include test/test_buckets.c
test/test_buckets.c: In function 'deflate_compress':
test/test_buckets.c:1237: error: expected expression before '/' token
test/test_buckets.c: In function 'create_gzip_deflate_bucket':
test/test_buckets.c:1436: warning: ISO C90 forbids mixed declarations and code
test/test_buckets.c: In function 'test_deflate_4GBplus_buckets':
test/test_buckets.c:1559: warning: integer overflow in expression
scons: *** [test/test_buckets.o] Error 1
scons: building terminated because of errors.
{noformat}
> serf_get crashes with segmentation fault on two requests and concurrent
> connections with SPNEGO auth
> ----------------------------------------------------------------------------------------------------
>
> Key: SERF-173
> URL: https://issues.apache.org/jira/browse/SERF-173
> Project: serf
> Issue Type: Bug
> Reporter: Michael Osipov
> Labels: Priority-Medium, Type-Defect
>
> Using FreeBSD 9.3-STABLE, Serf trunk@2500, MIT Kerberos 1.13.2.
> Calling {{./serf_get -d -c 2 -n 2 http://...}} gives me "Segmentation fault:
> 11 (Speicherabzug geschrieben)"
> Serf has been compiled with debug options, full logs, GDB stracktrace and
> core file can be send privately.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)