[HOTFIX] Web app is crashing during exit 56/306456/6
authorKoyyani Maheswari <m.koyyani@samsung.com>
Wed, 21 Feb 2024 12:29:23 +0000 (17:59 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 29 Feb 2024 12:01:51 +0000 (12:01 +0000)
commitd2c508432ee0446a289a46e101c4246531dceb24
tree67de8b4b818412b9f5a35265b91bf19b7a173eaf
parent6cc826771ef7c096af87d57975b824e510dbae86
[HOTFIX] Web app is crashing during exit

when the web app is terminated, crash is reported with the below
callstack:

(gdb) bt
0xb30f4f16 in mojo::InterfaceEndpointClient::~InterfaceEndpointClient() ()
at /usr/share/chromium-efl/lib/libchromium-impl.so

Disabling the CHECK temporarily since crash is happening only on termination.

Change-Id: Id4c4fa55ee6398a6a1bb637634103c2a5985cf27
Signed-off-by: Koyyani Maheswari <m.koyyani@samsung.com>
mojo/public/cpp/bindings/lib/interface_endpoint_client.cc