Bug 1453099
Summary: | mongodb-3.4.3-1.fc27 FTBFS: tests fail | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | mongodb | Assignee: | Marek Skalický <mskalick> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | admiller, chris, fweimer, hhorak, johan.o.hedin, jpacner, mskalick, rjones, strobert, tdawson, trepik |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://apps.fedoraproject.org/koschei/build/2901403 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-05-22 09:09:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Petr Pisar
2017-05-22 07:22:13 UTC
If "(-11)" means SIGSEGV, then this is the same bug I see when starting already built mongodb server in perl-MongoDB tests <https://apps.fedoraproject.org/koschei/build/2901232>: + mkdir test_db + mongod --fork --logpath /builddir/build/BUILD/MongoDB-v1.8.0/mongod.log --pidfilepath /builddir/build/BUILD/MongoDB-v1.8.0/mongod.pid --dbpath /builddir/build/BUILD/MongoDB-v1.8.0/test_db/ --smallfiles mongod: Relink `/lib64/libsnappy.so.1' with `/lib64/libtcmalloc.so.4' for IFUNC symbol `_ZdlPvm' /var/tmp/rpm-tmp.h8x2hY: line 33: 18506 Segmentation fault (core dumped) mongod --fork --logpath $PWD/mongod.log --pidfilepath $PWD/mongod.pid --dbpath $PWD/test_db/ --smallfiles Maybe it's a dynamic linker bug #1452813. (In reply to Petr Pisar from comment #2) > Maybe it's a dynamic linker bug #1452813. The error message looks suspiciously similar. However the way to be sure would be to set the environment variable export LD_DEBUG=all and check the last few lines of output. (Compare with https://bugzilla.redhat.com/show_bug.cgi?id=1452813#c2) Having installed: mongodb-server-3.4.3-1.fc27.x86_64 snappy-1.1.4-3.fc26.x86_64 gperftools-libs-2.5.91-1.fc27.x86_64 glibc-2.25.90-2.fc27.x86_64 $ LD_DEBUG=all mongod --fork --logpath /tmp/mongod.log --pidfilepath /tmp/mongod.pid --dbpath /tmp --smallfiles [...] 18936: symbol=_ZdlPvm; lookup in file=mongod [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libpcre.so.1 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libpcrecpp.so.0 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libyaml-cpp.so.0.5 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libstemmer.so.0 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libz.so.1 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libicudata.so.57 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libicui18n.so.57 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libicuuc.so.57 [0] 18936: symbol=_ZdlPvm; lookup in file=/lib64/libtcmalloc.so.4 [0] 18936: binding file /lib64/libsnappy.so.1 [0] to /lib64/libtcmalloc.so.4 [0]: normal symbol `_ZdlPvm' [CXXABI_1.3.9] mongod: Relink `/lib64/libsnappy.so.1' with `/lib64/libtcmalloc.so.4' for IFUNC symbol `_ZdlPvm' Segmentation fault (core dumped) Probably a regression of bug 1312462. The back trace point to ld-linux.so: #0 0x0000000000000000 in ?? () #1 0x00007f8301842760 in ?? () #2 0x00007fffffffe370 in ?? () #3 0x00007f8301843f05 in ?? () #4 0x0000000000000001 in ?? () #5 0x00007f8304a2b14a in elf_machine_rela (skip_ifunc=<optimized out>, reloc_addr_arg=0x7f8300847f00, version=<optimized out>, sym=<optimized out>, reloc=0x7f8300642ff8, map=0x7f8304c2e920) at ../sysdeps/x86_64/dl-machine.h:349 #6 elf_dynamic_do_Rela (skip_ifunc=<optimized out>, lazy=<optimized out>, nrelative=<optimized out>, relsize=<optimized out>, reladdr=<optimized out>, map=0x7f8304c2e920) at do-rel.h:137 #7 _dl_relocate_object (scope=<optimized out>, reloc_mode=<optimized out>, consider_profiling=<optimized out>, consider_profiling@entry=0) at dl-reloc.c:259 #8 0x00007f8304a21e1a in dl_main (phdr=<optimized out>, phnum=<optimized out>, user_entry=<optimized out>, auxv=<optimized out>) at rtld.c:2047 #9 0x00007f8304a3843b in _dl_sysdep_start (start_argptr=start_argptr@entry=0x7fffffffe590, dl_main=dl_main@entry=0x7f8304a1fbc0 <dl_main>) at ../elf/dl-sysdep.c:253 #10 0x00007f8304a23078 in _dl_start_final (arg=0x7fffffffe590) at rtld.c:303 #11 _dl_start (arg=0x7fffffffe590) at rtld.c:409 #12 0x00007f8304a1ee68 in _start () from /lib64/ld-linux-x86-64.so.2 #13 0x0000000000000009 in ?? () [...] That's very similar to: https://bugzilla.redhat.com/show_bug.cgi?id=1452813#c1 Suggest marking this bug as a duplicate and reassigning the other bug to gperftools. I'm still seeing if a simple rebuild of the affected packages fixes things or not. In fact, let's just do that ... *** This bug has been marked as a duplicate of bug 1452813 *** |