Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Crashing calling powershell

Alf Kristoffer Herland _IKM_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 28, 2025

Prompt before crash out of tool:



> verify the changes when the sql scripts are built. Use ci-runner.bash to build sql scripts. Use bash not powershell

╭─ Response ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ I'll use bash to run the ci-runner script and build the SQL scripts to verify our changes. Let me execute the │
│ database script creation job: │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
└── Calling powershell:
• command: "bash SW/ci-runner.bash CreateDbScripts database"




Warning: Command timed out after 60 seconds and is continuing to run in background.
PID: 17632
Use command=17632 to retrieve additional logs.


╭─ Response ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ The build process is running in the background. Let me check the logs to see the progress: │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
└── Calling powershell:
• command: "17632"
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ An unexpected error occurred, exiting. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ To resume your session, restart Rovo Dev CLI with the --restore flag. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

2 comments

Comment

Log in or Sign up to comment
Alf Kristoffer Herland _IKM_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 28, 2025

OS: Windows.

Started rovo in git-bash shell

Jovana Dunisijevic
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 31, 2025

Hey @Alf Kristoffer Herland _IKM_ 

Thank you for reporting this issue and providing detailed logs.

It looks like Rovo Dev CLI was started from a Git Bash shell on Windows, but the tool attempted to execute commands via PowerShell, which then crashed. This can sometimes happen due to how shells and subprocesses interact on Windows.

Recommended steps:

  • Try restarting Rovo Dev CLI with the --restore flag as suggested. This may recover your previous session.

  • For best results on Windows, we recommend running Rovo Dev CLI directly from a standard Command Prompt (cmd.exe) or PowerShell, rather than Git Bash, to avoid shell compatibility issues.

  • If you continue to experience problems, please share any additional error messages or logs so we can investigate further.

Let us know if the issue persists after trying these steps!

Kindest regards,

Jov

TAGS
AUG Leaders

Atlassian Community Events