-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.9.6 to fix segfaults #337
Comments
Are you asking to just make the tag? because the CI is not happy with the last changes. |
Looking at the commit list it seems like CI is happy now for some reason ? (The little green checkmark is there at least) That being said, what I came here to say is if the CI isn't happy for some reason with the most recent commit, 4944f07 would be a viable candidate for tagging that fixes the crash but doesn't make the CI hiccup. Also, I honestly didn't expect the response to be so fast, so thank you for this! |
seems that commit was not liked by macos. |
Do you mean windows? I just checked again to see if i could maybe help out and the same commit had both a failing and passing build in CI for windows (I saw a checkmark earlier which led me to believe it was fixed but now it's showing a cross to say it's failing — not sure what Github is doing there...). The macos builds appear to have been commented out in CI since last year though. |
What i'm referring to is #335 |
i'm ok to tag it, but windows seems to be broken due VS being updated. |
just tested master on macOS, it's segfaulting again |
since r2 integrates qjs, is there a way to link against it? |
qjs in r2 shouldnt be exposing the apis either, so this is partly a bug in r2 too. and actually my rewrite to es6 of r2dec was just an r2js plugin, so just shipping a .js file that implements a core plugin isntead of a core plugin in C that loads the same runtime. this could be another approach, and i was using r2frida-compile to generate the single esm blob. i can try to fix this thing in r2 i have some ideas:
|
can you try again with r2 from git? |
I will retry this weekend |
ref flathub/org.radare.iaito#98 (comment)
The text was updated successfully, but these errors were encountered: