On Sat, Apr 08, 2006 at 06:56:06PM +0200, Remy Maucherat wrote: > Jeff Turner wrote: > > We experienced this before on the old issues.apache.org box, but Remy > > said he fixed it (and it is fixed on that box): > > Yes, it was a specificity of the Itanium platform which got fixed. > Normally, I also fixed the problem where a poller could crash when it is > restarted. > > There's no debug you can add, I think (I had already improved the > logging, and it now seems complete enough). You can always post the > connector configuration and give details on the platform, though.
Nothing unusual. Ubuntu 5.10, 1x2.8Ghz Xeon. Java is started with: -Djava.library.path=/usr/local/tomcat/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs tcnative is compiled with only --with-apr: [EMAIL PROTECTED]:/usr/local/tomcat/apache-tomcat-5.5.16/bin/tomcat-native-1.1.2/jni/native$ cat config.nice #! /bin/sh # # Created by configure "./configure" \ "--with-apr=/usr/local/apr-install/1.2.2" \ "$@" I've appended what ldd reports. If you or another Tomcat developer has time to look into this, we can arrange access to the box. Just put a public key up somewhere. Thanks, Jeff ldd /usr/local/tomcat/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs/*so* /usr/local/tomcat/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs/libtcnative-1.so: linux-gate.so.1 => (0xffffe000) libapr-1.so.0 => /usr/local/apr-install/1.2.2/lib/libapr-1.so.0 (0xb7ef3000) librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7ee6000) libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7eb9000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ea7000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ea4000) libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7e74000) libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7d76000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c48000) /lib/ld-linux.so.2 (0x80000000) /usr/local/tomcat/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs/libtcnative-1.so.0: linux-gate.so.1 => (0xffffe000) libapr-1.so.0 => /usr/local/apr-install/1.2.2/lib/libapr-1.so.0 (0xb7f9f000) librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7f92000) libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7f65000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f53000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f50000) libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f20000) libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e22000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7cf4000) /lib/ld-linux.so.2 (0x80000000) /usr/local/tomcat/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs/libtcnative-1.so.0.2.2: linux-gate.so.1 => (0xffffe000) libapr-1.so.0 => /usr/local/apr-install/1.2.2/lib/libapr-1.so.0 (0xb7f0a000) librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7efd000) libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7ed0000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ebe000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ebb000) libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7e8b000) libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7d8d000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c5f000) /lib/ld-linux.so.2 (0x80000000) > Rémy > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]