The fun just will not end. Fully built, but unfortunately dumps core.
gdb ./testXSLT
GNU gdb 5.0rh-5 Red Hat Linux 7.1
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run -IN ../samples/XalanTransform/foo.xml
Starting program: /root/xml-xalan/c/bin/./testXSLT -IN
../samples/XalanTransform/foo.xml
[New Thread 1024 (LWP 6720)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 6720)]
0x4037f8ff in _Rb_tree<unsigned short const *, pair<unsigned short const *const,
unsigned int>, _Select1st<pair<unsigned
short const *const, unsigned int> >, less_no_case_ascii_wide_string,
allocator<unsigned int> >::_M_erase ()
from /usr/local/lib/libxalan-c1_1.so
FYI,
ldd testXSLT
libxalan-c1_1.so => /usr/local/lib/libxalan-c1_1.so (0x4001e000)
libxerces-c1_4.so => /usr/local/lib/libxerces-c1_4.so (0x404a7000)
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x405b6000)
libm.so.6 => /lib/i686/libm.so.6 (0x405f9000)
libc.so.6 => /lib/i686/libc.so.6 (0x4061d000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x4074d000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Basic RedHat 7.1 install, kept fairly current as far as I know, but I didn't install
it.
Any Ideas?