[Gnome-zeitgeist] [Bug 924988] [NEW] Activity journal crashes on Ubuntu P

2012-02-01 Thread Manuel de la Peña
Public bug reported:

When trying to start the activity journal in P I get the following:


Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap,
Traceback (most recent call last):
  File /usr/bin/gnome-activity-journal, line 97, in module
from src.main import PortalWindow
  File /usr/share/gnome-activity-journal/src/main.py, line 31, in module
from activity_widgets import MultiViewContainer, TimelineViewContainer, 
ThumbViewContainer
  File /usr/share/gnome-activity-journal/src/activity_widgets.py, line 41, in 
module
from store import ContentStruct, CLIENT
  File /usr/share/gnome-activity-journal/src/store.py, line 588, in module
STORE = Store()
  File /usr/share/gnome-activity-journal/src/store.py, line 411, in __init__
days_population = CLIENT_EXTENSION.GetHistogramData()
  File /usr/lib/python2.7/dist-packages/zeitgeist/client.py, line 120, in 
_ProxyMethod
lambda: getattr(self.__iface, name), *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/zeitgeist/client.py, line 109, in 
_disconnection_safe
return reconnecting_error_handler(e)
  File /usr/lib/python2.7/dist-packages/zeitgeist/client.py, line 107, in 
_disconnection_safe
return method_getter()(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in __call__
**keywords)
  File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: No 
such interface `org.gnome.zeitgeist.Log' on object at path 
/org/gnome/zeitgeist/journal/activity


When looking at d-feet I can tell that the interface is indeed missing.

** Affects: gnome-activity-journal
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.
https://bugs.launchpad.net/bugs/924988

Title:
  Activity journal crashes on Ubuntu P

Status in GNOME Activity Journal:
  New

Bug description:
  When trying to start the activity journal in P I get the following:

  
  Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap,
  Traceback (most recent call last):
File /usr/bin/gnome-activity-journal, line 97, in module
  from src.main import PortalWindow
File /usr/share/gnome-activity-journal/src/main.py, line 31, in module
  from activity_widgets import MultiViewContainer, TimelineViewContainer, 
ThumbViewContainer
File /usr/share/gnome-activity-journal/src/activity_widgets.py, line 41, 
in module
  from store import ContentStruct, CLIENT
File /usr/share/gnome-activity-journal/src/store.py, line 588, in module
  STORE = Store()
File /usr/share/gnome-activity-journal/src/store.py, line 411, in __init__
  days_population = CLIENT_EXTENSION.GetHistogramData()
File /usr/lib/python2.7/dist-packages/zeitgeist/client.py, line 120, in 
_ProxyMethod
  lambda: getattr(self.__iface, name), *args, **kwargs)
File /usr/lib/python2.7/dist-packages/zeitgeist/client.py, line 109, in 
_disconnection_safe
  return reconnecting_error_handler(e)
File /usr/lib/python2.7/dist-packages/zeitgeist/client.py, line 107, in 
_disconnection_safe
  return method_getter()(*args, **kwargs)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: No 
such interface `org.gnome.zeitgeist.Log' on object at path 
/org/gnome/zeitgeist/journal/activity

  
  When looking at d-feet I can tell that the interface is indeed missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-activity-journal/+bug/924988/+subscriptions

___
Mailing list: https://launchpad.net/~gnome-zeitgeist
Post to : gnome-zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 924741] [NEW] eog plugin could not be loaded - Could not find 'Module' in '/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

2012-02-01 Thread Justin
Public bug reported:

Starting eog gives


(eog:26587): libpeas-WARNING **: Could not find 'Module' in 
'/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

(eog:26587): libpeas-WARNING **: Error loading '/usr/lib64/eog/plugins
/zeitgeist-eog.plugin'


which can be easily solved by correcting in the 

[Eog Plugin] - [Plugin]

** Affects: zeitgeist-datasources
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/924741

Title:
  eog plugin could not be loaded -  Could not find 'Module' in
  '/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

Status in Zeitgeist Data-Sources:
  New

Bug description:
  Starting eog gives

  
  (eog:26587): libpeas-WARNING **: Could not find 'Module' in 
'/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

  (eog:26587): libpeas-WARNING **: Error loading '/usr/lib64/eog/plugins
  /zeitgeist-eog.plugin'

  
  which can be easily solved by correcting in the 

  [Eog Plugin] - [Plugin]

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/924741/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 924749] [NEW] gedit plugin in compatible with gnome3 - missing python bindings

2012-02-01 Thread Justin
Public bug reported:

 $ gedit
Traceback (most recent call last):
  File /usr/lib64/gedit/plugins/zeitgeist_plugin.py, line 21, in module
import gedit
ImportError: No module named gedit

(gedit:12125): libpeas-WARNING **: Error loading plugin
'zeitgeist_plugin'

Please port to pygobject:3 and gobject-introspection.

** Affects: zeitgeist-datasources
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/924749

Title:
  gedit plugin in compatible with gnome3 - missing python bindings

Status in Zeitgeist Data-Sources:
  New

Bug description:
   $ gedit
  Traceback (most recent call last):
File /usr/lib64/gedit/plugins/zeitgeist_plugin.py, line 21, in module
  import gedit
  ImportError: No module named gedit

  (gedit:12125): libpeas-WARNING **: Error loading plugin
  'zeitgeist_plugin'

  Please port to pygobject:3 and gobject-introspection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/924749/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 924741] Re: eog plugin could not be loaded - Could not find 'Module' in '/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

2012-02-01 Thread Siegfried Gevatter
Fixed, thanks!

** Changed in: zeitgeist-datasources
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/924741

Title:
  eog plugin could not be loaded -  Could not find 'Module' in
  '/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

Status in Zeitgeist Data-Sources:
  Fix Committed

Bug description:
  Starting eog gives

  
  (eog:26587): libpeas-WARNING **: Could not find 'Module' in 
'/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

  (eog:26587): libpeas-WARNING **: Error loading '/usr/lib64/eog/plugins
  /zeitgeist-eog.plugin'

  
  which can be easily solved by correcting in the 

  [Eog Plugin] - [Plugin]

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/924741/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 924741] Re: eog plugin could not be loaded - Could not find 'Module' in '/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

2012-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist-datasources

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/924741

Title:
  eog plugin could not be loaded -  Could not find 'Module' in
  '/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

Status in Zeitgeist Data-Sources:
  Fix Committed

Bug description:
  Starting eog gives

  
  (eog:26587): libpeas-WARNING **: Could not find 'Module' in 
'/usr/lib64/eog/plugins/zeitgeist-eog.plugin'

  (eog:26587): libpeas-WARNING **: Error loading '/usr/lib64/eog/plugins
  /zeitgeist-eog.plugin'

  
  which can be easily solved by correcting in the 

  [Eog Plugin] - [Plugin]

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/924741/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 924748] [NEW] eog plugin doesn't work with gnome3

2012-02-01 Thread Justin
Public bug reported:

eog
Traceback (most recent call last):
  File /usr/lib64/eog/plugins/zeitgeist_plugin.py, line 20, in module
import eog
ImportError: No module named eog

(eog:8091): libpeas-WARNING **: Error loading plugin 'zeitgeist_plugin'


There are no python bindings in gnome 3, could you please update the plugin for 
 pygobject:3 and gobject-introspection ?

** Affects: zeitgeist-datasources
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/924748

Title:
  eog plugin doesn't work with gnome3

Status in Zeitgeist Data-Sources:
  New

Bug description:
  eog
  Traceback (most recent call last):
File /usr/lib64/eog/plugins/zeitgeist_plugin.py, line 20, in module
  import eog
  ImportError: No module named eog

  (eog:8091): libpeas-WARNING **: Error loading plugin
  'zeitgeist_plugin'

  
  There are no python bindings in gnome 3, could you please update the plugin 
for  pygobject:3 and gobject-introspection ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/924748/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Branch ~zeitgeist/zeitgeist/bluebird] Rev 379: MonitorManager: Queue notifications until the monitor is ready.

2012-02-01 Thread noreply
Merge authors:
  Siegfried Gevatter (rainct)
Related merge proposals:
  https://code.launchpad.net/~rainct/zeitgeist/monitor-queue/+merge/90720
  proposed by: Siegfried Gevatter (rainct)
  review: Approve - Michal Hruby (mhr3)

revno: 379 [merge]
committer: Siegfried-Angel Gevatter Pujals siegfr...@gevatter.com
branch nick: foo
timestamp: Wed 2012-02-01 10:42:23 +0100
message:
  MonitorManager: Queue notifications until the monitor is ready.
modified:
  src/notify.vala


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/notify.vala'
--- src/notify.vala	2011-10-20 14:20:17 +
+++ src/notify.vala	2012-01-31 10:09:55 +
@@ -32,7 +32,7 @@
 construct
 {
 monitors = new HashTablestring, Monitor (str_hash, str_equal);
-connections = new HashTablestring, GenericArraystring 
+connections = new HashTablestring, GenericArraystring
 (str_hash, str_equal);
 
 // FIXME: it'd be nice if this supported arg2
@@ -78,9 +78,47 @@
 private TimeRange time_range;
 private RemoteMonitor? proxy_object = null;
 
+private enum NotificationType
+{
+INSERTION,
+DELETION
+}
+[Compact]
+private class QueuedNotification {
+// (Compact classes don't support private fields)
+public NotificationType type;
+public Variant time_range;
+public Variant events; // for insertions
+public uint32[] event_ids; // for deletions
+
+public QueuedNotification.insertion (Variant time_range, Variant events)
+{
+type = NotificationType.INSERTION;
+this.time_range = time_range;
+this.events = events;
+}
+
+public QueuedNotification.deletion (Variant time_range, uint32[] event_ids)
+{
+type = NotificationType.DELETION;
+this.time_range = time_range;
+this.event_ids = event_ids;
+}
+
+public void send (RemoteMonitor proxy_object)
+{
+if (type == NotificationType.INSERTION)
+proxy_object.notify_insert (time_range, events);
+else
+proxy_object.notify_delete (time_range, event_ids);
+}
+}
+private SListQueuedNotification queued_notifications;
+
 public Monitor (BusName peer, string object_path,
 TimeRange tr, GenericArrayEvent templates)
 {
+queued_notifications = new SListQueuedNotification ();
 Bus.get_proxyRemoteMonitor (BusType.SESSION, peer,
 object_path, DBusProxyFlags.DO_NOT_LOAD_PROPERTIES |
 DBusProxyFlags.DO_NOT_CONNECT_SIGNALS,
@@ -94,6 +132,15 @@
 {
 warning (%s, err.message);
 }
+
+// Process queued notifications...
+queued_notifications.reverse ();
+foreach (unowned QueuedNotification notification
+in queued_notifications)
+{
+notification.send (proxy_object);
+}
+queued_notifications = null;
 });
 time_range = tr;
 event_templates = templates;
@@ -113,15 +160,13 @@
 return false;
 }
 
-// FIXME: we need to queue the notification if proxy_object == null
 public void notify_insert (TimeRange time_range, GenericArrayEvent events)
-requires (proxy_object != null)
 {
 var intersect_tr = time_range.intersect (this.time_range);
 if (intersect_tr != null)
 {
 var matching_events = new GenericArrayEvent ();
-for (int i=0; ievents.length; i++)
+for (int i = 0; i  events.length; i++)
 {
 if (events[i] != null  matches (events[i])
  events[i].timestamp = intersect_tr.start
@@ -132,24 +177,46 @@
 }
 if (matching_events.length  0)
 {
-DBusProxy p = (DBusProxy) proxy_object;
-debug (Notifying %s about %d insertions,
-  

[Zeitgeist] [Merge] lp:~rainct/zeitgeist/monitor-queue into lp:zeitgeist

2012-02-01 Thread noreply
The proposal to merge lp:~rainct/zeitgeist/monitor-queue into lp:zeitgeist has 
been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~rainct/zeitgeist/monitor-queue/+merge/90720
-- 
https://code.launchpad.net/~rainct/zeitgeist/monitor-queue/+merge/90720
Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Bug 924749] [NEW] gedit plugin in compatible with gnome3 - missing python bindings

2012-02-01 Thread Seif Lotfy
No need for the plugin no more
Gedit by default now supports zeitgeist

On Wed, Feb 1, 2012 at 10:30 AM, Justin 924...@bugs.launchpad.net
wrote:

 Public bug reported:

  $ gedit
 Traceback (most recent call last):
  File /usr/lib64/gedit/plugins/zeitgeist_plugin.py, line 21, in module
import gedit
 ImportError: No module named gedit

 (gedit:12125): libpeas-WARNING **: Error loading plugin
 'zeitgeist_plugin'

 Please port to pygobject:3 and gobject-introspection.

 ** Affects: zeitgeist-datasources
 Importance: Undecided
 Status: New

 --
 You received this bug notification because you are subscribed to The
 Zeitgeist Project.
 https://bugs.launchpad.net/bugs/924749

 Title:
  gedit plugin in compatible with gnome3 - missing python bindings

 Status in Zeitgeist Data-Sources:
  New

 Bug description:
   $ gedit
  Traceback (most recent call last):
File /usr/lib64/gedit/plugins/zeitgeist_plugin.py, line 21, in
 module
  import gedit
  ImportError: No module named gedit

  (gedit:12125): libpeas-WARNING **: Error loading plugin
  'zeitgeist_plugin'

  Please port to pygobject:3 and gobject-introspection.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/zeitgeist-datasources/+bug/924749/+subscriptions


-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/924749

Title:
  gedit plugin in compatible with gnome3 - missing python bindings

Status in Zeitgeist Data-Sources:
  New

Bug description:
   $ gedit
  Traceback (most recent call last):
File /usr/lib64/gedit/plugins/zeitgeist_plugin.py, line 21, in module
  import gedit
  ImportError: No module named gedit

  (gedit:12125): libpeas-WARNING **: Error loading plugin
  'zeitgeist_plugin'

  Please port to pygobject:3 and gobject-introspection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/924749/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 903975] Re: gedit crashed with SIGSEGV in zeitgeist_log_insert_events_from_ptrarray()

2012-02-01 Thread Sebastien Bacher
** Package changed: libzeitgeist (Ubuntu) = gedit (Ubuntu)

** Changed in: gedit (Ubuntu)
   Importance: Medium = High

** Changed in: gedit (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: gedit (Ubuntu)
 Assignee: Siegfried Gevatter (rainct) = (unassigned)

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/903975

Title:
  gedit crashed with SIGSEGV in
  zeitgeist_log_insert_events_from_ptrarray()

Status in Zeitgeist Data-Sources:
  Invalid
Status in “gedit” package in Ubuntu:
  Fix Committed

Bug description:
  IDK if it helps or is related but when the problem happened I had an
  FTP connection to a remote webserver open in Nautilus and had a php
  file open.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.2.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-4.10-generic 3.2.0-rc5
  Uname: Linux 3.2.0-4-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Tue Dec 13 17:17:00 2011
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20111212)
  ProcCmdline: gedit /home/User Name/.gvfs/FTP\ as\ removed\ on\ 
ftp.removed.com/www/removed/removed/removed/removed/removed.php
  SegvAnalysis:
   Segfault happened at: 0x7f1c7d48f0de 
zeitgeist_log_insert_events_from_ptrarray+62: cmp%rax,(%rdx)
   PC (0x7f1c7d48f0de) ok
   source %rax ok
   destination (%rdx) (0x0001) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   zeitgeist_log_insert_events_from_ptrarray () from 
/usr/lib/libzeitgeist-1.0.so.1
   zeitgeist_log_insert_events_no_reply () from /usr/lib/libzeitgeist-1.0.so.1
   ?? () from /usr/lib/gedit/plugins/libzeitgeistplugin.so
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in 
zeitgeist_log_insert_events_from_ptrarray()
  UpgradeStatus: Upgraded to precise on 2011-12-13 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/903975/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 903975] Re: gedit crashed with SIGSEGV in zeitgeist_log_insert_events_from_ptrarray()

2012-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit - 3.3.2-0ubuntu3

---
gedit (3.3.2-0ubuntu3) precise; urgency=low

  * debian/patches/git_invalid_unrefing.patch:
- don't call unref on tab close, that leads to segfaults (lp: #903975)
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 01 Feb 2012 16:04:02 +0100

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

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/903975

Title:
  gedit crashed with SIGSEGV in
  zeitgeist_log_insert_events_from_ptrarray()

Status in Zeitgeist Data-Sources:
  Invalid
Status in “gedit” package in Ubuntu:
  Fix Released

Bug description:
  IDK if it helps or is related but when the problem happened I had an
  FTP connection to a remote webserver open in Nautilus and had a php
  file open.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.2.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-4.10-generic 3.2.0-rc5
  Uname: Linux 3.2.0-4-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Tue Dec 13 17:17:00 2011
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20111212)
  ProcCmdline: gedit /home/User Name/.gvfs/FTP\ as\ removed\ on\ 
ftp.removed.com/www/removed/removed/removed/removed/removed.php
  SegvAnalysis:
   Segfault happened at: 0x7f1c7d48f0de 
zeitgeist_log_insert_events_from_ptrarray+62: cmp%rax,(%rdx)
   PC (0x7f1c7d48f0de) ok
   source %rax ok
   destination (%rdx) (0x0001) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   zeitgeist_log_insert_events_from_ptrarray () from 
/usr/lib/libzeitgeist-1.0.so.1
   zeitgeist_log_insert_events_no_reply () from /usr/lib/libzeitgeist-1.0.so.1
   ?? () from /usr/lib/gedit/plugins/libzeitgeistplugin.so
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in 
zeitgeist_log_insert_events_from_ptrarray()
  UpgradeStatus: Upgraded to precise on 2011-12-13 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-datasources/+bug/903975/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp