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
the problem encountered here: issue 4612 is the same on ubuntu mate (SIGILL when trying to insert a breakpoint then run dc in r2 -d of simple hello world program).
This time, gdb completely fails (it segfaults)...
Note that there is one more problem: the disassembly is wrong because the system is identified as a 16 bits system (command i gives: bits 16 although it identifies class ELF32) (and the same occurs in gdb)
all the best
The text was updated successfully, but these errors were encountered:
Hi
the problem encountered here: issue 4612 is the same on ubuntu mate (SIGILL when trying to insert a breakpoint then run
dc
inr2 -d
of simple hello world program).This time, gdb completely fails (it segfaults)...
Note that there is one more problem: the disassembly is wrong because the system is identified as a 16 bits system (command
i
gives:bits 16
although it identifiesclass ELF32
) (and the same occurs in gdb)all the best
The text was updated successfully, but these errors were encountered: