[Bug 106838] Re: segfault when pango opens truetype fonts

2007-05-09 Thread Jeff Hodges
I reinstalled (for the third time now) and after a few days of use, it
once again started segfaulting. This time the *second* time I restarted
gdm from the command line in a virtual console. The first time it worked
fine. Any help? I really don't want to reinstall for a 4th time.

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-05-02 Thread Jeff Hodges
Any chance we can open this bug back up?

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-05-01 Thread Jeff Hodges
Here's the backtrace, like you asked for.  This is happening again and
again, no matter how many times I reinstall.

** Attachment added: gdb-gnome-keybinding-properties.txt
   http://librarian.launchpad.net/7500544/gdb-gnome-keybinding-properties.txt

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-05-01 Thread Jeff Hodges
Argh, forgot to untrap X errors.  Will redo the backtrace in a sec.

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-05-01 Thread Jeff Hodges
Okay, debug log bonanza. FIrst up, the better valgrind log.

** Attachment added: valgrind.log.5817
   http://librarian.launchpad.net/7501159/valgrind.log.5817

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-05-01 Thread Jeff Hodges
Better gdb log

** Attachment added: gdb-gnome-keybinding-properties.txt
   http://librarian.launchpad.net/7501174/gdb-gnome-keybinding-properties.txt

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-04-26 Thread Jeff Hodges
It's happened again, and unfortunately, gnome-control-center-dbgsym asks
for an gnome-control-center 1:2.18.1-0ubuntu2.1 but only
1:2.18.1-0ubuntu2 is available in the repositories.

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-04-17 Thread Jeff Hodges
Ah, shoot. Unfortunately, I had to reinstall my system, due to work
concerns.  Sorry for the lack of information.  The bug seems not to
exist when updating from a clean Feisty install.

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 106838] Re: segfault when pango opens truetype fonts

2007-04-16 Thread Jeff Hodges
** Summary changed:

- title bars in gnome apps have gone missing
+ segfault when pango opens truetype fonts

** Tags added: fonts heisenbug pango truetype

-- 
segfault when pango opens truetype fonts
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for pango1.0 in ubuntu.

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


[Bug 106838] title bars in gnome apps have gone missing

2007-04-15 Thread Jeff Hodges
You have been subscribed to a public bug:

I updated yesterday afternoon, and rebooted later that evening.  When
GNOME started up, all of the applications title bars were missing, I was
unable to switch between windows by mouse or keyboard, and some
applications appear to be segfaulting.  You'll have to forgive how lame
this bug report is.  The copy/paste mechanism is behaving
inconsistently, as well.

I've figured out that gnome-keybinding-properties segfaults right after opening 
pango-basic-fc.so and /var/lib/defoma/fontconfig.d/D/DejaVu-Sans.ttf from 
running strace -eopen on it. Here's the last few lines of it:
'
open(/proc/meminfo, O_RDONLY) = 15
open(/usr/lib/pango/1.6.0/modules/pango-basic-fc.so, O_RDONLY) = 15
open(/var/lib/defoma/fontconfig.d/D/DejaVu-Sans.ttf, O_RDONLY) = 15
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Process 24534 detached

Now, the fun part is, when I run `valgrind gnome-keybinding-properties`
it starts up fine, with some complaints about memory leaks.
Unfortunately, I'm not much of C/C++ hacker and I don't know what of the
valgrind output is important and what of it is not.   I'll attach the
valgrind output here.

** Affects: pango1.0 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
title bars in gnome apps have gone missing
https://bugs.launchpad.net/bugs/106838

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


[Bug 106838] Re: title bars in gnome apps have gone missing

2007-04-15 Thread Jeff Hodges
** Changed in: pango1.0 (Ubuntu)
Sourcepackagename: None = pango1.0

-- 
title bars in gnome apps have gone missing
https://bugs.launchpad.net/bugs/106838
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for pango1.0 in ubuntu.

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


[Bug 61733] Re: rhythmbox will not copy files with certain chars in their name to playlists

2006-09-22 Thread Jeff hodges
Yep, it's Dapper. Sorry about not finding that bug report but I should
mention that there was no mention of other special characters being
made okay in the GNOME bug report.

-- 
rhythmbox will not copy files with certain chars in their name to playlists
https://launchpad.net/bugs/61733

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


[Bug 61733] rhythmbox will not copy files with certain chars in their name to playlists

2006-09-21 Thread Jeff hodges
Public bug reported:

Just ripped a copy of Hail to the Thief in FLAC to my harddrive.
Rhythmbox deftly included the files in my library, but when I attempted
to drag the files over to a manual playlist, I noticed something
strange.  The songs 2 + 2 = 5 (Lukewarm), Sit Down. Stand Up. (Snakes
 Ladders.) and Myxomatosis. (Judge, Jury  Executioner.) were not
copied over.

I attempted to copy them one by one, but Rhythmbox would simply not put
them in a playlist.  Looking at their titles and filenames, I noticed
that they were the only files that had either a  or a + there.

** Affects: rhythmbox (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
rhythmbox will not copy files with certain chars in their name to playlists
https://launchpad.net/bugs/61733

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