Fix Issue 18760 - theAllocator dangling reference bug#6449
Fix Issue 18760 - theAllocator dangling reference bug#6449andralex merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request and interest in making D better, @edi33416! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + phobos#6449" |
6ed38f5 to
50bf106
Compare
|
This should have a bug report. |
I'll file one and then link this to it |
|
The auto-tester failure appears unrelated. |
|
@CyberShadow any idea why |
|
It is a random failure likely due a concurrency issue, see here: |
|
Got it. Apparently it's kicking quite a few PRs lately. |
|
@edi33416 can you rebase please? |
|
@CyberShadow can you please take a look at the failure? |
It looks like compilation or execution of |
This fixes the following bug