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
Hi I am trying to run fastswap in DRAM mode, the process of installing patched kernel and loading modules was successful, but I got a crash when trying to run quicksort benchmark, the crash happens in copy_page() of sswap_rdma_write() in fastswap_dram.c and related information retrieved by gdb are shown below:
The $rdi value does seem suspectable, but I have no idea on why this is happening. Wondering if any suggestions from you and many thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi I am trying to run fastswap in DRAM mode, the process of installing patched kernel and loading modules was successful, but I got a crash when trying to run quicksort benchmark, the crash happens in
copy_page()
ofsswap_rdma_write()
in fastswap_dram.c and related information retrieved by gdb are shown below:The $rdi value does seem suspectable, but I have no idea on why this is happening. Wondering if any suggestions from you and many thanks in advance!
The text was updated successfully, but these errors were encountered: