Bug: PULSE found a way to reach a 'left_off_here' corner case, sweet
This commit is contained in:
parent
e40394a3a7
commit
8ec5f04903
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ write_single_page_to_chain([FLU|Rest], Epoch, LPN, Page, Nth) ->
|
||||||
%% TODO: same TODO as the above error_badepoch case.
|
%% TODO: same TODO as the above error_badepoch case.
|
||||||
error_badepoch;
|
error_badepoch;
|
||||||
Else ->
|
Else ->
|
||||||
|
%% Guess what?? PULSE can drive us to this case, excellent!
|
||||||
giant_error({left_off_here, ?MODULE, ?LINE, Else})
|
giant_error({left_off_here, ?MODULE, ?LINE, Else})
|
||||||
end
|
end
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in a new issue