Skip to content

Commit 85573e4

Browse files
committed
unblock EXP-96
temporary disable auto-attach of the async-profiler to prevent JVM crash
1 parent c2e498b commit 85573e4

File tree

1 file changed

+3
-0
lines changed
  • components/ide/jetbrains/launcher

1 file changed

+3
-0
lines changed

components/ide/jetbrains/launcher/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,9 @@ func updateVMOptions(
618618
// Gitpod's default customization
619619
var gitpodVMOptions []string
620620
gitpodVMOptions = append(gitpodVMOptions, "-Dgtw.disable.exit.dialog=true")
621+
// temporary disable auto-attach of the async-profiler to prevent JVM crash
622+
// see https://youtrack.jetbrains.com/issue/IDEA-326201/SIGSEGV-on-startup-2023.2-IDE-backend-on-gitpod.io?s=SIGSEGV-on-startup-2023.2-IDE-backend-on-gitpod.io
623+
gitpodVMOptions = append(gitpodVMOptions, "-Dfreeze.reporter.profiling=false")
621624
if alias == "intellij" {
622625
gitpodVMOptions = append(gitpodVMOptions, "-Djdk.configure.existing=true")
623626
}

0 commit comments

Comments
 (0)