我在运行Grails SDK
on 时遇到问题Windows 10 Bash Shell
。我已经安装SDKMan
来管理和安装 Grails。
| Grails Version: 3.1.12
| Groovy Version: 2.4.7
| JVM Version: 1.8.0_101
me@WORKSTATION:~$
当我运行grails create-app name_here
orgrails run-app
时,它似乎只是超时,闲置。它似乎经常停在
me@WORKSTATION:~$ cd mytestapp
| Resolving Dependencies. Please wait...
我正在考虑用这个替换我的 Cygwin 环境。
更新 1
如果我等待足够长的时间,我会收到此错误:
#
[thread 140206627161856 also had an error]# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (safepoint.cpp:310), pid=119, tid=0x00007f8467770700
# guarantee(PageArmed == 0) failed: invariant
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /home/dan/mytestapp/core or core.119
#
# An error report file with more information is saved as:
# /home/dan/mytestapp/hs_err_pid119.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Aborted (core dumped)