On Mon, 2005-09-19 at 16:38 +0530, Vishy wrote: > With what version of gtk-sharp2 have you compiled evolution-sharp? > > If you have updated gtk-sharp2 recently, you have to recompile > evolution-sharp with the new version of gtk-sharp2. > > Vishy I am using gtk-sharp 2.5.91 I recompiled both gtk-sharp and evolution-sharp before recompiling beagle but only a slight improvement: After the crash the last line no reads: ** (beagled:25536): WARNING **: FIXME: wait for completion unimplemented Maybe you know what that means Gregor btw: I don't have to delete the index I just start without evolution backend and everything works (more or less). but I think this is normal DEBUG: Bailing out of HandleConnection -- shutdown requested DEBUG: (1) Waiting for 1 worker... DEBUG: waiting for server '/home/lawa/.beagle/socket' DEBUG: -calendar:///20050401T082801Z-17058-100-1-148 g4634m DEBUG: +calendar:///20050401T082801Z-17058-100-1-148 g4634m DEBUG: FileSystemWatcher: OnChangedEvent /home/lawa/.beagle INFO: Exiting DEBUG: Server '/home/lawa/.beagle/socket' shut down DEBUG: Leaving BeagleDaemon.Main DEBUG: No live ExceptionHandlingThreads! DEBUG: The daemon appears to have gone away. DEBUG: Shutting down helper. DEBUG: (1) Waiting for 1 worker... DEBUG: waiting for server '/home/lawa/.beagle/socket-helper' lawa newton ~ $ INFO: Exiting DEBUG: Server '/home/lawa/.beagle/socket-helper' shut down lawa newton ~ $ beagled --fg --deny-backend IMLog INFO: Starting Beagle Daemon (version 0.1.0) DEBUG: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg --deny-backend IMLog DEBUG: Starting main loop DEBUG: Starting messaging server DEBUG: Starting QueryDriver DEBUG: Found index helper at /usr/lib/beagle/beagled-index-helper inotify_init: Function not implemented Inotify not supported! You need a 2.6.13 kernel or later with CONFIG_INOTIFY enabled.WARN: Could not initialize inotify DEBUG: Starting FileSystemWatcher Backend DEBUG: Found 10 types in BeagleDaemonLib, Version=1.4.3.3, Culture=neutral DEBUG: Found 0 user-configured static queryables DEBUG: Adding root: /home/lawa INFO: Starting Evolution mail backend DEBUG: Starting mail crawl DEBUG: Loaded 314 records from /home/lawa/.beagle/Indexes/FileSystemIndex/FileAttributesStore.db in 0.006s DEBUG: FileSystemWatcher watching /home/lawa DEBUG: Will index mbox /home/lawa/.evolution/mail/local/Outbox DEBUG: Will index mbox /home/lawa/.evolution/mail/local/Inbox DEBUG: Will index mbox /home/lawa/.evolution/mail/local/Drafts DEBUG: Will index mbox /home/lawa/.evolution/mail/local/Sent DEBUG: Will index mbox /home/lawa/.evolution/mail/local/Alte Sendmails .... DEBUG: Done starting FileSystemQueryable INFO: Scanning Tomboy notes... INFO: Scanning addressbooks and calendars INFO: Scanned 2 notes in .11s DEBUG: Getting addressbook changes for file:///home/lawa/.evolution/addressbook/local/system DEBUG: Will index ... ..... DEBUG: Addressbook file:///home/lawa/.evolution/addressbook/local/system: 0 added, 0 changed, 0 removed DEBUG: Getting calendar changes for file:///home/lawa/.evolution/calendar/local/system Unhandled Exception: GLib.GException: Unknown error in [0x0008e] (at /var/tmp/portage/evolution-sharp-0.10.2/work/evolution-sharp-0.10.2/evolution/Cal.custom:122) Evolution.Cal:GetChanges (string,Evolution.CalComponent[]&,Evolution.CalComponent[]&,string[]&) in <0x002a0> Beagle.Daemon.EvolutionDataServerQueryable.EvolutionDataServerQueryable:CalendarIndexSourceChanges (Evolution.Source) in <0x0003b> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Source (Evolution.Source) in <0x000f5> Beagle.Daemon.EvolutionDataServerQueryable.EdsSource:IndexSourceGroup (Evolution.SourceGroup) in <0x00072> Beagle.Daemon.EvolutionDataServerQueryable.EdsSource:Index () in <0x00345> Beagle.Daemon.EvolutionDataServerQueryable.EvolutionDataServerQueryable:Start () in <0x00016> Beagle.Daemon.Queryable:Start () in <0x000bb> Beagle.Daemon.QueryDriver:Start () in <0x00159> Beagle.Daemon.BeagleDaemon:StartupProcess () in <0x00047> (wrapper delegate-invoke) System.MulticastDelegate:invoke_bool () in <0x0002a> IdleProxy:Handler () in <0x00036> (wrapper native-to-managed) IdleProxy:Handler () in (unmanaged) 0xb7f61583 in <0x00004> (wrapper managed-to-native) Gtk.Application:gtk_main () in <0x00007> Gtk.Application:Run () in <0x00515> Beagle.Daemon.BeagleDaemon:Main (string[]) ** (beagled:25536): WARNING **: FIXME: wait for completion unimplemented > On 19/09/05, Gregor Hlawacek <lawa gmx at> wrote: > > Hi! > > > > I updated from 0.0.12 to 0.1. Looks nice but still some troubles. I have > > troubles with the IMLog backend. When I use it beagle throws some error > > messages and doesn't to anything. > > > > Here is the output if I use only the IMLog Backend: > > > > INFO: Starting Gaim log backend > > DEBUG: Caught ResponseMessageException: Connection refused > > DEBUG: Launching helper process > > DEBUG: Starting messaging server > > WARN: Unable to set IO-priority for process to idle > > DEBUG: Helper Size: VmRSS=18.5 MB, size=1.04, 1.0% > > DEBUG: > > -file:///home/lawa/.gaim/logs/icq/53741583/.system/2004-11-17.171735.txt > > DEBUG: > > +file:///home/lawa/.gaim/logs/icq/53741583/.system/2004-11-17.171735.txt > > DEBUG: Loaded 31 filters from /usr/lib/beagle/Filters/Filters.dll > > DEBUG: Helper Size: VmRSS=23.2 MB, size=1.30, 7.6% > > DEBUG: Helper Size: VmRSS=23.2 MB, size=1.30, 7.6% > > INFO: Gaim log backend worker thread done in 15.72s > > > > Unhandled Exception: System.ArgumentNullException: null key > > Parameter name: key > > in [0x000c7] System.Collections.Hashtable:Find (System.Object key) > > in [0x00002] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/corlib/System.Collections/Hashtable.cs:449) System.Collections.Hashtable:Contains (System.Object key) > > in <0x003c9> Beagle.Util.Scheduler:Worker () > > in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () > > > > Second thing is the evolution backend. > > I have evolution-data-server1.2 and evolution-sharp 10.2. Problem is > > indexing and searching works. But if I shutdown beagle and try to > > restart it it crashes until I delete .beagle. > > > > Here is the output after pressing Ctrl-C (no difference if I use > > beagle-shutdown) and then the restart. > > > > DEBUG: Initiating shutdown in response to signal. > > DEBUG: CancelIfBlocking Beagle.Daemon.ConnectionHandler > > DEBUG: (1) Waiting for 2 workers... > > DEBUG: waiting for server '/home/lawa/.beagle/socket' > > DEBUG: waiting for HandleConnection (1) > > DEBUG: Handling signal 2 > > DEBUG: Initiating shutdown in response to signal. > > DEBUG: CancelIfBlocking Beagle.Daemon.ConnectionHandler > > DEBUG: (1) Waiting for 1 worker... > > DEBUG: waiting for server '/home/lawa/.beagle/socket-helper' > > DEBUG: Bailing out of HandleConnection -- shutdown requested > > DEBUG: (2) Waiting for 1 worker... > > DEBUG: waiting for server '/home/lawa/.beagle/socket' > > DEBUG: Server '/home/lawa/.beagle/socket-helper' shut down > > INFO: Exiting > > System.IO.FileNotFoundException: Could not find file > > "/tmp/20417.dll". : /tmp/20417.dll > > in [0x001d4] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/corlib/System.IO/FileStream.cs:193) System.IO.FileStream:.ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync, Boolean anonymous) > > in [0x0000d] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/corlib/System.IO/FileStream.cs:116) System.IO.FileStream:.ctor (System.String name, FileMode mode, FileAccess access, FileShare share) > > in (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor > > (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) > > in [0x00004] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/corlib/System.IO/File.cs:317) System.IO.File:OpenRead (System.String path) > > in [0x0018a] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:195) Mono.CSharp.CSharpCodeCompiler:CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) > > in [0x00015] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:117) Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) > > in [0x0000c] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:107) Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String fileName) > > in [0x001bd] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.XML/System.Xml.Serialization/XmlSerializer.cs:720) System.Xml.Serialization.XmlSerializer:GenerateSerializers (System.Xml.Serialization.GenerationBatch batch, System.CodeDom.Compiler.CompilerParameters cp) > > in [0x00018] > > (at /var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.XML/System.Xml.Serialization/XmlSerializer.cs:660) System.Xml.Serialization.XmlSerializer:RunSerializerGeneration (System.Object obj) > > DEBUG: Caught IOException --- we probably need to launch a helper: Read > > failure > > ERROR: Something terrible happened --- Flush failed > > INFO: Exiting > > DEBUG: Leaving BeagleDaemon.Main > > DEBUG: Server '/home/lawa/.beagle/socket' shut down > > DEBUG: No live ExceptionHandlingThreads! > > lawa newton ~ $ beagled --fg --allow-backend EvolutionDataServer > > INFO: Starting Beagle Daemon (version 0.1.0) > > DEBUG: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg > > --allow-backend EvolutionDataServer > > DEBUG: Starting main loop > > DEBUG: Starting messaging server > > DEBUG: Starting QueryDriver > > DEBUG: Found index helper at /usr/lib/beagle/beagled-index-helper > > DEBUG: Found 1 types in BeagleDaemonLib, Version=1.4.3.3, > > Culture=neutral > > DEBUG: Found 0 user-configured static queryables > > INFO: Scanning addressbooks and calendars > > DEBUG: Getting addressbook changes for > > file:///home/lawa/.evolution/addressbook/local/system > > DEBUG: Addressbook > > file:///home/lawa/.evolution/addressbook/local/system: 0 added, 0 > > changed, 0 removed > > DEBUG: Getting calendar changes for > > file:///home/lawa/.evolution/calendar/local/system > > > > Unhandled Exception: GLib.GException: Unknown error > > in [0x0008e] > > (at /var/tmp/portage/evolution-sharp-0.10.2/work/evolution-sharp-0.10.2/evolution/Cal.custom:122) Evolution.Cal:GetChanges (string,Evolution.CalComponent[]&,Evolution.CalComponent[]&,string[]&) > > in <0x002a0> > > Beagle.Daemon.EvolutionDataServerQueryable.EvolutionDataServerQueryable:CalendarIndexSourceChanges (Evolution.Source) > > in <0x0003b> (wrapper delegate-invoke) > > System.MulticastDelegate:invoke_void_Source (Evolution.Source) > > in <0x000f5> > > Beagle.Daemon.EvolutionDataServerQueryable.EdsSource:IndexSourceGroup > > (Evolution.SourceGroup) > > in <0x00072> Beagle.Daemon.EvolutionDataServerQueryable.EdsSource:Index > > () > > in <0x00345> > > Beagle.Daemon.EvolutionDataServerQueryable.EvolutionDataServerQueryable:Start () > > in <0x00016> Beagle.Daemon.Queryable:Start () > > in <0x000bb> Beagle.Daemon.QueryDriver:Start () > > in <0x00159> Beagle.Daemon.BeagleDaemon:StartupProcess () > > in <0x00047> (wrapper delegate-invoke) > > System.MulticastDelegate:invoke_bool () > > in <0x0002a> IdleProxy:Handler () > > in <0x00036> (wrapper native-to-managed) IdleProxy:Handler () > > in (unmanaged) 0xb7e8a583 > > in <0x00004> (wrapper managed-to-native) Gtk.Application:gtk_main () > > in <0x00007> Gtk.Application:Run () > > in <0x00515> Beagle.Daemon.BeagleDaemon:Main (string[]) > > > > Any Ideas. > > > > Gregor > > > > -- > > Dipl.-Ing. Gregor Hlawacek -- http://www.unileoben.ac.at/~hlawacek > > 8700 Leoben, Austria > > (o_ (o_ (o<)< (o< -! > > //\ //\ //\ //\ > > V_/_ [ ]/_ V_/_ V_/_ > > penguin eating fish > > travelling being noisy > > GPG ID: FBCDF36E > > GPG Finger Print: 1AA0 DC5C 186F 6144 01F0 8FB2 7ABD D7FB FBCD F36E > > > > > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.1 (GNU/Linux) > > > > iD8DBQBDLnVder3X+/vN824RAlrqAJ9lt+7Ec3t4JS3W5QYeFRkeMVCByACdGKM+ > > ZUR2pSJ79Yy7GeFgZvh8qoU= > > =Ip7k > > -----END PGP SIGNATURE----- > > > > > > _______________________________________________ > > Dashboard-hackers mailing list > > Dashboard-hackers gnome org > > http://mail.gnome.org/mailman/listinfo/dashboard-hackers > > > > > > > -- Dipl.-Ing. Gregor Hlawacek -- http://www.unileoben.ac.at/~hlawacek 8700 Leoben, Austria (o_ (o_ (o<)< (o< -! //\ //\ //\ //\ V_/_ [ ]/_ V_/_ V_/_ penguin eating fish travelling being noisy GPG ID: FBCDF36E GPG Finger Print: 1AA0 DC5C 186F 6144 01F0 8FB2 7ABD D7FB FBCD F36E
Attachment:
signature.asc
Description: This is a digitally signed message part