[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-12-04 Thread Daniel van Vugt
** Changed in: mir
Milestone: 0.19.0 => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-11-30 Thread Kevin DuBois
** Changed in: mir
Milestone: 0.18.0 => 0.19.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-11-10 Thread Cemil Azizoglu
This bug hasn't been encountered for about 2 months. Looking at the
stack trace, it seems to me that qtmir is accessing 'name' member of a
session that's already been destroyed, from the
onSessionDestroyingSurface function. I don't think this is a problem in
Mir, but may still be a problem in qtmir, though it may have been masked
by code changes since around the last time this was seen.

** Changed in: mir (Ubuntu)
   Status: New => Invalid

** Changed in: mir
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-10-08 Thread Alexandros Frantzis
** Changed in: mir
Milestone: 0.17.0 => 0.18.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-09-15 Thread Cemil Azizoglu
** Changed in: mir
Milestone: 0.16.0 => 0.17.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-09-10 Thread Daniel van Vugt
Or we're perhaps trying to get the name of an ApplicationSession object
that no longer exists.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494062] Re: Crash in mir::scene::ApplicationSession::name (this=) at /build/mir-xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

2015-09-10 Thread Daniel van Vugt
Whoops. It's not a reference. But still might be due to some std::string 
optimization (COW) ?...
std::string const session_name;

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494062

Title:
  Crash in mir::scene::ApplicationSession::name (this=)
  at /build/mir-
  xon0uu/mir-0.14.1+15.04.20150821/src/server/scene/application_session.cpp:237

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs