[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [MacPorts] #45496: Subversion with JavaHL crashes on Yosemite

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 27 Oct 2014 10:22:55 +0000

"Daniel J. Luke" <dluke_at_geeklair.net> writes:

>> On Oct 24, 2014, at 3:09 PM, Daniel J. Luke <dluke_at_geeklair.net> wrote:
>>> The JavaHL bindings
>>> use the same libraries to access the code as the commmand line clients.
>>> If one works and the other does not it implies that the different
>>> libraries are getting loaded at runtime. I have no idea what you need
>>> to do to get the correct libraries to load on OSX.
>>
>> make check-javahl sets DYLD_LIBRARY_PATH so the libraries from the build take precedence over any others. I'll check to see which library(s) are getting loaded at runtime both from the MacPorts build and my non-MacPorts build and see if there's anything there. Thanks for giving me some place to start...
>
> I don't see any difference between which libraries are getting loaded:

All I can suggest is building with debug symbols and using a debugger.
The code is in subversion/libbsvn_subr/sqlite.c and I would guess the
problem is eithe SQLite initialisation in init_sqlite() or database open
in internal_open().

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-10-27 11:24:13 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.