[Bug 322353] [NEW] segfault updating package openjdk-6-jre-headless

2009-01-28 Thread Mike Case
Public bug reported: There are several bug reports related to crashes in this package, but all reports are quite old. I believe this is a new issue. [Linux:yankovich-new-desktop ~]# sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information...

[Bug 319274] Re: evince fails to start with strange .recently-used.xbel entries

2009-01-21 Thread Mike Case
I created an upstream bug at bugzilla.gnome.com. http://bugzilla.gnome.org/show_bug.cgi?id=568553 -- evince fails to start with strange .recently-used.xbel entries https://bugs.launchpad.net/bugs/319274 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 319274] [NEW] evince fails to start with strange .recently-used.xbel entries

2009-01-20 Thread Mike Case
Public bug reported: Binary package hint: evince I'm running Ubuntu 8.10 with Evince 2.24.1-0ubuntu1. I also have autofs setup to automount filesystems from both my home and my work. If I open a PDF from a filesystem at home, for example /mnt/caseserver/home/mlcase/InterestPaid.pdf, an entry fo

[Bug 302115] Re: calculator uses incorrect operator precedence

2008-11-25 Thread Mike Case
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19940335/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/19940336/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/19940337/ProcStatus.txt -- calcul

[Bug 302115] [NEW] calculator uses incorrect operator precedence

2008-11-25 Thread Mike Case
Public bug reported: Binary package hint: gcalctool I am a C programmer and expect the calculator to honor similar operator precedence. Typing "~D AND D" should therefore yield 0 since bitwise negation is usually interpreted as the most tightly binding. However, this gets parsed as "~(D AND D)"