Skip to content

Conversation

@edmc25
Copy link
Contributor

@edmc25 edmc25 commented Oct 23, 2025

  • Replace execv() with execvp() to support PATH lookup
  • Fix BuildParameterArray() to properly construct argv array
  • Remove incorrect "nohup" prefix that was being overwritten
  • Ensure argv[0] is correctly set to program name/path
  • Fix memory handling and string concatenation logic

- Replace execv() with execvp() to support PATH lookup
- Fix BuildParameterArray() to properly construct argv array
- Remove incorrect "nohup" prefix that was being overwritten
- Ensure argv[0] is correctly set to program name/path
- Fix memory handling and string concatenation logic
@edmc25
Copy link
Contributor Author

edmc25 commented Oct 23, 2025

Hi @eb1234x

Please have a closer look to this proposed solution.

@eb1234x eb1234x merged commit 5b5821e into eclipse-openxilenv:main Oct 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants