WAM crashes when trying to play a video in the Youtube webapp

Description

When trying to reproduce a video in the Youtube app,  WAM  crashes in a GBM pixmap buffer initialization with backtrace:

(gdb) bt
#0 0x00007fb0abca4ef8 in ui::GbmPixmapWayland::InitializeBuffer (this=this@entry=0xbfce45a8ae0, size=..., format=format@entry=gfx::BufferFormat::R_8,
usage=usage@entry=gfx::BufferUsage::SCANOUT_CPU_READ_WRITE) at /usr/include/c++/8.2.0/bits/unique_ptr.h:342
#1 0x00007fb0abc9df04 in ui::WaylandSurfaceFactory::CreateNativePixmap (this=0xbfce3ac9c80, widget=<optimized out>, size=..., format=gfx::BufferFormat::R_8,
usage=gfx::BufferUsage::SCANOUT_CPU_READ_WRITE) at ../../git/src/ui/ozone/platform/wayland/wayland_surface_factory.cc:282
#2 0x00007fb0ae71c3aa in gpu::GpuMemoryBufferFactoryNativePixmap::CreateGpuMemoryBuffer (this=0xbfce3c41150, id=..., size=..., format=gfx::BufferFormat::R_8,
usage=gfx::BufferUsage::SCANOUT_CPU_READ_WRITE, client_id=3, surface_handle=0) at ../../git/src/gpu/ipc/service/gpu_memory_buffer_factory_native_pixmap.cc:37
#3 0x00007fb0ae9dafc5 in viz::GpuServiceImpl::CreateGpuMemoryBuffer(gfx::GenericSharedMemoryId, gfx::Size const&, gfx::BufferFormat, gfx::BufferUsage, int, int, base::OnceCallback<void (gfx::GpuMemoryBufferHandle const&)>) (this=<optimized out>, id=..., size=..., format=<optimized out>, usage=<optimized out>, client_id=<optimized out>, surface_handle=0, callback=...)
at /usr/include/c++/8.2.0/bits/unique_ptr.h:342
#4 0x00007fb0abf51d6c in viz::mojom::GpuServiceStubDispatch::AcceptWithResponder (impl=0xbfce3a03b08, message=<optimized out>, responder=...) at ../../git/src/base/callback.h:68
#5 0x00007fb0ae9da6fb in viz::mojom::GpuServiceStub<mojo::RawPtrImplRefTraits<viz::mojom::GpuService> >::AcceptWithResponder (this=<optimized out>, message=<optimized out>, responder=...)
at /usr/include/c++/8.2.0/bits/move.h:74
#6 0x00007fb0ad833459 in mojo::InterfaceEndpointClient::HandleValidatedMessage (this=0xbfce3c66c60, message=0x7fb09fda54c0) at /usr/include/c++/8.2.0/bits/move.h:74
#7 0x00007fb0ad836ad0 in mojo::internal::MultiplexRouter::ProcessIncomingMessage (this=this@entry=0xbfce3b09700, message_wrapper=message_wrapper@entry=0x7fb09fda55d0,
client_call_behavior=client_call_behavior@entry=mojo::internal::MultiplexRouter::ALLOW_DIRECT_CLIENT_CALLS, current_task_runner=0xbfce3ac9eb0) at ../../git/src/mojo/public/cpp/system/message.h:35
#8 0x00007fb0ad83b719 in mojo::internal::MultiplexRouter::Accept (this=0xbfce3b09700, message=0x7fb09fda5780) at ../../git/src/mojo/public/cpp/bindings/connector.h:185
#9 0x00007fb0ad82fdcd in mojo::Connector::ReadSingleMessage (this=this@entry=0xbfce3b09760, read_result=read_result@entry=0x7fb09fda5838) at ../../git/src/mojo/public/cpp/bindings/lib/connector.cc:442
#10 0x00007fb0ad830175 in mojo::Connector::ReadAllAvailableMessages (this=0xbfce3b09760) at ../../git/src/mojo/public/cpp/bindings/lib/connector.cc:472
#11 0x00007fb0ad84a830 in base::RepeatingCallback<void (unsigned int, mojo::HandleSignalsState const&)>::Run(unsigned int, mojo::HandleSignalsState const&) const & (args#1=..., args#0=0,
this=0x7fb09fda58b0) at ../../git/src/base/callback_internal.h:144
#12 mojo::SimpleWatcher::OnHandleReady (this=0xbfce3c601e0, watch_id=<optimized out>, result=0, state=...) at ../../git/src/mojo/public/cpp/system/simple_watcher.cc:274
#13 0x00007fb0ad5faa92 in base::OnceCallback<void ()>::Run() && (this=0x7fb09fda5bc0) at ../../git/src/base/callback_internal.h:144
#14 base::debug::TaskAnnotator::RunTask (this=<optimized out>, queue_function=queue_function@entry=0x7fb0b25d4564 "MessageLoop::PostTask", pending_task=pending_task@entry=0x7fb09fda5bc0)
at ./../../git/src/base/debug/task_annotator.cc:101
#15 0x00007fb0ad619003 in base::internal::IncomingTaskQueue::RunTask (this=<optimized out>, pending_task=pending_task@entry=0x7fb09fda5bc0) at ./../../git/src/base/message_loop/incoming_task_queue.cc:124
#16 0x00007fb0ad61b8de in base::MessageLoop::RunTask (this=this@entry=0xbfce3a7e7e0, pending_task=pending_task@entry=0x7fb09fda5bc0) at ./../../git/src/base/message_loop/message_loop.cc:319
#17 0x00007fb0ad61c6bf in base::MessageLoop::DeferOrRunPendingTask (this=0xbfce3a7e7e0, pending_task=...) at ./../../git/src/base/message_loop/message_loop.cc:329
#18 0x00007fb0ad61c848 in base::MessageLoop::DoWork (this=0xbfce3a7e7e0) at ./../../git/src/base/message_loop/message_loop.cc:373
#19 0x00007fb0ad6a1fd2 in base::MessagePumpLibevent::Run (this=0xbfce3ac18c0, delegate=0xbfce3a7e7e0) at ./../../git/src/base/message_loop/message_pump_libevent.cc:210
#20 0x00007fb0ad64325b in base::RunLoop::Run (this=this@entry=0x7fb09fda5d00) at ./../../git/src/base/run_loop.cc:102
#21 0x00007fb0ad667d61 in base::Thread::Run (run_loop=0x7fb09fda5d00, this=0xbfce3a0ca68) at ./../../git/src/base/threading/thread.cc:255
#22 base::Thread::ThreadMain (this=0xbfce3a0ca68) at ./../../git/src/base/threading/thread.cc:337
#23 0x00007fb0ad69c741 in base::(anonymous namespace)::ThreadFunc (params=<optimized out>) at ./../../git/src/base/threading/platform_thread_posix.cc:76
#24 0x00007fb0aa333ef0 in start_thread (arg=<optimized out>) at pthread_create.c:486
#25 0x00007fb0aa4476ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

 

