[Bug 585196] Re: emacs fails to start: X protocol error

2010-06-04 Thread Richard Gobeille
This also breaks Vuze (and potentially other apps using SWT?):

Gdk-ERROR **: The program 'Vuze' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 975 error_code 8 request_code 153 minor_code 4)

-- 
emacs fails to start: X protocol error
https://bugs.launchpad.net/bugs/585196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86823] Slidentd immediately segfaults

2007-02-21 Thread Richard Gobeille
Public bug reported:

Binary package hint: slidentd

$ strace /usr/sbin/slidentd
execve(/usr/sbin/slidentd, [/usr/sbin/slidentd], [/* 29 vars */]) = 0
open(/etc/passwd, O_RDONLY)   = 3
lseek(3, 0, SEEK_END)   = 1667
old_mmap(NULL, 1667, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ff2000
close(3)= 0
munmap(0xb7ff2000, 1667)= 0
open(/dev/urandom, O_RDONLY)  = 3
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 5692 detached

Note: the original Debian version of this package,
http://http.us.debian.org/debian/pool/main/s/slidentd/slidentd_1.0.0-6_i386.deb,
works fine.

** Affects: slidentd (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Slidentd immediately segfaults
https://launchpad.net/bugs/86823

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79316] Re: Package doesn't provide 'inet-superserver' dependency

2007-02-15 Thread Richard Gobeille
Excellent; your fix completely solves my issue.  Thanks for your
trouble!

-- 
Package doesn't provide 'inet-superserver' dependency
https://launchpad.net/bugs/79316

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79316] Package doesn't provide 'inet-superserver' dependency

2007-01-14 Thread Richard Gobeille
Public bug reported:

Binary package hint: xinetd

The xinetd package doesn't provide the inet-superserver dependency,
preventing packages such as slidentd from installing without pulling
down a different implementation of inetd.

** Affects: xinetd (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Package doesn't provide 'inet-superserver' dependency
https://launchpad.net/bugs/79316

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 74893] Re: Highlight matching bracket option doesn't highlight brackets with more than 2000 characters between them

2006-12-09 Thread Richard Gobeille
Yeah, I have a /lot/ of code blocks that go over that number.  For
instance, the block of code that I first noticed this issue with is only
about 70 lines long, but it still manages to hit the 2000 character
limit.  70 lines with an average of ~30 characters per line really isn't
much, especially when ~50 of those lines are visible in the editor at
once.

I took a look at the upstream bug you filed, and its response, and I
would be interested to know what kind of performance problems were
encountered before the limit was instituted (and why this was seen as
the best solution).  I just experimented a bit myself and found that
gedit's performance remained adequate (to me), even with the limit you
mentioned having been increased to 65536.  However, I did perceive what
seemed like a slight amount of hitching when rapidly moving between
many lines with brackets which needed matching.  It seems like this
could potentially be alleviated by waiting for the user to let up on the
cursor keys before figuring out which bracket matches what is at the
cursor position.

What are your thoughts?

-- 
Highlight matching bracket option doesn't highlight brackets with more than 
2000 characters between them
https://launchpad.net/bugs/74893

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 74893] Highlight matching bracket option doesn't highlight brackets with more than 2000 characters between them

2006-12-07 Thread Richard Gobeille
Public bug reported:

gedit fails to highlight matching brackets which have more than 2000
characters between them.  If I have a long-ish block of code in which
the opening and closing brackets are greater than 2000 characters apart,
I'm unable to leave the input cursor sitting next to one and have the
other be highlighted when I scroll to it.  If they are less than 2000
characters apart, things work as expected.

Steps to reproduce:

1) Open gedit
2) Enable the highlight matching bracket option in preferences
3) Insert a { on line 1
4) Insert 2000 characters of your choice, followed by a }
5) Leave the cursor next to one of the brackets and then scroll to the other 
bracket.  The bracket will not be highlighted.  If you remove a character and 
repeat, the bracket will be highlighted as expected.

Seems like this is a simple fix.

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Highlight matching bracket option doesn't highlight brackets with more than 
2000 characters between them
https://launchpad.net/bugs/74893

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs