Howard Chu wrote:
Howard Chu wrote:
Michael Ströder wrote:
Quanah Gibson-Mount wrote:
What flags were used to build BDB 4.7?
See my build script as attachment. ../dist/configure \ --prefix=/opt/bdb-${BDB_VERSION} \ --with-uniquenames \
The above is not a valid option
--enable-diagnostic \
This appears to be the only significant difference from a default config. Try without.
--enable-shared \ --enable-static \ --enable-rpc \ --disable-java \ --enable-posixmutexes \ --enable-largefile \ --enable-cxx \ --disable-compat185 \ i686-suse-linux
make
Just to confirm, I built BDB 4.7.25 with the above options (except uniquenames and i686-suse-linux) on dual-core x86-64 and still see no hang.
OK. On my single core x86 (32 bit) SuSE system (also i686-suse-linux) with all of the above options I see the same hang. It also occurs with just the defaults. It also occurs when configuring --with-mutex=POSIX/pthreads. This may be a BDB bug; probably should stick to 4.6.21 for single-core machines until we track down the problem.