Thomas Singer <thomas.sin...@syntevo.com> writes:

>> Thread 44 Crashed:: Java: WorkerThread-3
>> 0   libsystem_kernel.dylib           0x00007fff696a0b6e __pthread_kill + 10
>> 1   libsystem_pthread.dylib          0x00007fff6986b080 pthread_kill + 333
>> 2   libsystem_c.dylib                0x00007fff695fc1ae abort + 127
>> 3 libsvn_subr-1.0.dylib 0x000000011ef564f5 abort_on_pool_failure +
>> 4 libserf-1.dylib 0x000000011f0dec53 serf__process_connection + 259
>> 5 libserf-1.dylib 0x000000011f0dd263 serf_event_trigger + 163
>> 6 libserf-1.dylib 0x000000011f0dd39c serf_context_run + 108
>> 7 libsvn_ra_serf-1.0.dylib 0x000000011f394845
>> svn_ra_serf__context_run + 69

> Unfortunately, I neither can't reproduce the crash on our macOS 10.13
> machine nor do I understand the reason for the crash. Could it be,
> somehow, be caused by us having compiled SVN incorrectly? Or could
> this be a problem of libsystem_kernel.dylib, libsystem_pthread.dylib,
> libsystem_c.dylib? Thanks in advance for any helpful clue.

abort_on_pool_failure() indicates that the process failed to allocate
dynamic memory.  There could be a memory leak, causing the process to
allocate an excessive amount of memory.  There could be some limit on
the process causing it to fail when attempting to allocate a large, but
reasonable, amount of memory.  Was the commit "large" in some way?  Lots
of files?  Large files?  Deep directories?  Lots of properties?  Large
properties? etc.

-- 
Philip

Reply via email to