最近在做一个抢单项目:

python项目莫名出现:Process finished with exit code -1073741819 (0xC0000005),程序没执行结束退出!

网上找了好多解决方案,没有一个能用得,减低python版本!替换虚拟环境!重启系统!统统不行!!!
最后再审核代码的时候,把创建线程的代码改了一下,把threading.Thread() 改成了pool.submit()线程池的形式,发现终于解决了!!!

后来发现问题依然存在,参考这哥们的思路,参考链接,分析代码,在线程池处寻找解决出路。首先,多个线程池改成一个线程池(问题依旧);最好,发现这块代码:应该是这个死循环导致的问题的资源竞争问题;
终于搞定!!!

记解决pycharm报错 Process finished with exit code -1073741819 (0xC0000005)相关推荐

  1. pycharm报错:Process finished with exit code -1073741819 (0xC0000005)

    问题描述: 在配置tensorflow环境时,发现在Pycharm中运行相关代码时,会出现运行结束,报错如下 Process finished with exit code -1073741819 ( ...

  2. 报错解决:Process finished with exit code -1073741819 (0xC0000005)

    简单记录一下程序异常终止,抛出 Process finished with exit code -1073741819 (0xC0000005) 的解决方法. 一.程序中文件位置错误/缺少文件 位置错 ...

  3. 报错:Process finished with exit code -1073741819 (0xC0000005)

    解决方案: 经过一遍遍排错,最后还是关机重启解决了问题!重启pycharm不好使! 问题描述: pycharm中写好的程序,前几天还能正常运行的,突然就不能运行了,报错:Process finishe ...

  4. idea 报错Process finished with exit code 1

    idea 报错Process finished with exit code 1 当运行测试类时提示找不到测试类 满脸问号 查询一堆解决方式时与我请况均不一致 最终发现问题: 建了两个Module其中 ...

  5. idea启动项目报错:Process finished with exit code -1073741819 (0xC0000005)

    今天idea启动项目的时候出现Process finished with exit code -1073741819 (0xC0000005),项目就停止运行了. 解决方法: 关闭金山词霸的屏幕划词功 ...

  6. python Process finished with exit code -1073741819 (0xC0000005) 解决

    运行程序时,Process finished with exit code -1073741819 (0xC0000005) 报错 原因:没有 python33.dll 在 c:\WINDOWS\sy ...

  7. PyCharm——运行错误【Process finished with exit code -1073741819 (0xC0000005)】解决方案之一

    解决方案 以管理员身份运行PyCharm. 参考文章 pycharm报错:Process finished with exit code -1073741819 (0xC0000005)

  8. 【已解决】程序异常终止:Process finished with exit code -1073741819 (0xC0000005)

    一.问题出现背景: 项目环境:Maven + IDEA + JDK1.8 使用Run执行程序时直接终止并出现上述提示信息Process finished with exit code -1073741 ...

  9. Pycharm debug出现Qt 错误 Process finished with exit code -1073741819 (0xC0000005)

    使用pycharm debug的时候出现 This application failed to start because it could not find or load the Qt platf ...

最新文章

  1. mysql oracle 默认事务级别_oracle 默认的事务隔离级别
  2. postman根据请求内容生成对应的代码(Java、Go、C语言等)
  3. 幼儿园 php,input.php
  4. 容器编排技术 -- Kubernetes kubectl rollout resume 命令详解
  5. jvm原理、启动时间、与编译器操作系统关系
  6. 非对称加密原理及RSA加密步骤
  7. 导出DMP文件实现数据库备份、数据迁移流程
  8. 重温 2020 AI 应用场景,哪个最让你印象深刻?
  9. 红帽linux如何装软件,redhat 下软件的安装
  10. WindowManagerService详述
  11. 算法leetcode|剑指 Offer 27. 二叉树的镜像|226. 翻转二叉树(rust很强)
  12. Linux修仙之路——RAID技术
  13. H3C忘记密码,优盘重置
  14. 网页页面退出检测- 解决unload onbeforunload不好用
  15. 一点点读懂Thremal(二)
  16. 【AI】Java+Fileupload+JSTL+Face++实现人脸识别系统
  17. 为什么Windows Mobile会失败?
  18. 你需要的jmeter常用Beanshell脚本,还不看一眼?
  19. css101路由密码,192.168.100.1初始密码
  20. 数据治理平台建设过程及部分术语解释

热门文章

  1. MVC中Html.Partial, RenderPartial, Action,RenderAction 区别
  2. 手机屏幕失灵,触屏失灵,屏幕划不动急救
  3. 给大家介绍几个手机冷门但好用的小技巧
  4. target属性值的含义
  5. 2.5 UI组件-AdapterView及子类(疯狂android学习笔记)
  6. 页面布局(2):腾讯首页
  7. idea使用xfire方式发布webservice教程
  8. yarn和npm设置修改源
  9. speedoffice如何设置首字下沉效果
  10. 背包问题 贪心算法 java_JS基于贪心算法解决背包问题示例