You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Jeff Sullivan <je...@epic-systems.com> on 2001/08/18 00:36:00 UTC

SIGSEGV 11 Using Static Library

Hello,

	I'm on SunOS 5.6, using Xerces v1.1.0 on GCC 3.0, just upgraded from version 2.95.2.

	I've created a static library...
		ar -r libxerces.a *.o 
		ranlib libxerces.a

	...and linked it into my program.  

	At runtime, I receive a signal 11 when the system reaches...

	try
	{
		XMLPlatformUtils::Initialize(); 
	}
	catch(const XMLException& e)
      	{ etc.}

	This code worked before.  What will it take to get this code working again?  Any help would be greatly appreciated.

Sincerely,
Jeff Sullivan
	
	
	 



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org