|
1金钱
我写了爬虫软件,这几天运行的过程中经常出现闪退现象,事件查看器里面查到错误信息如下:
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.NullReferenceException
堆栈:
在 Buy.HttpHelper.GetData(AppleBuy.HttpItem, AppleBuy.HttpResult)
在 Buy.HttpHelper.GetHtml(AppleBuy.HttpItem)
在 Buy.MainForm.checkStock(System.String)
在 Buy.MainForm.run(System.Object)
在 System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
在 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
在 System.Threading.ThreadHelper.ThreadStart(System.Object)
各位哥哥姐姐帮忙分析一下是什么原因导致的,或者谁曾经也碰到过,谢谢。
|
|