[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2023-10-28 Thread Paul White
Both upstream bug reports were fixed along time ago

An 'Incomplete' bug report raised against Ubuntu 10.10 is
of little use now as the last manual comment was made almost
ten years ago.

Will close as being fixed due to any comments suggesting that
the bug is still extant in a currently supported release.

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

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server package in Debian:
  Fix Released

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug "duplicate" without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2016-06-15 Thread Bug Watch Updater
** Changed in: xorg-server (Debian)
   Status: Confirmed => Fix Released

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in xorg-server package in Ubuntu:
  Incomplete
Status in xorg-server package in Debian:
  Fix Released

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug "duplicate" without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526]

2015-09-19 Thread Jon TURNEY
Thanks for taking a look at this.

This appears to fix my testcase above, so Tested-by:

I don't know if this is likely to regress bug #3040, or how to test
that.

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in xorg-server package in Ubuntu:
  Incomplete
Status in xorg-server package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug "duplicate" without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526]

2015-09-12 Thread Keith Packard
Created attachment 118203
Allow font library to return Suspended more than once per request

fonts: Continue when font calls return Suspended more than once

Patch 3ab6cd31cbdf8095b2948034fce5fb645422d8da fixed Xinerama
interactions with font servers by not putting clients to sleep
multiple times. However, it introduced additional changes dealing with
libXfont routine returning Suspended more than once for the same
request. This additional change was to abandon processing of the
current request and free the closure data by jumping to
'xinerama_sleep' in each of the functions.

Font library functions shouldn't return Suspended more than once,
except for ListFontsWithInfo, which produces multiple replies, and
thus ends up returning Suspended many times during processing.

With the jump to xinerama_sleep occurring after the first reply was
processed, the closure for the request was freed and future calls into
the ListFontsWithInfo callback resulted in dereferencing freed
memory.

This patch removes the added branches, reverting the code to its
previous behaviour, which permitted multiple Suspended returns and
simply waited for the client to be signaled again so that the callback
could continue processing the request.

Signed-off-by: Keith Packard 
Cc: Adam Jackson 

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in xorg-server package in Ubuntu:
  Incomplete
Status in xorg-server package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug "duplicate" without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2014-01-14 Thread Ivan Frederiks
@Christopher M. Penalver
Is xfs package available in trusty?

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Incomplete
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2014-01-06 Thread Christopher M. Penalver
Ashley Yakeley, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p xorg-server REPLACE-WITH-BUG-NUMBER

Please note, given you already have done this in a prior release,
performing this on a release prior to Trusty would not be helpful.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: xorg-server (Ubuntu)
   Importance: Medium = Low

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

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Incomplete
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526]

2014-01-01 Thread Jon TURNEY
See also http://patchwork.freedesktop.org/patch/14507/

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Triaged
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526]

2014-01-01 Thread Ajv-741-876-6683
Please note that those of us who live with Ubuntu's LTS world will be
arriving at 12.04 over the coming months.  This bug will jump right out
at you if you run an environment with many stations and non-standard
collections of fonts.  It sure blew *me* right out of the water...

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Triaged
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2013-11-03 Thread V
According to the link: 
http://ubuntuforums.org/showthread.php?t=2183029

I commented out from /etc/X11/xorg.conf :
#Section Files
# FontPath unix/:7100
#EndSection

to achieve a similar effect of uninstalling xfs
This seems to be another successful workaround. (Unless xfs is manually called 
or something).

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Triaged
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2013-06-15 Thread christopherbalz
Uninstalling xfs, for example by simply using Synaptic (search on 'xfs',
and do 'Remove' (but not 'Remove Completely'), worked for me on Ubuntu
12.04 LTS all-up-to-date as of now.

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Triaged
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp