You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rizin -d $(which rz-ax)
-- Add comments using the ';' key in visual mode or the 'CC' command from the rizin shell
[0x115cd3ae0]> dg
WARNING: core: Writing to file 'core.48978'
^C[1] 48977 killed rizin -d $(which rz-ax)
it's stuck had to kill it, the generated core file is empty 0 bytes.
Strange, it "works" for me on both x86 and arm64. (Meaning it writes out some broken mach-o file at least)
Could you please attach a debugger to it when it is stuck and paste a stacktrace?
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
Core file should be written and be loadable in Rizin afterwards
Actual behavior
Even doesn't work, only
kill -9 <rizin pid>
Generate core file successfully, which can be loaded
It's implemented in "native" debugger plugin, see these places:
librz/debug/p/debug_native.c
inrz_debug_gcore()
functionlibrz/debug/p/native/xnu/xnu_debug.c
inxnu_generate_corefile()
functionThe text was updated successfully, but these errors were encountered: