首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Windows10上pycharm未入门

在Windows10上pycharm未入门
EN

Stack Overflow用户
提问于 2020-10-16 14:55:31
回答 1查看 213关注 0票数 0

我尝试全新安装Pycharm和Intellij,但安装后,当我单击launcher时,应用程序无法启动。此外,系统在error_in_pycharm_2484.log文件上有顶峰,该文件具有以下正文:

代码语言:javascript
复制
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd4303f183, pid=4284, tid=15108
#
# JRE version: OpenJDK Runtime Environment (11.0.5+10) (build 11.0.5+10-b520.17)
# Java VM: OpenJDK 64-Bit Server VM (11.0.5+10-b520.17, mixed mode, sharing, tiered, compressed oops, concurrent mark sweep gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x59f183]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

---------------  S U M M A R Y ------------

Command Line: exit -Xms128m -Xmx2023m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djb.vmOptionsFile=C:\Users\pyadgire\.PyCharmCE2019.3\config\pycharm64.exe.vmoptions -Djava.library.path=C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.1\jbr\\bin;C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.1\jbr\\bin\server -Didea.platform.prefix=PyCharmCore -Dide.native.launcher=true -Didea.paths.selector=PyCharmCE2019.3 -XX:ErrorFile=C:\Users\pyadgire\java_error_in_pycharm_%p.log -XX:HeapDumpPath=C:\Users\pyadgire\java_error_in_pycharm.hprof 

Host: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 8 cores, 15G,  Windows 10 , 64 bit Build 16299 (10.0.16299.1146)
Time: Wed Apr  8 20:48:55 2020 India Standard Time elapsed time: 0 seconds (0d 0h 0m 0s)

---------------  T H R E A D  ---------------

Current thread (0x0000000004d89800):  JavaThread "main" [_thread_in_vm, id=15108, stack(0x0000000000050000,0x0000000000150000)]

Stack: [0x0000000000050000,0x0000000000150000],  sp=0x000000000014c320,  free space=1008k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x59f183]
V  [jvm.dll+0x59e120]
C  0x0000000008c1f077

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  java.lang.invoke.MethodHandleNatives.expand(Ljava/lang/invoke/MemberName;)V+0 java.base@11.0.5
j  java.lang.invoke.MemberName.expandFromVM()V+17 java.base@11.0.5
j  java.lang.invoke.MemberName.getMethodType()Ljava/lang/invoke/MethodType;+8 java.base@11.0.5
j  java.lang.invoke.MemberName.checkForTypeAlias(Ljava/lang/Class;)V+30 java.base@11.0.5
j  java.lang.invoke.MemberName$Factory.resolve(BLjava/lang/invoke/MemberName;Ljava/lang/Class;Z)Ljava/lang/invoke/MemberName;+58 java.base@11.0.5

请帮我解决这个问题。这从很久以前就发生了!谢谢!

EN

回答 1

Stack Overflow用户

发布于 2020-10-16 15:06:26

EXCEPTION_ACCESS_VIOLATION通常发生在加载一些本机代码出错的时候,如果你的内存不足,或者有一些硬性的bug,就可能发生这种情况。

然而,对其他bug有帮助的是删除项目中的.idea文件夹,但在您的例子中,听起来好像整个集成开发环境不再启动了。

因此,我建议用JetBrains填写一张罚单,因为这很可能超出了bug的平均范围。我在JetBrains集成开发环境中工作了将近十年,从来没有见过这个。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64384285

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档