Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with analysis in Mass Storage mode #9

Open
fjfrancopelaez opened this issue Apr 23, 2024 · 1 comment
Open

Problems with analysis in Mass Storage mode #9

fjfrancopelaez opened this issue Apr 23, 2024 · 1 comment
Assignees
Labels
Survey Probably fixed, but needs survey

Comments

@fjfrancopelaez
Copy link
Owner

When running the example scripts a set where address bus is larger than 32 bits, the following error appears:

C1_SCY, C1_MCU, C1_SHF, C1_TRC = DetectAnomalies_FullCheck_MassStorage(UInt64.(DATA), WordWidth, LA, Operation, TraceRuleLength, UsePseudoAddress, KeepCycles, ϵ, LargestMCUSize)
ERROR: MethodError: no method matching CreateDVSetHistogram_MassStorage(::Vector{UInt64}, ::Int64)

Closest candidates are:
  CreateDVSetHistogram_MassStorage(::Vector{Integer}, ::Int64)
   @ LELAPE ...LELAPE/src/functions/DataTreatCheck/CreateHistogram_MassStorage.jl:52

Stacktrace:
 [1] DetectAnomalies_FullCheck_MassStorage(DATA::Matrix{…}, WordWidth::Int64, LN0::Int64, Operation::String, TraceRuleLength::Int64, UsePseudoADD::Bool, KeepCycle::Bool, ϵ::Float64, LargestMCUSize::Int64)
   @ LELAPE .../LELAPE/src/functions/DataTreatCheck/DetectAnomalies_FullCheck_MassStorage.jl:360
 [2] top-level scope
   @ REPL[13]:1
Some type information was truncated. Use `show(err)` to see complete types.

This points out to a mismatch between input and output variables. Vector{Integer} is not equivalent to Vector{UInt64}.

@fjfrancopelaez
Copy link
Owner Author

Apparently fixed, but bugs can appear, so this issue is not closed yet.

@fjfrancopelaez fjfrancopelaez self-assigned this Apr 23, 2024
@fjfrancopelaez fjfrancopelaez added the Survey Probably fixed, but needs survey label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Survey Probably fixed, but needs survey
Projects
None yet
Development

No branches or pull requests

1 participant