Bug 1367225
| Summary: | dyninst testsuite test_fork and test4_{234} fail on x86_64 | ||
|---|---|---|---|
| Product: | Red Hat Developer Toolset | Reporter: | Michael Petlan <mpetlan> |
| Component: | dyninst | Assignee: | Josh Stone <jistone> |
| Status: | CLOSED ERRATA | QA Contact: | Michael Petlan <mpetlan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | DTS 6.0 RHEL 6 | CC: | fche, mbenitez, mcermak, mnewsome |
| Target Milestone: | beta1 | ||
| Target Release: | 6.0 | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | devtoolset-6-dyninst-9.2.0-4.el6 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-15 10:13:56 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
Michael Petlan
2016-08-15 23:09:46 UTC
(In reply to Michael Petlan from comment #0) > Steps to Reproduce: > 1. scl enable devtoolset-6 bash > 2. export > DYNINSTAPI_RT_LIB=/opt/rh/devtoolset-6/root/usr/lib64/dyninst/libdyninstAPI. > so.9.2.0 This is missing "_RT" in the file name. With that fixed, the log I get is similar until the end: [139655969982240]pcEventMuxer.C[334]: removing breakpoint at main [139655969982240]dynProcess.C[427]: process initialized, loading the RT library [139655969982240]dynProcess.C[797]: RT library already loaded [139655969982240]dynProcess.C[834]: DYNINSTinit succeeded [139655969982240]dynProcess.C[841]: welcome to PCProcess::setRTLibInitParams dynProcess.C[902]: set var in RTlib for debug... [139655969982240]dynProcess.C[454]: installing default Dyninst instrumentation into process 3351 [139655969982240]dynProcess.C[521]: finished bootstrapping process 3351 Registering function callback... Registering instPoint callback... Registering process... Getting initial thread... Creating new BPatch_image... BPatch_process::BPatch_process, completed. Caught crash signal 11 for thread 3351/3351 Registers at crash: x86_64::rip = 0x7fe8d208e08d x86_64::rax = 0x8393488 x86_64::rcx = 0x345f3474736508 x86_64::rdx = 0x20080 x86_64::rbx = 0x0 x86_64::rsp = 0x7ffdc5a32f60 x86_64::rbp = 0x7ffdc5a32f80 x86_64::rsi = 0x404d8e x86_64::rdi = 0x1a3e040 x86_64::r8 = 0x0 x86_64::r9 = 0x80 x86_64::r10 = 0xeb00000000b445c7 x86_64::r11 = 0x246 x86_64::r12 = 0x4021d0 x86_64::r13 = 0x7ffdc5a33140 x86_64::r14 = 0x0 x86_64::r15 = 0x0 x86_64::ds = 0x0 x86_64::es = 0x0 x86_64::fs = 0x0 x86_64::gs = 0x0 x86_64::cs = 0x33 x86_64::ss = 0x2b x86_64::flags = 0x10206 x86_64::orax = 0xffffffffffffffff x86_64::fsbase = 0x7fe8d207d720 x86_64::gsbase = 0x0 x86_64::dr0 = 0x0 x86_64::dr1 = 0x0 x86_64::dr2 = 0x0 x86_64::dr3 = 0x0 x86_64::dr4 = 0x0 x86_64::dr5 = 0x0 x86_64::dr6 = 0x0 x86_64::dr7 = 0x0 test4_4 g++ none 64 create NA dynamic nonPIC FAILED (Running Test) Upstream dyninst#157 is also investigating a RHEL6 SIGSEGV, although in a different test -- this might be related Fix posted upstream: https://github.com/dyninst/dyninst/pull/163 Testsuite passed with DTS-6 Beta (devtoolset-6-dyninst-9.2.0-4.el[67]) on all supported architectures. VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2741.html |