PROTON-2938: WIN: Fix Heap Corruption Issue#448
Conversation
|
Thanks very much for this: This seems to be serious bug, not a trivial change that would be covered by a NO-JIRA change. @jamwhy If you could create an JIRA issue that would help. Minimally we do need some sort of bug report with the best reproducer you can give us and a better idea of the environment this happened in (proton version at least, how the library was made etc.) I don't know what gflags is can you give more details. |
|
I have submitted the request to submit a bug. In the meantime what I can say is: I ran the application with:
So full Page Heap was enabled. The stack trace in the PR description is the debugger output from that run. |
|
@jamwhy you should be able to create a jira now. |
|
@astitcher https://issues.apache.org/jira/browse/PROTON-2938 |
Found using
gflags. Tried a number of fixes, this seems to be the one that works. With this fix, I am able to usegflagsto debug on windows.