New issue
Advanced search Search tips

Issue 711738 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Chrome renderer crashes at ClassicPendingScript::CheckState

Project Member Reported by ssid@chromium.org, Apr 14 2017

Issue description

I have been trying to run some telemetry tests and chrome keeps crashing on ClassicPendingScript::CheckState()

Error message:


  	04-14 03:03:46.719 28423 28436 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 28436 (CrRendererMain)
  	04-14 03:03:46.730 28395 28442 I X509Util: Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  	04-14 03:03:46.752 28395 28443 I X509Util: Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  	04-14 03:03:46.797 28395 28442 I X509Util: Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  	04-14 03:03:46.825   492   492 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  	04-14 03:03:46.825   492   492 F DEBUG   : Build fingerprint: 'google/bullhead/bullhead:6.0.1/MMB29Q/2480792:userdebug/dev-keys'
  	04-14 03:03:46.825   492   492 F DEBUG   : Revision: 'rev_1.0'
  	04-14 03:03:46.826   492   492 F DEBUG   : ABI: 'arm64'
  	04-14 03:03:46.826   492   492 F DEBUG   : pid: 28423, tid: 28436, name: CrRendererMain  >>> org.chromium.chrome:sandboxed_process0 <<<
  	04-14 03:03:46.826   492   492 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
  	04-14 03:03:46.840 28395 28443 I X509Util: Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  	04-14 03:03:46.844 28395 28442 I X509Util: Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  	04-14 03:03:46.848   492   492 F DEBUG   : Abort message: '[FATAL:ClassicPendingScript.cpp(52)] Check failed: GetResource() || !streamer_. 
  	04-14 03:03:46.848   492   492 F DEBUG   : #00 0x0000007f53d324e3 /data/app/org.chromium.chrome-1/base.apk+0x000000000123b4e3
  	04-14 03:03:46.848   492   492 F DEBUG   : #01 0x0000007f5747403b /data/app/org.chromium.chrome-1/base.apk+0x000000000497d03b
  	04-14 03:03:46.848   492   492 F DEBUG   : #02 0x0000007f57510eef /data/app/org.chromium.chrome-1/base.apk+0x0000000004a19eef
  	04-14 03:03:46.848   492   492 F DEBUG   : #03 0x0000007f57510fa3 /data/app/org.chromium.chrome-1/base.apk+0x0000000004a19fa3
  	04-14 03:03:46.848   492   492 F DEBUG   : #04 0x0000007f575111b3 /data/app/org.chromium.chrome-1/base.apk+0x0000000004a1a1b3
  	04-14 03:03:46.848   492   492 F DEBUG   :     x0   0000000000000000  x1   0000000000006f14  x2   0000000000000006  x3   0000000000000000
  	04-14 03:03:46.848   492   492 F DEBUG   :     x4   0000000000000000  x5   0000000000000001  x6   0000000000000000  x7   0000000000000000
  	04-14 03:03:46.849   492   492 F DEBUG   :     x8   0000000000000083  x9   0000007f743bcf74  x10  0000007f743bcf28  x11  0000007f743bd23a
  	04-14 03:03:46.849   492   492 F DEBUG   :     x12  0000007f743bcf73  x13  0000000000000054  x14  0000007f5843f810  x15  0000007f78f09748
  	04-14 03:03:46.849   492   492 F DEBUG   :     x16  0000007f78efb568  x17  0000007f78e8e13c  x18  0000007f78f09738  x19  0000007f743c0500
  	04-14 03:03:46.849   492   492 F DEBUG   :     x20  0000007f743c0440  x21  0000000000000002  x22  0000000000000006  x23  0000000000000000
  	04-14 03:03:46.849   492   492 F DEBUG   :     x24  0000007f59c5c000  x25  0000007f743bda20  x26  0000007f743bded8  x27  0000007f743bdee8
  	04-14 03:03:46.849   492   492 F DEBUG   :     x28  0000000000000800  x29  0000007f743bd270  x30  0000007f78e8b8d8
  	04-14 03:03:46.850   492   492 F DEBUG   :     sp   0000007f743bd270  pc   0000007f78e8e144  pstate 0000000020000000
  	04-14 03:03:46.859   492   492 W debuggerd64: type=1400 audit(0.0:317): avc: denied { search } for name="org.chromium.chrome" dev="dm-2" ino=581490 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
  	04-14 03:03:46.862   492   492 F DEBUG   : 


Build bot link:
https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/157448
 
Mergedinto: 711703
Status: Duplicate (was: Untriaged)
Thanks for reporting! I'm handling this at Issue 711703 and a suspected CL is about to be reverted.

Sign in to add a comment