Re: [Bug 569818] Re: massive memory leak, evolution-data-server

2010-09-17 Thread diltonm
That may be but I reporred the leak on my home desktop that I use every day
for email. No exchange involved just my pop server and I use tge google
calendar integration.

On Sep 17, 2010 3:32 AM, "lastpokemon"  wrote:
> I can confirm that, no issue with IMAP only when connecting with MAPI to
> exchange server.
>
> --
> massive memory leak, evolution-data-server
> https://bugs.launchpad.net/bugs/569818
> You received this bug notification because you are a direct subscriber
> of the bug.

-- 
massive memory leak, evolution-data-server
https://bugs.launchpad.net/bugs/569818
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 569818] Re: massive memory leak, evolution-data-server

2010-10-01 Thread diltonm
What does Incomplete mean?

-- 
massive memory leak, evolution-data-server
https://bugs.launchpad.net/bugs/569818
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 548652] Re: menu mouse-scrolling broken, when themes enable gtk-auto-mnemonics

2010-05-23 Thread diltonm
I tried adding gtk-auto-mnemonics = 0 to a new file balled .gtkrc-2.0 in
my home directory and logged out and back in but that did not fix it
(thought it was worth a try based on some of the things I'd read on the
net it sounded like it would honor the setting).

Changing from Radiance to Human fixes the issue. Also you can add the
standard Menu Bar to the Panel and that one does work with the new
themes. Normally I keep that one off since the words "Applications,
Places, System" takes up too much horizontal space and I use the one
called Main Menu which just shows the Ubuntu icon.

-- 
menu mouse-scrolling broken, when themes enable gtk-auto-mnemonics
https://bugs.launchpad.net/bugs/548652
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 569818] Re: massive memory leak, evolution-data-server

2010-10-23 Thread diltonm
Well now I'm on Ubuntu 10.10 64 bit and the symptoms are there is now a
new process called e-Calendar-factory that is taking a half a gig of RAM
after 3 days of up time.

-- 
massive memory leak, evolution-data-server
https://bugs.launchpad.net/bugs/569818
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 648618] Re: evolution memory leak

2010-10-23 Thread diltonm
This bug affects me and seems to be a morph of the problem I reported
here in Ubuntu 10.04:

https://bugzilla.gnome.org/show_bug.cgi?id=615371#add_comment
https://bugs.launchpad.net/evolution-data-server/+bug/569818?comments=all


** Bug watch added: GNOME Bug Tracker #615371
   https://bugzilla.gnome.org/show_bug.cgi?id=615371

-- 
evolution memory leak
https://bugs.launchpad.net/bugs/648618
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 723861] Re: Right clicking on the desktop still displays the “Create Launcher...” option.

2011-07-19 Thread diltonm
"furthermore, this feature depends on gnome-panel, which we won't
install by default in Oneiric"

I am about 100% certain it uses nautilus not gnome-panel.

Furthermore, instead of removing this incredibly valuable tool how about
REMOVING UNITY AND INSTALLING FREAKING GNOME 3.

Furthermore, if you remove this needed functionality you will be
removing more users from Ubuntu than you add.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/723861

Title:
  Right clicking on the desktop still displays the “Create Launcher...”
  option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723861/+subscriptions

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

[Bug 648618] Re: evolution memory leak

2011-01-30 Thread diltonm
About a year ago I updated our systems to run a cron job once a day
which runs the following script (and updated it a few months ago to kill
the calendar factory too) as long as the evolution UI isn't running:

### cron job
0 2 * * * /home/diltonm/bin/stopEvolution.sh 1>/dev/null 2>&1

### evolution kill script
#!/bin/sh

# exit if evolution client is running
#EVO=`ps -ef|grep -i "evolution --component=mail"|grep -v grep|awk {'print $2'}`
EVO=`ps -ef|grep -i "evolution --component=mail"|grep -v grep`
if [ -n "$EVO" ]; then
  exit
else
  # kill existing evolution to workaround memory leak
  evolution --force-shutdown
  pkill e-calendar-fac
fi

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.
https://bugs.launchpad.net/bugs/648618

Title:
  evolution memory leak

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


[Bug 569818] [NEW] massive memory leak, evolution-data-server

2010-04-25 Thread diltonm
Public bug reported:

Binary package hint: evolution-data-server


Problem description:
The evolution-data-server leaks 10's of megs of RAM over a 24 hour period in at 
least the Google calendar service. I originally reported this to 
bugzilla.gnome.org but I think this needs more urgent attention. The System 
Monitor is what initially showed me where my RAM was going.

The bug at bugzilla.gnome.org has a valgrind trace I just attached a few
minutes ago:

https://bugzilla.gnome.org/show_bug.cgi?id=615371

This is the command I used to run valgrind:
valgrind -v --tool=memcheck --leak-check=full --num-callers=40 
--log-file=valoffline.log /usr/lib/evolution/evolution-data-server-2.28 
--oaf-activate-iid=OAFIID:GNOME_Evolution_DataServer_InterfaceCheck 
--oaf-ior-fd=30

More information:
Executable name: /usr/lib/evolution/evolution-data-server-2.28
Package name:
Package: evolution-data-server
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 1412
Maintainer: Ubuntu Desktop Team 
Architecture: i386
Version: 2.28.1-0ubuntu1
Replaces: evolution-data-server1.2
Depends: libatk1.0-0 (>= 1.20.0), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.7), 
libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.28.1), libcomerr2 (>= 1.01), 
libdb4.7, libebackend1.2-0 (>= 2.28.1), libebook1.2-9 (>= 2.28.1), libecal1.2-7 
(>= 2.28.1), libedata-book1.2-2 (>= 2.28.1), libedata-cal1.2-6 (>= 2.28.1), 
libedataserver1.2-11 (>= 2.28.1), libegroupwise1.2-13 (>= 2.28.1), 
libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.23.2), 
libgdata-google1.2-1 (>= 2.28.1), libgdata1.2-1 (>= 2.28.1), libglib2.0-0 (>= 
2.22.0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgtk2.0-0 (>= 2.14.0), 
libgweather1 (>= 2.28.0), libical0 (>= 0.42), libk5crypto3 (>= 1.6.dfsg.2), 
libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnspr4-0d (>= 
4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), liborbit2 (>= 1:2.14.10), 
libpango1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.27.92), libsqlite3-0 (>= 3.6.16), 
libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), evolution-data-server-common (= 
2.28.1-0ubuntu1)
Suggests: evolution (>= 2.6.1), evolution-data-server-dbg (= 2.28.1-0ubuntu1)
Breaks: evolution (<< 2.25.90)
Description: evolution database backend server
 The data server, called "Evolution Data Server" is responsible for managing
 mail, calendar, addressbook, tasks and memo information.
Homepage: http://www.gnome.org/projects/evolution/
Original-Maintainer: Debian Evolution Maintainers 


I had to use dpkg -S evolution-data-server, not the full path as I was told to 
do here:
https://wiki.ubuntu.com/Bugs/FindRightPackage
That does not find any information.

Release:
Description:Ubuntu 9.10
Release:9.10

Dilton

** Affects: evolution-data-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
massive memory leak, evolution-data-server
https://bugs.launchpad.net/bugs/569818
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 178032] Add to Address Book kills Metacity it doesn't return

2007-12-21 Thread diltonm
Public bug reported:

Binary package hint: evolution

Steps to reproduce:

1) Find an email and right-click on the sender's address
2) Select from the pop-up menu, Add to Address Book

15% of the time (rough guess at best) the Window Manager (Metacity with
Advanced Effects) dies and does not return.

Workaround: Run "metacity --replace" in a terminal

ProblemType: Bug
Architecture: i386
Date: Fri Dec 21 18:28:41 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: vmnet vmmon nvidia
Package: evolution 2.12.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: evolution --component=mail
ProcCwd: /home/diltonm
ProcEnviron:
 
PATH=/home/diltonm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux mccomsoft3ubuntu 2.6.22-14-rt #1 SMP PREEMPT RT Tue Dec 18 
10:01:34 UTC 2007 i686 GNU/Linux

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Add to Address Book kills Metacity it doesn't return
https://bugs.launchpad.net/bugs/178032
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evolution in ubuntu.

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


[Bug 178032] Re: Add to Address Book kills Metacity it doesn't return

2007-12-21 Thread diltonm

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11027922/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11027923/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11027924/ProcStatus.txt

-- 
Add to Address Book kills Metacity it doesn't return
https://bugs.launchpad.net/bugs/178032
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evolution in ubuntu.

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


[Bug 178032] Re: Add to Address Book kills Metacity it doesn't return

2007-12-28 Thread diltonm
I could not find apport-gtk though it was listed as installed so I did a
find and it seems to live at /usr/share/apport/apport-gtk. So I ran
"sudo /usr/share/apport/apport-gtk
/var/crash/_usr_bin_evolution.1000.crash" (that was the only Evolution
crash file and it was on the same day as I filed this bug so I'm not
sure but it may be related).

Running that command didn't do anything though? I guess there should be
a program that runs with a Gtk-based UI that would let me file a new
bug?

-- 
Add to Address Book kills Metacity it doesn't return
https://bugs.launchpad.net/bugs/178032
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 179137] Re: evolution crashed with SIGSEGV in mail_enable_stop()

2007-12-28 Thread diltonm
*** This bug is a duplicate of bug 150215 ***
https://bugs.launchpad.net/bugs/150215


** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11085692/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11085693/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/11085694/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11085695/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11085696/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/11085697/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/11085698/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/11085699/ThreadStacktrace.txt

-- 
evolution crashed with SIGSEGV in mail_enable_stop()
https://bugs.launchpad.net/bugs/179137
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evolution in ubuntu.

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


[Bug 179137] evolution crashed with SIGSEGV in mail_enable_stop()

2007-12-28 Thread diltonm
*** This bug is a duplicate of bug 150215 ***
https://bugs.launchpad.net/bugs/150215

Public bug reported:

Binary package hint: evolution

Please refer to this bug for more details:
https://bugs.launchpad.net/bugs/178032

ProblemType: Crash
Architecture: i386
Date: Sat Dec 22 17:55:08 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: vmnet vmmon nvidia
Package: evolution 2.12.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: evolution --component=mail
ProcCwd: /home/diltonm
ProcEnviron:
 
PATH=/home/diltonm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: evolution
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 mail_enable_stop ()
Title: evolution crashed with SIGSEGV in mail_enable_stop()
Uname: Linux mccomsoft3ubuntu 2.6.22-14-rt #1 SMP PREEMPT RT Tue Dec 18 
10:01:34 UTC 2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev powerdev scanner tape video

** Affects: evolution (Ubuntu)
 Importance: Medium
 Status: New


** Tags: apport-crash

-- 
evolution crashed with SIGSEGV in mail_enable_stop()
https://bugs.launchpad.net/bugs/179137
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evolution in ubuntu.

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


[Bug 178032] Re: Add to Address Book kills Compiz it doesn't return

2008-01-16 Thread diltonm
Yes I mis-named the target which is compiz. Thanks Richard. And yes it
is the window decorations that disappear. I realize now also that the
workaround is "compiz --replace" not "metacity --replace".

-- 
Add to Address Book kills Metacity it doesn't return
https://bugs.launchpad.net/bugs/178032
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