Environment

None

Activity

Walt Miner 
September 6, 2019 at 8:36 PM

Close for Halibut 8.0.1 release

Antia Puentes 
August 27, 2019 at 7:26 AM

The pull request was accepted and Chromium68's recipe has been updated for halibut and master and contains now the fix for this issue:

https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/22216

Antia Puentes 
August 21, 2019 at 6:06 PM

It does fix the issue. Pull request created: https://github.com/webosose/chromium68/pull/18

 

 

Jacobo Aragunde Pérez 
August 20, 2019 at 8:00 PM
(edited)

I compared our copy of gbm_pixmap_wayland.cc with upstream, and noticed one difference in the crashing function GbmPixmapWayland::InitializeBuffer. There is a condition that was added later:
https://chromium.googlesource.com/chromium/src/+/a28b6de6cbbd0d30c2a88ccb29faa056000ff6be%5E%21/#F2

That patch might fix this issue.

Antia Puentes 
August 20, 2019 at 2:38 PM

Journalclt output and backtrace related to the crash in the browser:

Aug 20 11:39:00 intel-corei7-64 systemd[1]: Started OpenSSH Per-Connection Daemon (192.168.10.165:49426).
Aug 20 11:39:01 intel-corei7-64 sshd[597]: Accepted none for root from 192.168.10.165 port 49426 ssh2
Aug 20 11:39:01 intel-corei7-64 sshd[597]: pam_unix(sshd:session): session opened for user root by (uid=0)
Aug 20 11:39:02 intel-corei7-64 systemd-logind[239]: New session c2 of user root.
Aug 20 11:39:02 intel-corei7-64 systemd[1]: Started Session c2 of user root.
Aug 20 11:39:02 intel-corei7-64 dbus-daemon[259]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.27" (uid=0 pid=597 comm="sshd: root [priv] " label="System") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:39:02 intel-corei7-64 kernel: audit: type=1006 audit(1566301142.017:7): pid=597 uid=0 subj=System old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=5 res=1
Aug 20 11:39:04 intel-corei7-64 dbus-daemon[259]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=325 comm="/lib/systemd/systemd-hostnamed " label="System") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:39:11 intel-corei7-64 systemd[1]: Starting AGL widget service for Chromium browser...
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: ------BEGIN OF CONFIG-----
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – {
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "name": "afbd-browser@-7dabb46",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "rootdir": "/var/local/lib/afm/applications/browser/-7dabb46",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "workdir": "/home/1001/app-data/browser",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "monitoring": true,
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "port": 31028,
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "token": "HELLO",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "roothttp": ".",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "ws-client": [
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "unix:/run/user/1001/apis/ws/windowmanager",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "unix:/run/user/1001/apis/ws/homescreen"
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – ],
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "exec": [
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "/var/local/lib/afm/applications/browser/-7dabb46/bin/runxdg",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "@p",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "@t"
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – ],
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "apitimeout": 20,
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "cache-eol": 100000,
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "cntxtimeout": 32000000,
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "session-max": 200,
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "uploaddir": ".",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "rootbase": "/opa",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "rootapi": "/api",
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "ldpaths": [
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "/usr/lib/afb"
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – ],
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "alias": [
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – "/monitoring:/usr/lib/afb/monitoring"
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – ]
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: – }
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: ------END OF CONFIG-----
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: running with pid 607 /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/main-afb-daemon.c:934,main
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: API monitor added /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:505,afb_apiset_add
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: Can't connect supervision socket to /run/platform/supervisor: Permission denied /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-supervision.c:171,try_connect_supervisor
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: Scanning dir=/usr/lib/afb for bindings /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-api-so.c:176,adddirs
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: Scanning dir=/usr/lib/afb/monitoring for bindings /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-api-so.c:176,adddirs
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: API windowmanager added /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:505,afb_apiset_add
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: API homescreen added /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:505,afb_apiset_add
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: API homescreen starting... /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:787,start_api
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: API homescreen started /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:806,start_api
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: API monitor starting... /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:787,start_api
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: API monitor started /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:806,start_api
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: API windowmanager starting... /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:787,start_api
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: API windowmanager started /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-apiset.c:806,start_api
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: INFO: Alias for url=/monitoring to path=/usr/lib/afb/monitoring /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/main-afb-daemon.c:299,init_alias
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: Waiting port=31028 rootdir=/var/local/lib/afm/applications/browser/-7dabb46 /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/main-afb-daemon.c:382,start_http_server
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: Browser URL= http://localhost:31028 /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/main-afb-daemon.c:383,start_http_server
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: NOTICE: Listening interface *:31028 /home/igalia/apuentes/agl-hh-intel/build/tmp/work/corei7-64-agl-linux/af-binder/halibut+gitAUTOINC+91de2500d8-r0/git/src/afb-hsrv.c:557,hsrv_itf_connect
Aug 20 11:39:11 intel-corei7-64 systemd[1]: Started AGL widget service for Chromium browser.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: /var/local/lib/afm/applications/browser/-7dabb46/runxdg.toml parsed
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: params[--in-process-gpu]
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: params[--no-sandbox]
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: id=[browser@-7dabb46], name=[browser], path=/opt/chromium68/chrome, port=31028, token=[HELLO]
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi layer: 100 created.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi layer: 1000 created.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi surface (id=2, pid=467) is created.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi surface (id=1, pid=461) is created.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: RunXDG created.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: SIGTERM being defaulted.
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: waiting for notification: surafce created
Aug 20 11:39:11 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: find surfpid by rid(616)
Aug 20 11:39:12 intel-corei7-64 cynara[262]: User::App::browser;1001;http://tizen.org/privilege/internal/dbus => DENY
Aug 20 11:39:12 intel-corei7-64 cynara[262]: User::App::browser;1001;http://tizen.org/privilege/internal/dbus => DENY
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.780767:ERROR:wayland_screen.cc(95)] Not implemented reached in virtual display::Display ui::WaylandScreen::GetDisplayMatching(const gfx::Rect&) const
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi surface (id=616, pid=616) is created.
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: surface creator(pid=616) registered
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: m_pid_v.count(616) = 1
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: find surfpid by rid(616)
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: found return(616)
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: requestSurfaceXDG(browser,616)
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.800990:ERROR:wayland_connection.cc(107)] StartProcessingEvents - glib
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi layer: 1001 created.
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.813574:ERROR:wayland_screen.cc(67)] Not implemented reached in virtual display::Display ui::WaylandScreen::GetDisplayForAcceleratedWidget(gfx::AcceleratedWidget) const
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.825864:ERROR:desktop_window_tree_host_platform.cc(441)] Not implemented reached in virtual void views::DesktopWindowTreeHostPlatform::InitModalType(ui::ModalType)
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.825991:ERROR:desktop_window_tree_host_platform.cc(451)] Not implemented reached in virtual bool views::DesktopWindowTreeHostPlatform::IsAnimatingClosed() const
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: Got Event_SyncDraw
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.848586:ERROR:desktop_window_tree_host_platform.cc(464)] Not implemented reached in virtual void views::DesktopWindowTreeHostPlatform::SizeConstraintsChanged()
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: Got Event_Visible
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [3890448.452] [libwm ERROR] [libwindowmanager.cpp, onEvent(), Line:156] >>> Not found key "data"
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.978526:ERROR:wayland_screen.cc(72)] Not implemented reached in virtual gfx::Point ui::WaylandScreen::GetCursorScreenPoint() const
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.980118:ERROR:desktop_window_tree_host_platform.cc(435)] Not implemented reached in virtual void views::DesktopWindowTreeHostPlatform::SetWindowIcons(const gfx::ImageSkia&, const gfx::ImageSkia&)
Aug 20 11:39:13 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113913.980760:ERROR:desktop_window_tree_host_platform.cc(366)] Not implemented reached in virtual bool views::DesktopWindowTreeHostPlatform::SetWindowTitle(const string16&)
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113914.162414:ERROR:wayland_screen.cc(82)] Not implemented reached in virtual gfx::AcceleratedWidget ui::WaylandScreen::GetAcceleratedWidgetAtScreenPoint(const gfx::Point&) const
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113914.176084:ERROR:desktop_window_tree_host_platform.cc(304)] Not implemented reached in virtual void views::DesktopWindowTreeHostPlatform::Activate()
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113914.202597:ERROR:desktop_window_tree_host_platform.cc(215)] Not implemented reached in virtual bool views::DesktopWindowTreeHostPlatform::IsVisible() const
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113914.229621:ERROR:desktop_window_tree_host_platform.cc(379)] Not implemented reached in virtual void views::DesktopWindowTreeHostPlatform::ClearNativeFocus()
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113914.242510:ERROR:ivi_surface_wrapper.cc(84)] Not implemented reached in virtual void ui::IviSurfaceWrapper::SetWindowGeometry(const gfx::Rect&)
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:616:0820/113914.243060:ERROR:ivi_surface_wrapper.cc(80)] Not implemented reached in virtual void ui::IviSurfaceWrapper::AckConfigure()
Aug 20 11:39:14 intel-corei7-64 afbd-browser@7dabb46[607]: [616:639:0820/113914.772382:ERROR:texture_manager.cc(3421)] [.DisplayCompositor-0x1eb6c30f0300]GL ERROR :GL_INVALID_ENUM : glTexImage2D: < error from previous GL command
Aug 20 11:39:14 intel-corei7-64 audit[616]: AVC lsm=SMACK fn=smack_inode_permission action=denied subject="User::App::browser" object="User::Home" requested=rw pid=616 comm="TaskSchedulerFo" name="cert9.db" dev="mmcblk2p2" ino=36799
Aug 20 11:39:14 intel-corei7-64 audit[616]: SYSCALL arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=1eb6c3342468 a2=80042 a3=1a4 items=0 ppid=608 pid=616 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="TaskSchedulerFo" exe="/opt/chromium68/chrome" subj=User::App::browser key=(null)
Aug 20 11:39:14 intel-corei7-64 kernel: audit: type=1400 audit(1566301154.796:8): lsm=SMACK fn=smack_inode_permission action=denied subject="User::App::browser" object="User::Home" requested=rw pid=616 comm="TaskSchedulerFo" name="cert9.db" dev="mmcblk2p2" ino=36799
Aug 20 11:39:14 intel-corei7-64 kernel: audit: type=1300 audit(1566301154.796:8): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=1eb6c3342468 a2=80042 a3=1a4 items=0 ppid=608 pid=616 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="TaskSchedulerFo" exe="/opt/chromium68/chrome" subj=User::App::browser key=(null)
Aug 20 11:39:14 intel-corei7-64 kernel: audit: type=1327 audit(1566301154.796:8): proctitle=2F6F70742F6368726F6D69756D36382F6368726F6D65202D2D696E2D70726F636573732D677075202D2D6E6F2D73616E64626F78
Aug 20 11:39:14 intel-corei7-64 audit: PROCTITLE proctitle=2F6F70742F6368726F6D69756D36382F6368726F6D65202D2D696E2D70726F636573732D677075202D2D6E6F2D73616E64626F78
Aug 20 11:39:14 intel-corei7-64 kernel: audit: type=1400 audit(1566301154.871:9): lsm=SMACK fn=smack_inode_permission action=denied subject="User::App::browser" object="User::Home" requested=rw pid=616 comm="TaskSchedulerFo" name="cert9.db" dev="mmcblk2p2" ino=36799
Aug 20 11:39:14 intel-corei7-64 audit[616]: AVC lsm=SMACK fn=smack_inode_permission action=denied subject="User::App::browser" object="User::Home" requested=rw pid=616 comm="TaskSchedulerFo" name="cert9.db" dev="mmcblk2p2" ino=36799
Aug 20 11:39:14 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:632:0820/113914.872676:ERROR:nss_util.cc(674)] Error initializing NSS with a persistent database (sql:/home/1001/.pki/nssdb): NSS error code: -8126
Aug 20 11:39:14 intel-corei7-64 audit[616]: SYSCALL arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=1eb6c3342468 a2=80042 a3=1a4 items=0 ppid=608 pid=616 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="TaskSchedulerFo" exe="/opt/chromium68/chrome" subj=User::App::browser key=(null)
Aug 20 11:39:14 intel-corei7-64 kernel: audit: type=1300 audit(1566301154.871:9): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=1eb6c3342468 a2=80042 a3=1a4 items=0 ppid=608 pid=616 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="TaskSchedulerFo" exe="/opt/chromium68/chrome" subj=User::App::browser key=(null)
Aug 20 11:39:14 intel-corei7-64 kernel: audit: type=1327 audit(1566301154.871:9): proctitle=2F6F70742F6368726F6D69756D36382F6368726F6D65202D2D696E2D70726F636573732D677075202D2D6E6F2D73616E64626F78
Aug 20 11:39:14 intel-corei7-64 audit: PROCTITLE proctitle=2F6F70742F6368726F6D69756D36382F6368726F6D65202D2D696E2D70726F636573732D677075202D2D6E6F2D73616E64626F78

[GIVE KEYBOARD FOCUS using commands]

Aug 20 11:39:37 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:622:0820/113937.494522:ERROR:bus.cc(394)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Aug 20 11:39:37 intel-corei7-64 dbus-daemon[259]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.29" (uid=1001 pid=616 comm="/opt/chromium68/chrome --in-process-gpu --no-sandb" label="User::App::browser") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:39:37 intel-corei7-64 cynara[262]: User::App::browser;1001;http://tizen.org/privilege/internal/dbus => DENY
Aug 20 11:39:37 intel-corei7-64 cynara[262]: User::App::browser;1001;http://tizen.org/privilege/internal/dbus => DENY

 

Aug 20 11:40:02 intel-corei7-64 afbd-browser@-7dabb46[607]: [616:644:0820/114002.525199:ERROR:bus.cc(394)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Aug 20 11:40:02 intel-corei7-64 dbus-daemon[407]: dbus-daemon[407]: [session uid=1001 pid=407] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.4" (uid=1001 pid=616 comm="/opt/chromium68/chrome --in-process-gpu --no-sandb" label="User::App::browser") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:40:03 intel-corei7-64 afbd-browser@-7dabb46[607]: [660:660:0820/114003.594619:ERROR:remote_pal_observer.cc(47)] Failed to create dispatcher because MainRenderFrame is NULL
Aug 20 11:40:04 intel-corei7-64 afbd-browser@-7dabb46[607]: [699:699:0820/114004.966829:ERROR:remote_pal_observer.cc(47)] Failed to create dispatcher because MainRenderFrame is NULL

 

Aug 20 11:40:15 intel-corei7-64 dbus-daemon[259]: [system] Rejected receive message, 1 matched rules; type="method_return", sender="(unset)" ((bus)) interface="(unset)" member="(unset)" error name="(unset)" requested_reply="1" destination=":1.30" (uid=1001 pid=616 comm="/opt/chromium68/chrome --in-process-gpu --no-sandb" label="User::App::browser") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:40:15 intel-corei7-64 dbus-daemon[259]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameAcquired" error name="(unset)" requested_reply="0" destination=":1.30" (uid=1001 pid=616 comm="/opt/chromium68/chrome --in-process-gpu --no-sandb" label="User::App::browser") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:40:16 intel-corei7-64 audit[578]: AVC lsm=SMACK fn=smack_inode_permission action=denied subject="System::Pipewire" object="User::App::browser" requested=x pid=578 comm="pipewire" name="616" dev="proc" ino=29301
Aug 20 11:40:16 intel-corei7-64 pipewire[578]: [E][000000112.254240][module-access.c:89 check_flatpak()] failed to open "/proc/616/root": Permission denied
Aug 20 11:40:16 intel-corei7-64 kernel: audit: type=1400 audit(1566301216.909:10): lsm=SMACK fn=smack_inode_permission action=denied subject="System::Pipewire" object="User::App::browser" requested=x pid=578 comm="pipewire" name="616" dev="proc" ino=29301
Aug 20 11:40:16 intel-corei7-64 kernel: Chrome_ChildIOT[640]: segfault at 0 ip 00007f18fc3a5ef8 sp 00007f18ee956f20 error 4 in libcbe.so[7f18fbd1a000+6e01000]
Aug 20 11:40:16 intel-corei7-64 kernel: Code: 46 8b 04 a0 44 89 d7 44 89 85 e0 fd ff ff e8 8f 2a 00 00 48 8b 53 20 4c 89 f7 4c 89 f9 44 8b 85 e0 fd ff ff 48 8b 72 10 89 c2 <4c> 8b 0e 41 ff 51 10 48 8b 85 00 fe ff ff 48 c7 85 00 fe ff ff 00
Aug 20 11:40:16 intel-corei7-64 audit[578]: SYSCALL arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=7ffc402451e0 a2=90900 a3=0 items=0 ppid=1 pid=578 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="pipewire" exe="/usr/bin/pipewire" subj=System::Pipewire key=(null)
Aug 20 11:40:17 intel-corei7-64 kernel: audit: type=1300 audit(1566301216.909:10): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=7ffc402451e0 a2=90900 a3=0 items=0 ppid=1 pid=578 auid=4294967295 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="pipewire" exe="/usr/bin/pipewire" subj=System::Pipewire key=(null)
Aug 20 11:40:17 intel-corei7-64 kernel: audit: type=1327 audit(1566301216.909:10): proctitle="/usr/bin/pipewire"
Aug 20 11:40:16 intel-corei7-64 audit: PROCTITLE proctitle="/usr/bin/pipewire"
Aug 20 11:40:17 intel-corei7-64 kernel: audit: type=1701 audit(1566301216.975:11): auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::browser pid=616 comm="Chrome_ChildIOT" exe="/opt/chromium68/chrome" sig=11 res=1
Aug 20 11:40:16 intel-corei7-64 audit[616]: ANOM_ABEND auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::browser pid=616 comm="Chrome_ChildIOT" exe="/opt/chromium68/chrome" sig=11 res=1
Aug 20 11:40:17 intel-corei7-64 systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Aug 20 11:40:17 intel-corei7-64 systemd[1]: Started Process Core Dump (PID 742/UID 0).
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.691916][module-protocol-native.c:514 on_remote_data()] protocol-native 0x5556685039e0: could not find proxy 116
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.691965][module-protocol-native.c:514 on_remote_data()] protocol-native 0x5556685039e0: could not find proxy 117
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.691986][module-protocol-native.c:514 on_remote_data()] protocol-native 0x5556685039e0: could not find proxy 119
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.692012][module-protocol-native.c:514 on_remote_data()] protocol-native 0x5556685039e0: could not find proxy 120
Aug 20 11:40:28 intel-corei7-64 dbus-daemon[259]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.30" (uid=1001 pid=616 comm="/opt/chromium68/chrome --in-process-gpu --no-sandb" label="User::App::browser") privilege="http://tizen.org/privilege/internal/dbus"
Aug 20 11:40:28 intel-corei7-64 afbd-browser@-7dabb46[607]: The surface with id: 616 does not exist
Aug 20 11:40:28 intel-corei7-64 afbd-browser@-7dabb46[607]: surface_get: the surface with given id does not exist
Aug 20 11:40:28 intel-corei7-64 afbd-browser@-7dabb46[607]: DEBUG: ivi surface (id=616, pid=616) destroyed.
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.711261][core.c:351 core_destroy()] can't find resouce 119
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.711333][core.c:351 core_destroy()] can't find resouce 120
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.711378][core.c:351 core_destroy()] can't find resouce 116
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.711403][core.c:351 core_destroy()] can't find resouce 117
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.711426][core.c:351 core_destroy()] can't find resouce 115
Aug 20 11:40:28 intel-corei7-64 kernel: runxdg[615]: segfault at 7fdfe4021000 ip 00007fdfeddfddd1 sp 00007fdfec97a938 error 4 in libc-2.28.so[7fdfedd80000+140000]
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.717118][remote.c:126 core_event_error()] remote 0x5556685039e0: object error 0: seq:315 -22 (Invalid argument): unknown resource 119
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.717160][remote.c:126 core_event_error()] remote 0x5556685039e0: object error 0: seq:316 -22 (Invalid argument): unknown resource 120
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.717224][remote.c:126 core_event_error()] remote 0x5556685039e0: object error 0: seq:318 -22 (Invalid argument): unknown resource 116
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.717250][remote.c:126 core_event_error()] remote 0x5556685039e0: object error 0: seq:319 -22 (Invalid argument): unknown resource 117
Aug 20 11:40:28 intel-corei7-64 pipewire[578]: [E][000000123.717273][remote.c:126 core_event_error()] remote 0x5556685039e0: object error 0: seq:320 -22 (Invalid argument): unknown resource 115
Aug 20 11:40:28 intel-corei7-64 kernel: runxdg[608]: segfault at 26800000018 ip 000055ef16aff80f sp 00007fff0c9755a0 error 4 in runxdg[55ef16af9000+10000]
Aug 20 11:40:28 intel-corei7-64 kernel: Code: 0f 11 03 c3 4c 8d 14 17 4c 39 d6 0f 82 27 ff ff ff 0f 18 8e 80 00 00 00 0f 18 8e c0 00 00 00 0f 10 06 0f 10 4e 10 0f 10 56 20 <0f> 10 5e 30 48 83 c6 40 48 83 ea 40 66 0f e7 07 66 0f e7 4f 10 66
Aug 20 11:40:28 intel-corei7-64 kernel: Code: 5b 5d 41 5c 41 5d 41 5e 41 5f c3 83 43 0c 01 eb c4 66 2e 0f 1f 84 00 00 00 00 00 48 85 f6 74 33 41 54 49 89 fc 55 53 48 89 f3 <48> 8b 73 18 4c 89 e7 e8 e5 ff ff ff 48 8b 6b 10 48 89 df e8 19 9b
Aug 20 11:40:28 intel-corei7-64 audit[608]: ANOM_ABEND auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::browser pid=608 comm="runxdg" exe="/usr/bin/runxdg" sig=11 res=1
Aug 20 11:40:28 intel-corei7-64 kernel: audit: type=1701 audit(1566301228.439:12): auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::browser pid=608 comm="runxdg" exe="/usr/bin/runxdg" sig=11 res=1
Aug 20 11:40:28 intel-corei7-64 systemd[1]: Started Process Core Dump (PID 746/UID 0).
Aug 20 11:40:37 intel-corei7-64 systemd-coredump[747]: Removed old coredump core.runxdg.1001.cec3f7c9630e4f96ae4fd956c0d44ce0.603.1566298092000000.xz.
Aug 20 11:40:37 intel-corei7-64 systemd-coredump[747]: Removed old coredump core.runxdg.1001.bc9835492b8f49caad80b9d6606d81fa.600.1566299578000000.xz.
Aug 20 11:40:37 intel-corei7-64 systemd-coredump[747]: Removed old coredump core.WebAppMgr.1001.7cbb42871b804ded998672920301afcb.503.1566300124000000.xz.
Aug 20 11:40:37 intel-corei7-64 systemd-coredump[747]: Process 608 (runxdg) of user 1001 dumped core.

intel-corei7-64:~# coredumpctl
TIME PID UID GID SIG COREFILE EXE
Tue 2019-08-20 11:40:37 UTC 608 1001 1001 11 present /usr/bin/runxdg
Tue 2019-08-20 11:42:02 UTC 616 1001 1001 11 present /opt/chromium68/chrome

intel-corei7-64:~# coredumpctl dump runxdg -o runxdg-dumpfile
PID: 608 (runxdg)
UID: 1001 (agl-driver)
GID: 1001 (agl-driver)
Signal: 11 (SEGV)
Timestamp: Tue 2019-08-20 11:40:28 UTC (4min 14s ago)
Command Line: /usr/bin/runxdg 31028 HELLO
Executable: /usr/bin/runxdg
Control Group: /user.slice/user-1001.slice/afm-appli-browser---7dabb46--main@1001.service
Unit: afm-appli-browser---7dabb46--main@1001.service
Slice: user-1001.slice
Owner UID: 1001 (agl-driver)
Boot ID: 0e1de853df6a401d977a7a32c86ea78d
Machine ID: 75257f80e77d42e59627f80f4d75de7e
Hostname: intel-corei7-64
Storage: /var/lib/systemd/coredump/core.runxdg.1001.0e1de853df6a401d977a7a32c86ea78d.608.1566301228000000.xz
Message: Process 608 (runxdg) of user 1001 dumped core.

(gdb) bt
#0 __memmove_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:492
#1 0x000055ef16afa2a8 in std::_copy_move<true, true, std::random_access_iterator_tag>::copy_m<int> (_result=0x7fdfe4000e78, __last=<optimized out>, __first=0x7fdfe4000e7c)
at /usr/include/c++/8.2.0/bits/stl_algobase.h:479
#2 std::_copy_move_a<true, int*, int*> (_result=0x7fdfe4000e78, __last=<optimized out>, __first=0x7fdfe4000e7c) at /usr/include/c++/8.2.0/bits/stl_algobase.h:386
#3 std::__copy_move_a2<true, _gnu_cxx::_normal_iterator<int*, std::vector<int, std::allocator<int> > >, _gnu_cxx::normal_iterator<int*, std::vector<int, std::allocator<int> > > > (_result=...,
__last=..., __first=...) at /usr/include/c++/8.2.0/bits/stl_algobase.h:422
#4 std::move<_gnu_cxx::_normal_iterator<int*, std::vector<int, std::allocator<int> > >, _gnu_cxx::normal_iterator<int*, std::vector<int, std::allocator<int> > > > (_result=..., __last=...,
__first=...) at /usr/include/c++/8.2.0/bits/stl_algobase.h:487
#5 std::vector<int, std::allocator<int> >::M_erase (_position=..., this=0x55ef17071b00) at /usr/include/c++/8.2.0/bits/vector.tcc:163
#6 std::vector<int, std::allocator<int> >::erase (__position=..., this=0x55ef17071b00) at /usr/include/c++/8.2.0/bits/stl_vector.h:1318
#7 POSIXLauncher::unregister_surfpid (this=0x55ef17071af0, surf_pid=616) at /usr/src/debug/runxdg/1.0+gitAUTOINC+0a4a00c6ce-r0/git/src/runxdg.cpp:492
#8 0x000055ef16afb9c7 in RunXDG::notify_ivi_control_cb (this=0x7fff0c975610, object=<optimized out>, id=616, created=0) at /usr/src/debug/runxdg/1.0+gitAUTOINC+0a4a00c6ce-r0/git/src/runxdg.cpp:77
#9 0x00007fdfee411753 in wm_listener_surface_destroyed (data=<optimized out>, controller=<optimized out>, surface_id=<optimized out>)
at /usr/src/debug/wayland-ivi-extension/2.2.0+gitAUTOINC+736fb654ac-r0/git/ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c:600
#10 0x00007fdfedc4a7ee in ffi_call_unix64 () at ../libffi-3.2.1/src/x86/unix64.S:76
#11 0x00007fdfedc4a1cf in ffi_call () at ../libffi-3.2.1/src/x86/ffi64.c:525
#12 0x00007fdfedcac0ad in wl_closure_invoke (closure=closure@entry=0x7fdfe4001340, flags=flags@entry=1, target=<optimized out>, target@entry=0x55ef17080670, opcode=opcode@entry=10, data=<optimized out>)
at ../wayland-1.16.0/src/connection.c:1006
#13 0x00007fdfedca8ac9 in dispatch_event (display=display@entry=0x55ef17077f40, queue=<optimized out>) at ../wayland-1.16.0/src/wayland-client.c:1427
#14 0x00007fdfedca9f84 in dispatch_queue (queue=0x55ef17079db0, display=0x55ef17077f40) at ../wayland-1.16.0/src/wayland-client.c:1573
#15 wl_display_dispatch_queue_pending (display=display@entry=0x55ef17077f40, queue=queue@entry=0x55ef17079db0) at ../wayland-1.16.0/src/wayland-client.c:1815
#16 0x00007fdfee410a45 in control_thread (p_ret=<optimized out>)
at

Fixed

Details

Assignee

Reporter

Labels

Affects versions

Priority

Created July 30, 2019 at 7:41 AM
Updated September 19, 2019 at 12:07 PM
Resolved August 27, 2019 at 7:26 AM