[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2010-09-16 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed = Fix Released

** Changed in: evolution
   Importance: Unknown = Medium

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2010-06-08 Thread Omer Akram
marking this fixed for now as 2.30 is in Maverick.

** Changed in: evolution (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2009-09-21 Thread Martin Mai
Well, it's not the bugwatcher directly, but since there are thousands of
bugs that all needs to be synced from the GNOME bugtracking system, the
watcher often gets server timeouts. This sometimes results in broken
bugwatchers.

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2009-09-20 Thread Martin Mai
This will be fixed when Evolution got rid of Bonobo in GNOME 2.29.*

** Changed in: evolution (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2009-09-20 Thread Jeffrey Baker
Good to know!  Does that mean there's something wrong with the launchpad
bug watcher?  Upstream closed this bug 20 days ago.

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2008-10-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: New = Confirmed

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2008-09-25 Thread hggdh
setting to triaged. Thank you, Jeffrey, for opening the upstream bug.

** Changed in: evolution (Ubuntu)
   Status: Confirmed = Triaged

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2008-09-20 Thread Jeffrey Baker
(NB: this bug shows how broken the Ubuntu bug reporting system is.  The
original reporter left a perfectly good bug report, and someone set it
to invalid without fixing it.  Two and a half years later, we still have
the same bug!)

I confirmed this problem on Intrepid Alpha, evolution 2.23.91-0ubuntu1.
When evolution is started as a mailto: URI handler (from Firefox, for
example) it never exits.  Not only that, but after it fails to exit, it
chews infinite amounts of CPU.  Here's my ps axwww listing:

jwb  21470 1  1 15:27 ?00:00:18 evolution
mailto:[EMAIL 
PROTECTED]/Verizon%20EVDO%20%3b%20many%20extras!%20-%20$749%20(noe%20valley)

You can see that evolution was started to handle a mailto: URI.  You can
also see that it has 18 CPU seconds charged against it, going up
constantly.  Let's use strace to see what it's doing:

$ strace -s 1024 -f -p 21470
Process 21583 attached with 3 threads - interrupt to quit
[pid 21583] restart_syscall(... resuming interrupted call ... unfinished ...
[pid 21470] restart_syscall(... resuming interrupted call ... unfinished ...
[pid 21581] restart_syscall(... resuming interrupted call ...

Nothing in particular.  Maybe GDB can tell us something:

(gdb) info threads
  3 Thread 0xb2cf9b90 (LWP 21581)  0xb7f7e430 in __kernel_vsyscall ()
  2 Thread 0xb24f8b90 (LWP 21583)  0xb7f7e430 in __kernel_vsyscall ()
  1 Thread 0xb633c940 (LWP 21470)  0xb7f7e430 in __kernel_vsyscall ()
(gdb) thread 1
[Switching to thread 1 (Thread 0xb633c940 (LWP 21470))]#0  0xb7f7e430 in 
__kernel_vsyscall ()
(gdb) where
#0  0xb7f7e430 in __kernel_vsyscall ()
#1  0xb695fde7 in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xb6a24c32 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0xb6a252c2 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0xb7516cf3 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#5  0x0805ed13 in main ()
(gdb) thread 2
[Switching to thread 2 (Thread 0xb24f8b90 (LWP 21583))]#0  0xb7f7e430 in 
__kernel_vsyscall ()
(gdb) where
#0  0xb7f7e430 in __kernel_vsyscall ()
#1  0xb695fde7 in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xb6a24c32 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0xb6a252c2 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0xb74c87f0 in ?? () from /usr/lib/libORBit-2.so.0
#5  0xb6a4c05f in ?? () from /usr/lib/libglib-2.0.so.0
#6  0xb78f74ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb696a64e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread 3
[Switching to thread 3 (Thread 0xb2cf9b90 (LWP 21581))]#0  0xb7f7e430 in 
__kernel_vsyscall ()
(gdb) where
#0  0xb7f7e430 in __kernel_vsyscall ()
#1  0xb695fde7 in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xb6a24c32 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0xb6a252c2 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0xb7ae6ee2 in ?? () from /usr/lib/libebook-1.2.so.9
#5  0xb6a4c05f in ?? () from /usr/lib/libglib-2.0.so.0
#6  0xb78f74ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb696a64e in clone () from /lib/tls/i686/cmov/libc.so.6

Not too informative.  Now to answer your buck-passing questions:

$ gconftool-2 -g /desktop/gnome/url-handlers/mailto/command
evolution %s
$ grep -i evolution /home/jwb/.xsession-errors 
evolution-alarm-notify-Message: Setting timeout for 38317 1221980400 1221942083
evolution-alarm-notify-Message:  Sun Sep 21 00:00:00 2008
evolution-alarm-notify-Message:  Sat Sep 20 13:21:23 2008
evolution-shell-Message: Killing old version of evolution-data-server...
** (evolution:21470): DEBUG: mailto URL command: evolution %s
** (evolution:21470): DEBUG: mailto URL program: evolution

Yes, the same thing happens if I start evolution from a terminal:

$ evolution mailto:[EMAIL PROTECTED]
evolution-shell-Message: Killing old version of evolution-data-server...
** (evolution:2829): DEBUG: mailto URL command: evolution %s
** (evolution:2829): DEBUG: mailto URL program: evolution
store_db_path /home/jwb/.evolution/mail/local/folders.db
folders table succesfully created 
store_db_path /home/jwb/.evolution/mail/imap/[EMAIL 
PROTECTED]@imap.gmail.com/folders.db
folders table succesfully created 
store_db_path /home/jwb/.evolution/mail/imap/[EMAIL 
PROTECTED]@imap.gmail.com/folders.db
folders table succesfully created 
Triggering summary_reloaded on BATN 0x90821d8
Triggering summary_reloaded on INBOX 0x90e5618
Triggering summary_reloaded on [Gmail]/All Mail 0x90e5718
Triggering summary_reloaded on INBOX 0x9082258
Saving 2/14269 dirty records of INBOX
Triggering summary_reloaded on [Gmail]/Sent Mail 0x90ff090
Triggering summary_reloaded on [Gmail]/Spam 0x90ff110
Triggering summary_reloaded on [Gmail]/All Mail 0x90823d8
Saving 2/14900 dirty records of [Gmail]/All Mail
Triggering summary_reloaded on [Gmail]/Sent Mail 0x90824d8
Triggering summary_reloaded on [Gmail]/Spam 0x9082558
Saving 4/22303 dirty records of [Gmail]/Spam
Triggering summary_reloaded on geda 0x90826d8
Triggering summary_reloaded on mozilla bugs 0x9082658
Triggering 

[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2008-09-20 Thread Jeffrey Baker
After the mail is sent (and the Evolution compose window disappears)
xwininfo -root -all still shows that Evolution continues to have an open
window:

$ xwininfo -root -all | grep -i evo
 0x180003b evolution: ()  10x10+-100+-100  +-100+-100
 0x181 evolution: (evolution Evolution)  10x10+10+10  +10+10

So evolution has started a 10x10 window which is off-screen at -100 x
-100.  This is why it keeps running.

$ xkill -id 0x180003b
xkill:  killing creator of resource 0x180003b

This causes evolution to finally exit.

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2008-09-20 Thread Jeffrey Baker
** Bug watch added: GNOME Bug Tracker #553064
   http://bugzilla.gnome.org/show_bug.cgi?id=553064

** Also affects: evolution via
   http://bugzilla.gnome.org/show_bug.cgi?id=553064
   Importance: Unknown
   Status: Unknown

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2008-09-20 Thread Bug Watch Updater
** Changed in: evolution
   Status: Unknown = New

-- 
Evolution stays running in the background when mailto: link used 
https://bugs.launchpad.net/bugs/46860
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2006-12-14 Thread Daniel Holbach
Your bug lacks information we would need to investigate further. We
are now going to close the bug - please reopen if you have more
information at hand.

** Changed in: evolution (Ubuntu)
   Status: Needs Info = Rejected

-- 
Evolution stays running in the background when mailto: link used 
https://launchpad.net/bugs/46860

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2006-09-26 Thread Sebastien Bacher
Thanks for your bug. What value has the /desktop/gnome/url-
handlers/mailto/command gconf key? Does running the same command with
mailto:[EMAIL PROTECTED] from a command line does the same? Do you
have anything about that to ~/.xsession-errors? Do you use the standard
GNOME desktop?

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Evolution stays running in the background when mailto: link used 
https://launchpad.net/bugs/46860

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