To reproduce:
- Open the Bible Facts tool to a person.
- Select the text in the first section, which lists the main events associated with that character. (The same problem occurs in the 'Lemmas' and 'Referred to as' sections.)
- Open a Passage List
- Click on 'Add', and 'from selected text'.
Result:
Expected result:
- The passages in the Bible Facts tool should be added to the Passage List
Note:
- On one occasion I experienced a crash after attempting to do this. It's possible that's because I attempted it multiple times.
Error ID: 5674
Error detail: OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at Libronix.SearchEngine.DocumentIndexer..ctor(Indexer indexer, Int32 nId, LexiconCache lexicon)
at Libronix.SearchEngine.Indexer.BeginDocument(String strDocumentId)
at Libronix.DigitalLibrary.Documents.PassageList.PassageListDocument.IndexCore(Indexer indexer, IWorkState state)
at Libronix.DigitalLibrary.Documents.DocumentManager.DoBuildIndex(IPausableWorkState state, DocumentManagerIndexData data)
at Libronix.Utility.Threading.WorkStateThreadOwner`1.ThreadProc(Object objData)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)