[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2012-02-20 Thread Silas S. Brown
This bug mysteriously seems to have returned on my old Ubuntu 11.04 box (which is still taking security updates); is it possible that the 11.04 package has regressed? X11 crashes when a 25pt Tk input box contains a lot of text and you click in it and press Home, or Control-A for Select All. --

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-06-28 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/731424 Title: X crashes when I set a Python

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-18 Thread Bryce Harrington
Alright, well thanks for confirming the crash is fixed. I guess we can close it at this point; there seems not to be any further action from the upstream bug report, although I do think there must be a better way to fix it. As to the fonts not displaying, this could be something particular to

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-08 Thread bugbot
** Tags added: crash -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/731424 Title: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-05 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Unknown = Confirmed ** Changed in: xserver-xorg-video-intel Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-05 Thread Silas S. Brown
Thanks, I installed Bryce's 2 .deb files with dpkg -i, and now X no longer crashes when I run the above Python script (or the application I'm developing that I hit this in). But as you say there are still problems displaying the text. The characters are displayed only when they are selected with

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-04 Thread Bryce Harrington
Intriguingly, 538 is the magic number. Setting the string to a length of 537 or below does not crash. Any value above that will crash the server. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-04 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/731424 Title: X crashes when I set

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-04 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-intel - 2:2.14.0-4ubuntu8 --- xserver-xorg-video-intel (2:2.14.0-4ubuntu8) oneiric; urgency=low * Add 120_check_privates.patch: Check for null privates pointer on render_dest_picture. Prevents segmentation fault with Tk

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-04 Thread Bryce Harrington
If you can verify the fix, it can also be SRU'd for natty if you'd like. I've prepared a natty package with the fix to simplify your testing: https://launchpad.net/~bryce/+archive/gooseberry Note that this fix just papers over the xserver crash - X shouldn't crash just due to an error in some

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-04 Thread Bryce Harrington
Silas S. Brown - I've forwarded this bug upstream to http://bugs.freedesktop.org/show_bug.cgi?id=36860 - please subscribe yourself to this bug, in case they need further information or wish you to test something. Thanks ahead of time! [Although the patch is uploaded for oneiric, I'm going to

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xserver-xorg-video-intel -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/731424 Title: X crashes when I set a Python Tkinter edit control to

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Silas S. Brown
Bug is still present after upgrade to Ubuntu 11.04 -- 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/731424 Title: X crashes when I set a Python Tkinter edit control to display a long

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Bryce Harrington
Yep, I was able to reproduce this X server crash on natty myself. ** Description changed: I am on Ubuntu 10.10 with the default X server, and the following Python code crashes it every time: from Tkinter import * f=Frame() f.option_add('*font', -family {DejaVu Sans} -size -25

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Bryce Harrington
[Tagging oneiric because I think this bug is worth looking at during the oneiric development cycle. I've not verified it affects oneiric, but at this point expect it probably will.] Silas, please also attach your /var/log/Xorg.0.log, so we know what driver and so on you're on. -- You received

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Bryce Harrington
We also need to collect a full backtrace, but I can do that on my own system since I can reproduce it. Thanks majorly for providing a test case. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Bryce Harrington
** Attachment added: gdb-Xorg.txt https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/731424/+attachment/2110802/+files/gdb-Xorg.txt ** Description changed: I am on Ubuntu 10.10 with the default X server, and the following Python code crashes it every time: from Tkinter

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Bryce Harrington
Btw, don't worry about attaching your Xorg.0.log, it's obvious you're on -intel. ** Package changed: xorg-server (Ubuntu) = xserver-xorg-video-intel (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-05-03 Thread Bryce Harrington
intel_batch_mark_pixmap_domains() derefs null priv without check ** Changed in: xorg-server (Ubuntu) Status: Triaged = In Progress ** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) = Bryce Harrington (bryce) ** Also affects: xorg-server (Ubuntu Natty) Importance:

[Ubuntu-x-swat] [Bug 731424] Re: X crashes when I set a Python Tkinter edit control to display a long text string in 25pt DejaVu font

2011-03-08 Thread RedSingularity
** Package changed: ubuntu = xorg-server (Ubuntu) -- 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/731424 Title: X crashes when I set a Python Tkinter edit control to display a long text