flashsim icon indicating copy to clipboard operation
flashsim copied to clipboard

About a problem in the event_arrive function

Open gdchenahu opened this issue 7 years ago • 0 comments

We build the project based on the Ubutun 14.04 64bit, and we run the run_bimldal.cpp. But we have the error information as following: ssd_ssd.cpp:151: double ssd::Ssd::event_arrive(ssd::event_type, ssd::ulong, ssd::uint, double, void*): Assertion `(long long int) logical_address <= (long long int) SSD_SIZE * PACKAGE_SIZE * DIE_SIZE * PLANE_SIZE * BLOCK_SIZE' failed. When we debug it , we find that on more function call is executed for event_arrive(------) in the ssd_ssd.cpp (see line 151 in this file). figure

gdchenahu avatar Mar 17 '17 15:03 gdchenahu