Re: [Mingw-w64-public] GDB and Microsoft Windows thread pool

2018-03-21 Thread Ruslan Garipov
On March 21, 2018 5:33:58 PM "Liu Hao" wrote: Confirmed on Windows 7 x64 Professional with GDB 8.1 (Git master). This looks like a GDB bug, please file a bug report with the testcase at . I reported it as the bug 22992[1]. Thanks a lot for support! [1]: https

Re: [Mingw-w64-public] GDB and Microsoft Windows thread pool

2018-03-21 Thread Liu Hao
在 03/21/2018 12:18 PM, Ruslan Garipov 写道: > As it was suggested on the project's IRC channel, I am opening a preliminary > discussion of my issue in this mailing list. > > I encountered an internal GDB error while was debugging C++ code using > Microsoft > Windows thread pool API[1]. When several

Re: [Mingw-w64-public] GDB and Microsoft Windows thread pool

2018-03-20 Thread Ruslan Garipov
SourceForge has removed the attachment from my previous post, therefore I post link to the sample code here: https://pastebin.com/6xKTiK9D. Sorry. -- Check out the vibrant tech community on one of the world's most engagin

[Mingw-w64-public] GDB and Microsoft Windows thread pool

2018-03-20 Thread Ruslan Garipov
As it was suggested on the project's IRC channel, I am opening a preliminary discussion of my issue in this mailing list. I encountered an internal GDB error while was debugging C++ code using Microsoft Windows thread pool API[1]. When several works/threads hit the same breakpoint at the same time