Comment 7 for bug 1640542

Revision history for this message
Olivier Tilloy (osomon) wrote :

I’ve instrumented my local build, and the message that triggers the renderer crash is the one with msgid "UnityWebappApi-Message":

  args : "[null]"
  callback : null
  name : "ContentHub.onShareRequested"
  target : "ubuntu-webapps-binding-call"

In ObjectBackedNativeHandler::NewInstance(), 'manager_' is null, so dereferencing it triggers the crash.