Commit 0750fd2
authored
feat: scope dynamic symbol resolution to
This commit scopes dynamic symbol resolution to `vortex-python`. When
unresolved symbols lead to crashes at runtime, no context is provided
why or where the code crashed, with the only error shown being: `SIGSEGV
(11). Invalid memory access`.
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>vortex-python (#3515)1 parent 2a5acd5 commit 0750fd2
File tree
3 files changed
+9
-7
lines changed- .cargo
- vortex-duckdb-ext
- vortex-python/.cargo
3 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 3 | | |
10 | 4 | | |
11 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | 106 | | |
108 | 107 | | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments