It's this one:
static MirWaitHandle* mir_window_request_persistent_id_helper(
MirWindow* window, MirWindowIdCallback callback, void* context)
{
mir::require(mir_window_is_valid(window));
try
{
return window->request_persistent_id(callback, context);
}
catch (std::exception const& ex)
{
MIR_LOG_UNCAUGHT_EXCEPTION(ex);
return nullptr;
}
}
** Information type changed from Private to Public
** Tags added: xmir
** Changed in: xorg-server (Ubuntu)
Importance: Medium => High
** Summary changed:
- Xmir crashed with SIGABRT in require()
+ Xmir crashed with SIGABRT in require() from
mir_surface_request_persistent_id_sync()
** Changed in: mir (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672024
Title:
Xmir crashed with SIGABRT in require() from
mir_surface_request_persistent_id_sync()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1672024/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs