Environment values of spawned process #1197
Unanswered
pjljvandelaar
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Alire sets the environment that you can see with For other processes unrelated to Ada like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When an alire project spawns a process, does that process get the same environment values as the original process / alire project?
I am asking since
Non_Blocking_Spawn
of GNAT.EXPECT (g-expect.adb) called by gnatcoll-projects.adb crashes on windows on the commandgnatls.exe -v
while
succeeds.
Beta Was this translation helpful? Give feedback.
All reactions