Avoid depending on Julia-patched libunwind ABI#59266
Conversation
Yeah, I don't think this will work as-is on Windows. |
|
This already doesn't work on windows (it's behind an ifdef) |
|
With #58815, using the exe handle may or may not be the right choice depending on the intended behaviour. If we specifically want a version of libuwind depended on by libjulia-internal, we'd need |
|
Well, I guess we would want to fallback to whatever libjulia-internal thinks libunwind is |
|
Should this be changed when you dlfind changes? |
Yes, but it'll just require adding a |
8b6e987 to
ae5a7bb
Compare
|
@gbaraldi did you want this backported to 1.12? |
I'm slightly worried about using the exe handle here. I wonder I should instead do a specific dlopen of libunwind.