|
楼主 |
发表于 2013-6-26 09:52:53
|
显示全部楼层
有人知道这错误信息是啥意思吗?
本帖最后由 jeman 于 2013-6-26 09:54 编辑
数据量是很多,有1916944多个产品
采了一晚上,又出现这样错误了,汗,不知道有没有全部采完- 2013-06-26 06:43:07,640 [1] ERROR System.Object [(null)] - UI Exception:
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Windows.Forms.RichTextBox.StreamOut(Int32 flags)
- at System.Windows.Forms.RichTextBox.get_Text()
- at F892D034DB81E03912D8A86B31C5DB.A007881DAC35906EB08D11CE8868FC2F9.E9E40E41335F16B4A12DED075B054C.
- .AA1F0C8CB22E3623CE81339D34C1BEB92(Object
- 1
- , EventArgs
- 2
- )
- at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
- at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
- at System.Threading.ExecutionContext.runTryCode(Object userData)
- at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
- at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
- 2013-06-26 07:00:05,562 [72] FATAL System.Object [(null)] - No-UI Exception:(IsTerminating:True)
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.String.InternalSubString(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
- at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
- at System.Text.RegularExpressions.Capture.get_Value()
- at Super.Parse.Article.OO1OllOlOl0OOO01OO.<GetRuleContent>b__3(Object O1l00)
- at Super.Parse.Article.O00OO01O10lOl110Ol.<TryExecute>b__0()
- at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
复制代码 |
|