← Back to team overview

touch-packages team mailing list archive

[Bug 1466892] Re: gmail webapp crashes when attaching a contact to a new message

 

Here is the backtrace extracted from the crash file:

#0  oxide::FilePicker::Done (this=this@entry=0xb8ecf030, files=std::vector of length 1, capacity 1 = {...}, 
    permissions=content::FileChooserParams::OpenMultiple) at ../../../../shared/browser/oxide_file_picker.cc:50
#1  0xaccfcdc6 in oxide::qt::FilePicker::done (this=0xb8ecf030, files=..., 
    mode=oxide::qt::FilePickerProxy::OpenMultiple) at ../../../../qt/core/browser/oxide_qt_file_picker.cc:134
#2  0xacabf2fa in oxide::qquick::FilePickerContext::accept(QVariant const&) const ()
   from /usr/lib/arm-linux-gnueabihf/libOxideQtQuick.so.0
#3  0xacabf902 in oxide::qquick::FilePickerContext::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
   from /usr/lib/arm-linux-gnueabihf/libOxideQtQuick.so.0
#4  0xacabf9e0 in oxide::qquick::FilePickerContext::qt_metacall(QMetaObject::Call, int, void**) ()
   from /usr/lib/arm-linux-gnueabihf/libOxideQtQuick.so.0
#5  0xb63b5040 in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
Backtrace stopped: previous frame identical to this frame (corrupt stack?)


The issue is there:

  void FilePicker::Done(const std::vector<content::FileChooserFileInfo>& files,
                        content::FileChooserParams::Mode permissions) {
    render_view_host_->FilesSelectedInChooser(files, permissions);

where render_view_host_ is null.

** Also affects: oxide
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1466892

Title:
  gmail webapp crashes when attaching a contact to a new message

Status in Oxide Webview:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Only reproduced on Arale

  current build number: 31
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-06-19 14:56:08
  version version: 31
  version ubuntu: 20150619.1
  version device: 20150608-6e66f3c
  version custom: 20150602-731-5-32

  
  webapp-container                       0.23+15.04.20150602-0ubuntu1

  Test Case:
  1. Add a Google account and ensure there are contacts in the address book
  2. Open gmail
  3. Create a new message
  4. Tap on add an attachment
  5. Select a contact and confirm

  Expected Result
  The contact is added

  Actual Result
  GMail crashes

  Crash file attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1466892/+subscriptions


References