buddy-alloc icon indicating copy to clipboard operation
buddy-alloc copied to clipboard

Unknown panic on buddy-alloc

Open XuJiandong opened this issue 4 months ago • 2 comments

Reproduce panic issue:

  1. Follow steps in: https://github.com/cryptape/ckb-script-templates/tree/main new a project(default is OK).
  2. make build
  3. run it by ckb-debugger:
❯ ckb-debugger --bin build/release/test1
??:??:??
??:??:??

pc  : 0x           14924
zero: 0x               0 ra  : 0x           143D8 sp  : 0x           15FA0 gp  : 0x               0
tp  : 0x               0 t0  : 0x               0 t1  : 0x           1461A t2  : 0x               0
s0  : 0x               0 s1  : 0x           16098 a0  : 0x           16030 a1  : 0x           10C38
a2  : 0x           16098 a3  : 0x               0 a4  : 0x           101C0 a5  : 0x          3FFF20
a6  : 0x           10B48 a7  : 0x               0 s2  : 0x           16080 s3  : 0x           10E70
s4  : 0x           1452E s5  : 0x               0 s6  : 0x               0 s7  : 0x               0
s8  : 0x               0 s9  : 0x               0 s10 : 0x               0 s11 : 0x               0
t3  : 0x               0 t4  : 0x               0 t5  : 0x               0 t6  : 0x               0

Error: MemWriteOnExecutablePage

XuJiandong avatar Oct 15 '24 06:10 XuJiandong