Bug 12951 - Xserver works incorrect when user kills current session.
Summary: Xserver works incorrect when user kills current session.
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.2 (2007.02)
Hardware: x86 (IA32) Solaris
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 01:32 UTC by Tim Miao
Modified: 2018-06-11 19:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Tim Miao 2007-10-26 01:32:44 UTC
When there are applications hanging, user kills the X with Alt+Ctrl+BackSpace,
login again and starts a new session, this problem always happens.

Steps to reproduce:
1. Refer to gnome bug http://bugzilla.gnome.org/show_bug.cgi?id=490432 to invoke accerciser and gnome-appearances-properties
one by one. After this step, both applications are hanging.
2. Press Alt+Ctrl+BackSpace to end current X.
3. X will restart automatically, login to X session with same id.

Bug observations:
You are possibly to see the warning saying: "Assistive technology support has
been requested for this session, but the accessiblity registry was not found.
Please ensure that the AT-SPI packages is installed. Your session has been
started without assistive technology support."
Comment 1 Daniel Stone 2007-10-26 02:15:18 UTC
'You are possibly to see the warning saying: "Assistive technology support has
been requested for this session, but the accessiblity registry was not found.
Please ensure that the AT-SPI packages is installed. Your session has been
started without assistive technology support."'

X has nothing to do with AT-SPI and the 'accessibility registry'.  Please file this with Sun as a Solaris bug.
Comment 2 Li Yuan 2007-11-27 23:09:48 UTC
When X is restarted, gnome-session starts at-spi-registryd which set the X property by XChangeProperty. And gnome-session is listening the change by using gdk_window_add_filter, but seems never get it.
Comment 3 Li Yuan 2007-11-27 23:11:33 UTC
BTW, we can get the notify when X is started the first time with the OS.
Comment 4 Adam Jackson 2018-06-11 19:37:58 UTC
If gnome isn't getting the property change notification, it's because it started listening for the change after it had already happened, which would make this a client-side ordering bug.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.