Commit eaf030a
committed
fix(sidecar): AWS lambda also can return EACCESS for shm_open
Depending on the actual user the process runs under.
Also downgrade tempfile to 3.13, when it did not pull in getrandom 0.3.
getrandom 0.3 currently breaks our PHP 7.0 alpine targets, which don't support getrandom yet. We'll consider a path forward later, but as a shortterm mitigation, this fixes execution.
Signed-off-by: Bob Weinand <[email protected]>1 parent de271ed commit eaf030a
File tree
2 files changed
+2
-2
lines changed- datadog-ipc/src/platform/unix
- libdd-crashtracker
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments