Don't know if this has to do with the patch... but... With this patch, beagle runs just fine with one exception. The FileSystem crawler doesn't seam to work. Does that work for you?
WARN: Caught exception calling DoQuery on 'Files' WARN: System.NullReferenceException: Object reference not set to an instance of an object in [0x00096] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/BooleanQuery.cs:318) Lucene.Net.Search.BooleanQuery:Rewrite (Lucene.Net.Index.IndexReader) in [0x00009] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/IndexSearcher.cs:253) Lucene.Net.Search.IndexSearcher:Rewrite (Lucene.Net.Search.Query) in [0x00002] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/Query.cs:90) Lucene.Net.Search.Query:Weight (Lucene.Net.Search.Searcher) in [0x00002] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/IndexSearcher.cs:197) Lucene.Net.Search.IndexSearcher:Search (Lucene.Net.Search.Query,Lucene.Net.Search.Filter,int) in [0x00040] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/Hits.cs:66) Lucene.Net.Search.Hits:GetMoreDocs (int) in [0x00050] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/Hits.cs:43) Lucene.Net.Search.Hits:.ctor (Lucene.Net.Search.Searcher,Lucene.Net.Search.Query,Lucene.Net.Search.Filter) in [0x00003] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/Searcher.cs:45) Lucene.Net.Search.Searcher:Search (Lucene.Net.Search.Query,Lucene.Net.Search.Filter) in [0x00003] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/Lucene.Net/Search/Searcher.cs:37) Lucene.Net.Search.Searcher:Search (Lucene.Net.Search.Query) in [0x0002b] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/NameIndex.cs:370) Beagle.Daemon.NameIndex:Search (Beagle.Daemon.QueryBody,System.Collections.ICollection) in [0x00008] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/FileSystemQueryable/FileSystemModel.cs:997) Beagle.Daemon.FileSystemQueryable.FileSystemModel:Search (Beagle.Daemon.QueryBody,System.Collections.ICollection) in [0x00008] (at /home/bagfors/usr/src/beagle-0.0.8/beagled/FileSystemQueryable/FileSystemQueryable.cs:291) Beagle.Daemon.FileSystemQueryable.FileSystemQueryable:DoBonusQuery (Beagle.Daemon.QueryBody,System.Collections.ICollection) On Apr 2, 2005 8:30 PM, Sami Haahtinen <[EMAIL PROTECTED]> wrote: > Sami Haahtinen wrote: > > Miguel de Icaza wrote: > >> A better fix would be to just copy the definition for the Mono.Posix > >> call that you are missing. > > > > That is a good idea actually, i'll see if it can be done easily. > > BAH! that was too easy, now that i re-read the part that implements the > locking with posix functions i realized that when that function was > rewritten, the original function was first fixed and wrapped with > ifdefs. So, here we go, attempt 2 for a patch. This should be a bit safer. > > - S > > > _______________________________________________ > Dashboard-hackers mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/dashboard-hackers > > > > _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
