search for: 47989

Displaying 3 results from an estimated 3 matches for "47989".

Did you mean: 479,9
2008 Mar 29
2
[LLVMdev] Tracking down the "pred_iterator out of range" assert
I've finally been able to get back to a little hacking, and I've tracked down the before/after SVN revision numbers where this assert gets triggered: 47988: No assert 47989: Assert gets triggered during 'make check' This bug pops up when building Release from bootstrap on x86 Darwin (Mac OS X 10.4.11) using XCode 2.5's gcc 4.0.1. I've looked at the diffs between the two revision numbers, but didn't get very far. I'll continue to investigate, b...
2008 Mar 29
0
[LLVMdev] Tracking down the "pred_iterator out of range" assert
That's my patch. Do you have steps to reproduce? Nick Scott Michel wrote: > I've finally been able to get back to a little hacking, and I've tracked > down the before/after SVN revision numbers where this assert gets triggered: > > 47988: No assert > 47989: Assert gets triggered during 'make check' > > This bug pops up when building Release from bootstrap on x86 Darwin (Mac > OS X 10.4.11) using XCode 2.5's gcc 4.0.1. I've looked at the diffs > between the two revision numbers, but didn't get very far. I'll cont...
2007 Apr 05
4
New full text search indexer
As described earlier (http://dovecot.org/list/dovecot/2006-December/018055.html), Dovecot nowadays has full text search indexing support in CVS HEAD. Currently there are two backends: Lucene and Squat. Lucene's problem is that standard IMAP SEARCH command can't be used with it without breaking IMAP RFC. So Lucene can be used only with non-standard X-BODY-FAST and X-TEXT-FAST search