Re: [Evolution] How to triage server vs evolution bug?

2012-12-19 Thread Andre Klapper
On Tue, 2012-12-18 at 21:59 -0500, Peter Hurley wrote:
 What tree is the commit on?

I expect new features on the 3.7 branch (master), as 3.6 is stable.

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution - New Windows does not open a new window

2012-12-19 Thread Adam Tauno Williams
On Tue, 2012-12-18 at 07:41 -0500, Matthew Barnes wrote:
 On Tue, 2012-12-18 at 06:25 -0500, Adam Tauno Williams wrote:
  In the activity bar I right-click the Evolution icon and select New
  Window.
 Activity bar is the black bar at the top of GNOME's shell?  

Correct, sorry.  I believe I mean the 'dash' [essentially the dock on
the left side of the screen from which 'favorite' applications are
launched.].

In the dash currently open applications are illuminated and clicking an
illuminated icon takes you to the open application.  Or you can
right-click on an illuminated application and select and existing window
or New Windows to make a new window / instance on the current
workspace.

 Don't know
 where that menu item is coming from but it doesn't sound like anything
 Evolution explicitly exports.  Possibly GtkApplication doing some new
 trick we haven't learned to support.
 I'll look into it.

-- 
Adam Tauno Williams 
System Administrator, OpenGroupware Developer, LPI / CNA
Fingerprint 8C08 209A FBE3 C41A DD2F A270 2D17 8FA4 D95E D383

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] bus error causing crashes

2012-12-19 Thread Adam Tauno Williams
On Sat, 2012-12-15 at 07:11 +, Pete Biggs wrote:
   using Debian Sid/unstable with Evolution 3.4.4 (but happened since
   3.4.x), wanting to reply to some message, Evolution often crashes due to
   a »bus error«. Does somebody experience something similar?
  I think that is a euphamism for a segmentation fault.
 No, they are different things - a seg fault is when a program attempts
 to access a memory segment it doesn't own and a bus error is when a
 program attempts to access memory beyond the capabilities of the
 machine.  Both are caused by similar things, such as dereferencing
 invalid pointers, but bus errors sometimes point to hardware problems.

Does 3.4.x do something different regarding caches / databases than 3.6?
I don't show folders.db, etc... as memory mapped for my running 3.6
[fuser will tell you if an open file is memory mapped or not].

The only memory mapped 'data' files I see are:
  /home/awilliam/.local/share/gvfs-metadata/home-897372f8.log (deleted)
  /home/awilliam/.local/share/gvfs-metadata/home (deleted)
  /home/awilliam/.local/share/mime/mime.cache
  /home/awilliam/.config/dconf/user (deleted)
  /usr/share/icons/gnome/icon-theme.cache
  /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-x86_64.cache-3
  /usr/share/mime/mime.cache
  /usr/lib64/gconv/gconv-modules.cache
  ... and a few font files?

See /proc/{evolutionPID}/maps

Will a backtrace record a SIG-BUS?  I don't know that I've ever had to
deal with a memory-map issue outside of a straight-up bug.

http://www.whitemiceconsulting.com/2012/10/d-is-for-debugging.html

-- 
Adam Tauno Williams awill...@whitemice.org

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] How to triage server vs evolution bug?

2012-12-19 Thread Peter Hurley
On Wed, 2012-12-19 at 10:34 +0100, Andre Klapper wrote:
 On Tue, 2012-12-18 at 21:59 -0500, Peter Hurley wrote:
  What tree is the commit on?
 
 I expect new features on the 3.7 branch (master), as 3.6 is stable.

peter@thor:~/src/repos/evolution$ git checkout master
Switched to branch 'master'
peter@thor:~/src/repos/evolution$ git tree -20
* a4a479b (HEAD, origin/master, origin/HEAD, master) Fix a tests build break in 
e-util/
* 79f9fe7 e-config: Remove unused functions.
* 6faf671 e-passwords: Remove unused function parameters.
* f1ca58d e-passwords: Remove unused functions.
* 58f30d3 Remove unused marshallers.
* c5244ef main.c: Use g_type_ensure() to register plugin hook types.
* ba886a4 Post-release version bump.
* 5422a63 (tag: EVOLUTION_3_7_3) NEWS update for 3.7.3 release.
* 6fecc58 Fix compiler warnings.
* 5e2efa2 Finish adding symbols to libeutil API docs.
* 63cff95 Use cancellable mutex for photo and address book lookups in mailer
* edf538b Revert part of the previous commit, EMailUISession::alert_user()
* da87407 Implement and use CamelSession::trust_prompt()
* 486db3b Assamese translation updated
* 6b53dd8 libeshell documentation cleanups.
* 71c7a29 Remove unused E_SHELL_MIGRATE_ERROR domain.
* 011747a e_mail_migrate(): Remove directory creation code.
* 09f2b14 e-util: Remove e-passwords-win32.c.
* 330d0d3 e-misc-util.h: Fix quoted #includes.
* 090dba7 e-util: Add xpm icons to EXTRA_DIST.
peter@thor:~/src/repos/evolution$ git show 1fd3da8927177
fatal: ambiguous argument '1fd3da8927177': unknown revision or path not in the 
working tree.
Use '--' to separate paths from revisions, like this:
'git command [revision...] -- [file...]'
peter@thor:~/src/repos/evolution$ 


Regards,
Peter Hurley

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] How to triage server vs evolution bug?

2012-12-19 Thread Andre Klapper
On Wed, 2012-12-19 at 07:00 -0500, Peter Hurley wrote:
 peter@thor:~/src/repos/evolution$ git checkout master
 Switched to branch 'master'
 peter@thor:~/src/repos/evolution$ git tree -20

Errm, yeah, I can also do that and get the same results. :P 

In case you're looking for that commit and missed to ask that:

http://git.gnome.org/browse/evolution-data-server/commit/?id=1fd3da8927177ed0517abeaf3c7a29611d64546f

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] How to triage server vs evolution bug?

2012-12-19 Thread Peter Hurley
On Wed, 2012-12-19 at 13:18 +0100, Andre Klapper wrote:
 In case you're looking for that commit and missed to ask that:
  ^^^

On Tue, 2012-12-18 at 21:59 -0500, Peter Hurley wrote:
 What tree is the commit on?

 http://git.gnome.org/browse/evolution-data-server/commit/?id=1fd3da8927177ed0517abeaf3c7a29611d64546f

Oh, ok, it's in e-d-s. Thanks.

Regards,
Peter Hurley


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list