fixes for crash on HdrHeap::attach_block#501
Closed
dmorilha wants to merge 1 commit intoapache:masterfrom
dmorilha:HdrHeap_attach_block
Closed
fixes for crash on HdrHeap::attach_block#501dmorilha wants to merge 1 commit intoapache:masterfrom dmorilha:HdrHeap_attach_block
dmorilha wants to merge 1 commit intoapache:masterfrom
dmorilha:HdrHeap_attach_block
Conversation
Member
|
I'm going to -1 this patch because I think it treats the symptoms, not the problem. The latter seems to be TS-4256. |
Author
|
That's fine, thanks Alan for all investigation. I think we later identified a possible fix with the plug-in: #511 |
shinrich
added a commit
to shinrich/trafficserver
that referenced
this pull request
Jul 10, 2017
Remove accidental file from rebase.
SolidWallOfCode
added a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
Jul 23, 2021
* HostDB restructuring. * Add method to write an IpAddr value to a sockaddr. (apache#7821) (cherry picked from commit fbdbb5b) * DNS: Clean up argument passing to DNS queries. (apache#7778) (cherry picked from commit 6009f46) (cherry picked from commit bc546e4) * Fix: avoid reusing null hostent if the DNS query failed. (apache#485) (cherry picked from commit 8b260f1) (cherry picked from commit 85be058) * Fix brokenness in Lua do to API change and reversion. (cherry picked from commit 6266b4f) * HostDB: Fix plugin API port error. (cherry picked from commit 34518d1) * Revert API change - maintain 9.x compatibility. (cherry picked from commit 330a203) Co-authored-by: Alan M. Carroll <amc@apache.org>
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Jul 24, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@SolidWallOfCode here is the proposal for our problems with
HdrHeap::attach_block