Re: [Mingw-w64-public] [BUG (suspicious)] gdb crashes when info registers

2018-05-02 Thread Liu Hao
在 2018/5/3 9:03, 章成凯 写道: Sorry for that. I upload the attachment to google drive and post the link in the bug report: https://sourceforge.net/p/mingw-w64/bugs/731/ I can reproduce this problem on x64 but ATM I have no idea what causes it. This crash is not reproducible on x86. 2018-05-01

Re: [Mingw-w64-public] [BUG (suspicious)] gdb crashes when info registers

2018-05-02 Thread 章成凯
Sorry for that. I upload the attachment to google drive and post the link in the bug report: https://sourceforge.net/p/mingw-w64/bugs/731/ 2018-05-01 16:35 GMT+08:00 LRN : > On 01.05.2018 10:57, 章成凯 wrote: > > source code of the program I debug, crash screenshot and some debug

Re: [Mingw-w64-public] mingw-w64 and clang C++ ABI compatibility

2018-05-02 Thread Mateusz Mikuła
Those are Clang bugs [0]. Multiple definitions error has been fixed in [1] and probably (just guessing) made it to Clang 6.0.0 release. Undefined references bug happens when you link code compiled by Clang to static libstdc++ (and probably other static libs too) compiled by GCC. I think there is

[Mingw-w64-public] mingw-w64 and clang C++ ABI compatibility

2018-05-02 Thread Sukhbir Singh
Hi, I have a question about C++ ABI compatibility (or lack thereof) between mingw-w64 and clang. I am trying to cross-compile go-webrtc [https://github.com/keroserene/go-webrtc] with mingw-w64 (cgo), which has webrtc as its dependency (compiled with clang). I am running into errors during the

Re: [Mingw-w64-public] [BUG (suspicious)] gdb crashes when info registers

2018-05-02 Thread LRN
On 01.05.2018 10:57, 章成凯 wrote: > source code of the program I debug, crash screenshot and some debug info > related to this crash are in the attachment. Looks like sourceforge ate your attachment, sorry to say. signature.asc Description: OpenPGP digital signature

[Mingw-w64-public] mingw-w64 and clang C++ ABI compatibility

2018-05-02 Thread Sukhbir Singh
Hi, I have a question about C++ ABI compatibility (or lack thereof) between mingw-w64 and clang. I am trying to cross-compile go-webrtc [https://github.com/keroserene/go-webrtc] with mingw-w64 (cgo), which has webrtc as its dependency (compiled with clang). I am running into errors during the