flashsim
flashsim copied to clipboard
About a problem in the event_arrive function
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).