[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2014-06-07 Thread Michael Blennerhassett
** Changed in: xorg-server (Ubuntu) Status: Triaged => Fix Released ** Changed in: xorg-server (Ubuntu Quantal) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpa

[Ubuntu-x-swat] [Bug 1060059]

2012-12-03 Thread Freedesktop-treblig
Thanks Dave! Do you think it would be worth adding the check in to cover (1) and a printf for (2). Someone else is bound to screw up and try registering a type 0 resource somewhere ? Dave -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-s

[Ubuntu-x-swat] [Bug 1060059]

2012-12-03 Thread Alan Coopersmith
Fix pushed to git master for 1.14: http://lists.x.org/archives/xorg-devel/2012-November/034609.html -- 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/1060059 Title: Xorg crashed with SIGABRT

[Ubuntu-x-swat] [Bug 1060059]

2012-11-30 Thread Knut-petersen
(In reply to comment #6) > Created attachment 70823 [details] [review] > call rrprovider init where it should be called > > this implements option 3, no idae where this hunk got lost. Works here, thanks! cu, Knut -- You received this bug notification because you are a member of Ubuntu-X, whic

[Ubuntu-x-swat] [Bug 1060059]

2012-11-30 Thread Knut-petersen
Dave did it ... -- 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/1060059 Title: Xorg crashed with SIGABRT in ResFindAllRes() To manage notifications about this bug go to: https://bugs.laun

[Ubuntu-x-swat] [Bug 1060059]

2012-11-30 Thread anarsoul
(In reply to comment #6) > Created attachment 70823 [details] [review] > call rrprovider init where it should be called > > this implements option 3, no idae where this hunk got lost. This patch fixes crash for me, thanks! -- You received this bug notification because you are a member of Ubuntu

[Ubuntu-x-swat] [Bug 1060059]

2012-11-30 Thread Airlied-freedesktop
Created attachment 70823 call rrprovider init where it should be called this implements option 3, no idae where this hunk got lost. -- 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/1060059 T

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-11-30 Thread Bug Watch Updater
** Changed in: xorg-server Status: Confirmed => 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/1060059 Title: Xorg crashed with SIGABRT in ResFindAllRes() To manage n

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-11-26 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=57448. 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

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-11-24 Thread Dave Gilbert
I've just put a load of comments on the upstream bug The short story is that a patch to Xext/xres.c ResFindAllRes to change counts[(type & TypeMask) -1]++ to if ((type & TypeMask)!=0) counts[(type & TypeMask) - 1]++; stops the crash. The longer story is, I don't think that case of a 0

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-11-24 Thread Dave Gilbert
It's interesting, I can't trigger this in either my quantal or raring vm, but I've had it happen on two different quantal machines; one Intel graphics one ATI (open driver). -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. h

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-11-23 Thread Timo Aaltonen
** Bug watch added: freedesktop.org Bugzilla #57448 https://bugs.freedesktop.org/show_bug.cgi?id=57448 ** Also affects: xorg-server via https://bugs.freedesktop.org/show_bug.cgi?id=57448 Importance: Unknown Status: Unknown -- You received this bug notification because you are a m

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-11-23 Thread Jakob Eriksson
Thinkpad T420, (Intel Core i7) only Intel graphics enabled in BIOS. Ubuntu 12.10 Linux version 3.5.0-18-generic -- 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/1060059 Title: Xorg crashe

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-30 Thread Pirouette Cacahuète
I'm reproducing it as well here, up-to-date quantal, ThinkPad T420s with only Intel HD enabled. -- 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/1060059 Title: Xorg crashed with SIGABRT in

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Edward Donovan
FWIW, this is perfectly reproducible on my installation; I've tried xrestop numerous times under Quantal, and every time the X session has crashed. -- 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/

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Bryce Harrington
Timo, please forward this upstream. Maybe doublecheck that you can reproduce it as well. ** Changed in: xorg-server (Ubuntu Quantal) Assignee: Canonical X.org (canonical-x) => Timo Aaltonen (tjaalton) -- You received this bug notification because you are a member of Ubuntu-X, which is subs

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Michael Vogt
Funny fact: $ Xvfb :99 [different terminal] $ DISPLAY=:99 gnome-session (or gedit/emacs/gnome-terminal) does not 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/1060059 Title: Xorg c

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu Quantal) Assignee: (unassigned) => Canonical X.org (canonical-x) -- 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/1060059 Title: Xorg crashed with SI

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Michael Vogt
It happend for me as well, but I got a segfault. I attach my logfile. Unity is running, up-to-date 12.10. Machine was upgraded a couple of times and suspsened/resumed a bunch of times too. ** Attachment added: "Xorg.0.log.old" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1060059/

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Sebastien Bacher
** Also affects: xorg-server (Ubuntu Quantal) Importance: High Status: Triaged ** Changed in: xorg-server (Ubuntu Quantal) Milestone: None => quantal-updates -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. ht

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg-server (Ubuntu) Status: New => Confirmed -- 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/1060

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu) Importance: Medium => High -- 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/1060059 Title: Xorg crashed with SIGABRT in ResFindAllRes() To manage not

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-17 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu) Status: Confirmed => 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/1060059 Title: Xorg crashed with SIGABRT in ResFindAllRes() To mana

[Ubuntu-x-swat] [Bug 1060059] Re: Xorg crashed with SIGABRT in ResFindAllRes()

2012-10-03 Thread Bryce Harrington
** Visibility changed to: Public -- 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/1060059 Title: Xorg crashed with SIGABRT in ResFindAllRes() To manage notifications about this bug go to: