-
smathyHeya, getting a segfault on a Mac M1. I'm a developer but not C and not familiar with the toolchain etc. I wanna give a good bug report, but no gdb on M1 (AFAIK), lldb seems to give just assembler references. What's the best way to give a good bug report from M1?
-
hycyou should be able to use the debugger in Xcode
-
hycor just brew install gdb wilsonmar.github.io/mac-utilities/#gnu-debugger
-
selstaI'm quite sure they have the RandomX JIT issue
-
selstabut they left the channel already
-
SerHacklldb seems great too :)
-
hyclldb is all assembly-language level, hardly anyone wants to deal with that
-
hycbut yes, it's the most reliable debugger available there
-
SerHackhyc: yeah, also if you compile a debug build with symbols, you can follow the source code instead of low-level assembly that sometimes might get you crazy :)
-
selsta.merge+ 8713 8714
-
xmr-prAdded
-
selsta.merges
-
xmr-pr8691 8692 8693 8697 8699 8700 8705 8706 8712 8713 8714
-
luigi1112.soon