Commit c0eaf9d
Fix Linux debug builds: use production deps path, improve signal reporting
- dependency_locator: Skip upward deps/ search on Linux since deps are
always installed to ~/.local/share/VapourBox/deps/. The upward search
was matching macOS deps/ and generating invalid env vars. Keep the old
behaviour for macOS/Windows debug builds.
- pipeline_executor: Report actual signal name (e.g. SIGSEGV) instead of
opaque exit code -1 when a process is killed by a signal.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bdde972 commit c0eaf9d
2 files changed
Lines changed: 38 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
14 | 41 | | |
15 | 42 | | |
16 | 43 | | |
| |||
370 | 397 | | |
371 | 398 | | |
372 | 399 | | |
373 | | - | |
| 400 | + | |
374 | 401 | | |
375 | 402 | | |
376 | 403 | | |
377 | 404 | | |
378 | 405 | | |
379 | 406 | | |
380 | | - | |
| 407 | + | |
381 | 408 | | |
382 | 409 | | |
383 | 410 | | |
384 | 411 | | |
385 | 412 | | |
386 | 413 | | |
387 | | - | |
| 414 | + | |
388 | 415 | | |
389 | 416 | | |
390 | 417 | | |
| |||
790 | 817 | | |
791 | 818 | | |
792 | 819 | | |
793 | | - | |
| 820 | + | |
794 | 821 | | |
795 | 822 | | |
796 | 823 | | |
797 | | - | |
| 824 | + | |
798 | 825 | | |
799 | 826 | | |
800 | 827 | | |
| |||
0 commit comments