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

Re: AIX 5.1 client segfault

From: Travis <svn_at_castle.fastmail.fm>
Date: 2004-01-13 20:52:57 CET

Just to follow-up on myself. Something is wrong with the linkage.
It's the assembly in glink.s that connects ne_xml_create() with
XML_ParserCreate() that is my problem somehow.

I was hoping to find that an errant version of expat was being picked
up from somewhere, but the debugger tells me that it has loaded
..../subversion-0.35.1/apr-util/xml/expat/lib/.libs/
libexpat.a(libexpat.so.0) which looks correct.

I found a copy of gcc 3.3 that a friend installed, so I'm giving that a
whirl.

-Travis

On Jan 12, 2004, at 1:45 PM, Travis wrote:

> I'm trying to build just the client on AIX 5.1.
> After a largely uneventful configure and make (I had to make a couple
> alterations),
> I'm getting a set fault where an XML parser is supposed to be built.
>
> Call stack:
> XML_ParserCreate()
> ne_xml_create()
> parsed_request() : line 528
> svn_ra_dav__parsed_request_compat() : line 707
> svn_ra_dav__get_props() : line 525
> svn_ra_dav__get_props_resource() : line 551
> svn_ra_dav__get_starting_props() : line 623
> svn_ra_dav__search_for_starting_props() : line 653
> svn_ra_dav__get_baseline_props() : line 761
> svn_ra_dav__get_baseline_info() : line 881
> svn_ra_dav__get_latest_revnum() : line 1005
> 0x0000000020008f74
> 0x000000002000a14c
> 0x000000002000a690
> svn_cl__checkout()
> main()
> __start()
>
> I've put full more detail at http://www.webzimmer.com/twp/svn/
>
> Any ideas?
>
> -Travis

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 13 20:55:32 2004

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.