Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Renderer crashed with EXC_BAD_ACCESS #3054

Closed
darkdh opened this issue Aug 9, 2016 · 5 comments
Closed

Renderer crashed with EXC_BAD_ACCESS #3054

darkdh opened this issue Aug 9, 2016 · 5 comments
Labels
Milestone

Comments

@darkdh
Copy link
Member

darkdh commented Aug 9, 2016

Did you search for similar issues before submitting this one?
Yes

Brave Helper_2016-08-09-181858_Anthonys-MacBook-Pro.crash.zip

@darkdh darkdh added the crash label Aug 9, 2016
@darkdh
Copy link
Member Author

darkdh commented Aug 9, 2016

cc @bridiver , @bbondy

@bridiver
Copy link
Collaborator

strange, it appears to be the result of a binary array buffer being passed in an ipc message, but I'm not aware of anything that would cause that, but which link causes the crash?

@bridiver
Copy link
Collaborator

ah, there's a cert error and the data field is empty. Looking into it more...
cc @diracdeltas

@bridiver
Copy link
Collaborator

bridiver commented Aug 10, 2016

[351:0810/141810:ERROR:javascript_bindings.cc(207)] message cert-error [ {
   "cert": {
      "data": ,
      "fingerprint": "sha256/cLK6yuBqbJururvUMl2odvLo/Vzyv26aJvuaJVsKjLg=",
      "issuerName": "Verizon Akamai SureServer CA G14-SHA2",
      "serialNumber": "3DB5E10B85ECBBB1F7CF61D3276A889B05A67C43",
      "subjectName": "a248.e.akamai.net",
      "validExpiry": 1472314211,
      "validStart": 1440691812
   },
   "error": "net::ERR_CERT_COMMON_NAME_INVALID",
   "tabId": 3,
   "url": "https://ad.sitemaji.com/ysm_forgetfulbc.js"
} ]

@bridiver
Copy link
Collaborator

looks like it was from this commit brave/muon@d072e61
but I don't understand why he's a base64 encoded string and converting to an array buffer. I'll ping on the commit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants