[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2019-04-11 Thread Daniel van Vugt
** Also affects: xorg-server (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: xorg-server (Ubuntu Bionic)
   Status: New => Confirmed

** Changed in: xorg-server (Ubuntu Bionic)
   Importance: Undecided => High

** Summary changed:

- Cosmic Desktop fails to boot in vbox:  Xorg assert failure: Xorg: 
../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion 
`!global_keys[type].created' failed.
+ Desktop fails to boot in vbox:  Xorg assert failure: Xorg: 
../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion 
`!global_keys[type].created' failed.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Desktop fails to boot in vbox:  Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-12-14 Thread Bug Watch Updater
Launchpad has imported 29 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=97313.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2016-08-12T00:16:35+00:00 Jimi wrote:

This is semi-related to another bug: 
https://bugzilla.kernel.org/show_bug.cgi?id=150731
And by semi, I mean it's either completely related or completely not related, 
and I don't know which yet.

If I boot my computer with my AMD video card bound to a driver besides
amdgpu (like vfio-pci for my Windows virtual machine), then unbind it
from that driver, intending to bind to to amdgpu for Linux gaming...

EXPECTED BEHAVIOR: I can unbind, remove the card, rescan (echo 1 >
/sys/bus/pci/rescan), then bind the card to amdgpu, using DRI3 and the
DRI_PRIME variable for games. This is a process that some successfully
do with the radeon driver on older AMD cards.

ACTUAL BEHAVIOR: At the moment that I rescan (echo 1 >
/sys/bus/pci/rescan), X crashes and restarts, booting me back to the
login screen, and something (I guess either the kernel or X) has
automatically bound the card to amdgpu on its own, without me entering
those echo commands (echo "" "" >
/sys/bus/pci/drivers/amdgpu/new_id) to bind it.

DESIRED BEHAVIOR: I can get my card bound to amdgpu, whether it's
automatic or by my own typed bind commands, WITHOUT a boot-me-to-login-
screen X crash.

The X crash log is at https://bugzilla.kernel.org/attachment.cgi?id=228411
The crash, starting at [456.336], has no errors. It seems to be just 
reconfiguring the graphics because it noticed a new available card, and somehow 
that resulted in me being booted back to the login screen.
The log that was made after the crash, when I logged back in, is at 
https://bugzilla.kernel.org/attachment.cgi?id=228421

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1792932/comments/0


On 2016-08-12T13:52:38+00:00 Alexdeucher wrote:

Please attach your dmesg output from after you load the amdgpu driver.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1792932/comments/1


On 2016-08-12T20:04:19+00:00 Jimi wrote:

Created attachment 125758
dmesg log

Here's the full dmesg output. The moment amdgpu starts is [6156.280097],
and that output seems to end around [6208.867655].

I should mention at this point, this behavior has happened to me on an
R9 380 (Tonga) and my current R9 Fury (Fiji).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1792932/comments/2


On 2016-08-15T03:41:44+00:00 Michel Dänzer wrote:

Since the Xorg log file ends abruptly, we'd probably need to see the
Xorg stderr output. It should be captured in a display manager log file
/ the systemd  journal / ...

BTW, for DRI3 PRIME there's no need for X to do anything with the card
directly, so you can prevent it from trying and crashing with

Section "ServerFlags"
   Option  "AutoAddGPU" "off"
EndSection

in /etc/X11/xorg.conf as a workaround.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1792932/comments/3


On 2016-08-15T04:14:18+00:00 Jimi wrote:

That's interesting. Turning AutoAddGPU off completely fixed the problem,
and didn't work the way I expected. With it off, my computer still
automatically binds the card to amdgpu as soon as I rescan, so I guess
that's a quirk of the kernel or amdgpu, but X takes the card in with no
crash. It works as seamlessly as it's supposed to, and I can once again
use DRI_PRIME to access the card. I'll turn it back off to get the error
output (because there is none when I'm using this perfectly fine
workaround), which I figured out is not in my Xorg logs
(https://bugs.launchpad.net/lightdm/+bug/1322277), and upload that now.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1792932/comments/4


On 2016-08-15T04:27:56+00:00 Jimi wrote:

Created attachment 125786
x-0.log

Here are the stderr logs. x-0.log.old is the session that crashed from
trying to "AutoAdd" the AMD GPU, and x-0.log is the session that loaded
after the crash with the GPU loaded.

I paid close attention to differences in these logs between when I had
AutoAdd turned off or on in xorg.conf, and there are only 2 different
lines: the obvious "using xorg.conf" line (because I just deleted the
xorg.conf file when I wasn't turning AutoAdd off), and the line that the
.old file ends in if it crashes: "Xorg: 

[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-11-10 Thread Adalbert Hanßen
I am using Xubuntu 16.04.3 LTS, my current Linux kernel is
4.4.0-116-generic x86_64.


I also get a similar error message:

Xorg.assert.failure:Xorg: ../../dix/privates.c:385:
dixRegisterPrivateKey: Assertion ‘lglobal_keys[type].created‘ fails

(above it is c:384) The bug is told to be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1659842:

But the error reporting software tells me that the bug is a duplicate of
https://bugs.launchpad.net/bugs/1629678 which also does not exist, but
here it is a different one than told above.

BTW: Is there a way to catch the error report sent in. It is very
tedious to retype what I can see when I inspect on what the error
reporting software sends in.

According to

apt list --installed

I have no package xorg-server. I only have

xorg/xenial-updates,now 1:7.7+13ubuntu3.1 amd64  [installiert]
xorg-docs-core/xenial,xenial,now 1:1.7.1-1ubuntu1 all  [installiert]
xorg-sgml-doctools/xenial,xenial,now 1:1.11-1 all  [Installiert,automatisch]

Is there anything which I should install to get rid of the error.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox:  Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.20.1-3ubuntu2

---
xorg-server (2:1.20.1-3ubuntu2) cosmic; urgency=medium

  * dont-init-glamor-on-llvmpipe.diff: Glamor shouldn't be used on
llvmpipe, as it might end up crashing the server on a racy bootup.
(LP: #1792932)

 -- Timo Aaltonen   Tue, 02 Oct 2018 21:40:03 +0300

** Changed in: xorg-server (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox:  Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-10-03 Thread Sebastien Bacher
the bug should be fixed with that upload (currently in proposed),
https://launchpad.net/ubuntu/+source/xorg-server/2:1.20.1-3ubuntu2

** Changed in: xorg-server (Ubuntu Cosmic)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox:  Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-10-01 Thread Jean-Baptiste Lallement
** Summary changed:

- Xorg assert failure: Xorg: ../../../../dix/privates.c:384: 
dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.
+ Cosmic Desktop fails to boot in vbox:  Xorg assert failure: Xorg: 
../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion 
`!global_keys[type].created' failed.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox:  Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-27 Thread Timo Aaltonen
was filed upstream already, linked here

** Bug watch added: freedesktop.org Bugzilla #97313
   https://bugs.freedesktop.org/show_bug.cgi?id=97313

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=97313
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-27 Thread Timo Aaltonen
right, not this case which is a bit weird one

Booting up the live image desktop does this:
- vboxvideo.ko is not initialized when X starts
- X unloads modesetting and configures the vesa driver instead
- vboxvideo.ko is initialized later and xserver loads modesetting again
- DRI is initialized and at this point the server goes boom

Then the installer will load gdm and it works normally, because
vboxvideo.ko is loaded. On the installed system the initrd probably has
vboxvideo in it so it's loaded earlier, but I haven't confirmed this.

In any case, the xserver probably shouldn't crash like it does, I'll try
filing it upstream.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-27 Thread Iain Lane
that mesa is now on the latest ISOs, and apparently doesn't fix it after
all

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-26 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1792932

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-26 Thread Jean-Baptiste Lallement
ubiquity-dm then the session start with mesa from the
canonical-x/x-staging PPA.

** Changed in: xorg-server (Ubuntu Cosmic)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-26 Thread Jean-Baptiste Lallement
I deduplicated this bug because it happens without the X crash.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1792932

Title:
  Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg:
  ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
  `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1792932/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1792932] Re: Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2018-09-26 Thread Jean-Baptiste Lallement
** Summary changed:

- Xorg assert failure: Xorg: ../../../../dix/privates.c:384: 
dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.
+ Cosmic Desktop fails to boot in vbox: Xorg assert failure: Xorg: 
../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion 
`!global_keys[type].created' failed.

** This bug is no longer a duplicate of bug 1432137
   Xorg crashed due to assertion failure "!global_keys[type].created" in 
dixRegisterPrivateKey

** Description changed:

  Test Case:
  Boot Ubuntu Cosmic Desktop 20180916 on Virtual Box
  
  Actual Result
  Black screen or dropped to the login screen if the user skips ubiquity-dm
+ 
+ Workaround:
+ Add nomodeset on the kernel command line or from the boot menu, press F6 then 
select nomodeset
+ 
+ Possibly a duplicate of bug 1432137
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.10
  Package: xserver-xorg-core 2:1.20.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  AssertionMessage: Xorg: ../../../../dix/privates.c:384: 
dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.
  CasperVersion: 1.395
  CompositorRunning: None
  Date: Mon Sep 17 12:42:24 2018
  DistUpgraded: Fresh install
  DistroCodename: cosmic
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/xorg/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  LiveMediaBuild: Ubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180916)
  Lsusb:
-  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
-  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcCmdline: /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth 
/run/user/999/gdm/Xauthority -background none -noreset -keeptty -verbose 3
  ProcEnviron:
-  
+ 
  ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd ---  keyboard-configuration/layoutcode=fr 
keyboard-configuration/variantcode=oss
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
-  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
-  __GI_abort () at abort.c:79
-  __assert_fail_base (fmt=0x7f60fa1e3858 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=0x563dbf96db7d "!global_keys[type].created", 
file=0x563dbf96db38 "../../../../dix/privates.c", line=384, function=) at assert.c:92
-  __GI___assert_fail (assertion=0x563dbf96db7d "!global_keys[type].created", 
file=0x563dbf96db38 "../../../../dix/privates.c", line=384, 
function=0x563dbf96dde0 "dixRegisterPrivateKey") at assert.c:101
-  dixRegisterPrivateKey ()
+  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
+  __GI_abort () at abort.c:79
+  __assert_fail_base (fmt=0x7f60fa1e3858 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=0x563dbf96db7d "!global_keys[type].created", 
file=0x563dbf96db38 "../../../../dix/privates.c", line=384, function=) at assert.c:92
+  __GI___assert_fail (assertion=0x563dbf96db7d "!global_keys[type].created", 
file=0x563dbf96db38 "../../../../dix/privates.c", line=384, 
function=0x563dbf96dde0 "dixRegisterPrivateKey") at assert.c:101
+  dixRegisterPrivateKey ()
  Title: Xorg assert failure: Xorg: ../../../../dix/privates.c:384: 
dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.94-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.1.5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.1.5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1build1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => High

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

** Also affects: xorg-server (Ubuntu