To get xerces to run properly on my RedHat system I had to build xerces with the g++3 compiler. I posted something several days ago on what you have to do to make that work. In my case, I was having problems with C++ exception handling not working correctly across shared libraries. I have no idea whether the problems I was having have anything to do with the problems you are experiencing.
-----Original Message----- From: Jorge Pozo Ramirez [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 11:30 PM To: [EMAIL PROTECTED] Subject: Trouble with Linux Distribution. Hi there. I've just installed Red Hat Linux 7.2 from scratch on a development machine. I'm compiling some executables that worked properly before on SCO Openserver and HPUX 11 and 10.20 enviroments. When I execute my code, randomly it hangs up, or coredumps when trying to free memory, (as GDB stack print shows always the fault on malloc.free, called from the destructor of DOMNodes). I ran the same code with the same XML docs on the three previous machines without any trouble. And even more complex examples. I've tried to use the stable 1.6 Xerces-C release, (compiled on RedHat 6), the latest nightly 1.7, (compiled on RH 7.2 also), and I've built my own 1.6 library from the source code, both on threaded and non-threaded versions. All libraries gave me the same result. Is there any patch that I must install on the basic Red Hat 7.2 release for running Xerces???. It seems to be some kind of libc bug. Any idea?. Jorge. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
