Bug 1176410
Summary: | [abrt] mingw64-binutils: make_import_fixup_mark(): ld killed by SIGSEGV | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bill Lee <Bill> | ||||||||||||||||||||||||
Component: | mingw-binutils | Assignee: | Erik van Pienbroek <erik-fedora> | ||||||||||||||||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 20 | CC: | Bill, erik-fedora, fedora-mingw, kalevlember, ktietz, rjones | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/8dda5388b5dc4e034683b4946687f3001b1d19de | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:b5b8fafea76e18f3d56c41495243740b2e2b4024 | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2014-12-30 15:50:12 UTC | Type: | --- | ||||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||
Attachments: |
|
Description
Bill Lee
2014-12-21 14:12:03 UTC
Created attachment 971694 [details]
File: backtrace
Created attachment 971695 [details]
File: cgroup
Created attachment 971696 [details]
File: core_backtrace
Created attachment 971697 [details]
File: dso_list
Created attachment 971698 [details]
File: environ
Created attachment 971699 [details]
File: exploitable
Created attachment 971700 [details]
File: limits
Created attachment 971701 [details]
File: maps
Created attachment 971702 [details]
File: open_fds
Created attachment 971703 [details]
File: proc_pid_status
Created attachment 971704 [details]
File: var_log_messages
Could you please try to reproduce this issue with mingw-binutils-2.24-5.fc20 (currently in updates-testing) or mingw-binutils-2.25-1.fc21 (from Fedora 21, can be found at http://koji.fedoraproject.org/koji/buildinfo?buildID=600717) Current mingw "stuff" on my stystem: mingw64-cpp-4.8.3-1.fc20.x86_64 mingw64-crt-3.2.0-1.fc20.noarch mingw64-winpthreads-static-3.2.0-1.fc20.noarch mingw64-win-iconv-0.0.4-3.fc20.noarch mingw64-filesystem-99-3.fc20.noarch mingw64-libusbx-1.0.15-2.fc20.noarch mingw64-expat-2.1.0-5.fc20.noarch mingw-w64-tools-3.1.0-1.fc20.x86_64 mingw-binutils-generic-2.25-1.fc21.x86_64 <---NOTE mingw64-winpthreads-3.2.0-1.fc20.noarch mingw64-gcc-4.8.3-1.fc20.x86_64 mingw-filesystem-base-99-3.fc20.noarch mingw64-pkg-config-0.28-2.fc20.x86_64 mingw64-gdb-7.6-2.fc20.noarch mingw64-pdcurses-3.4-15.fc20.noarch mingw64-binutils-2.25-1.fc21.x86_64 <---NOTE mingw64-libusbx-static-1.0.15-2.fc20.noarch mingw64-zlib-1.2.8-2.fc20.noarch mingw64-gcc-c++-4.8.3-1.fc20.x86_64 mingw64-headers-3.2.0-1.fc20.noarch Attempted to compile and link a simple c++ program: bill-alpha-138: make clean ; make testDelimited_Strings rm *.o g++ -g -DDEBUG -Wno-deprecated -c -o Delimited_Strings.o Delimited_Strings.cpp x86_64-w64-mingw32-g++ -o testDelimited_Strings testDelimited_Strings.cpp Delimited_Strings.o -lpdcurses -lpthread -lusb-1.0 -O2 -g -DDEBUG -Wno-deprecated collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped make: *** [testDelimited_Strings] Error 1 Tell mhat else to do and I'll get it for you asap. Could you attach the .cpp file in question to this bug report so we can try to reproduce it? I think this "bug" can/should be chalked up to user error and closed. If you look at my last submittal you will see that while the main test program was compiled with x86_64-w64-mingw32-g++, the one class that was being tested was compiled with g++ Given that, it doesn't surprise me that the loader failed. I have since made sure that all components were compiled with the mingw compiler, and then the loader works as expected. |