third_party/breakpad: update, fixes build on linux/gcc#70298
third_party/breakpad: update, fixes build on linux/gcc#70298Miezhiko wants to merge 1 commit intopytorch:masterfrom
Conversation
Signed-off-by: Miezhiko <[email protected]>
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
|
Hi @Miezhiko! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit e8bb082 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
malfet
left a comment
There was a problem hiding this comment.
Looks good to me, but please extend a PR description to mention which version of the library you are upgrading it to. Also, there used to be the patch on top of breakpad, this is why it was pulled from forked repo, is it still the case?
|
@malfet added description to PR, it's still targeting the same fork, can't verify myself if patch was merged back to upstream because I'm not aware of that one but seems like fork is still maintained. |
|
@malfet can you provide closure to this PR? The Archlinux packaging team would love for this to get merged in.
Can you specify which particular patchset? Since the same fork is being used, I would assume the patch still exists in the fork. Edit: I just checked and the fork is two commits ahead from google/breakpad. The latest commit being a merge from google/breakpad and the second to last commit being what I can only assume to be the patch you are talking about. As we can see the latest commit still has that second to last change i.e. the merge from upstream in the fork has not affected the diverging commit (the patch in question) in the fork. Therefore this should be safe to merge as it updates the breakpad repo in our pipeline while also maintaining the original patch we used the fork in the first place for. |
|
@Miezhiko thanks for the PR btw! |
|
@malfet sorry for the ping but if you get the time can you provide closure to this PR? I believe we have answered your concerns regarding this change. Feel free to ask any other questions. Pinging @seemethere for visibility |
|
@acxz done |
|
@malfet @seemethere @suo who can we ping for a review of this PR? Also is it usual for the CI to skip so many tests? Can someone restart the CI as well? Thank you. |
I see.
Got it, makes sense.
take your time, I think most users that are currently experiencing this issue are just patching around it themselves, so its prob not a big deal. However, I do ask that if it taking a long enough time, having this commit in the pytorch codebase wouldn't hurt either. |
|
it is really simpler to remove breakpad than to merge this PR >__< joking aside I don't think I needed breakpad myself, just cmake flag was ON by default and I expect that most of linux distributions packagers or source based linux users needed such patch for recent releases and it's always safer and simpler taking merged and tested patch than researching the problem and providing own solution for each. |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Miezhiko looks like that breakpad has been removed. I think you can go ahead and close this PR and the associated issues with it. |
Fixes #70297
Fixes #73113
updating breakpad to edbb99f95c75be27d038fffb1d969cdacf705db2
using fork https://github.com/driazati/breakpad