Skip to content

Percept Internal Error  #19

@chrizkiran

Description

@chrizkiran

Whenever I try to check the detail of a process, I see the below error on the webpage.
Percept Internal Error
[{lists,foldl, [#Fun,[],error], [{file,"lists.erl"},{line,1262}]}, {percept2_analyzer,waiting_activities,1, [{file,"src/percept2_analyzer.erl"},{line,190}]}, {percept2_html,process_info_content_1,2, [{file,"src/percept2_html.erl"},{line,1348}]}, {percept2_html,process_info_page,3, [{file,"src/percept2_html.erl"},{line,270}]}, {mod_esi,'-erl_scheme_webpage_chunk/5-fun-0-',5, [{file,"mod_esi.erl"},{line,369}]

I resolved it by adding a case clause in percept2_analyzer.erl for handling inactive state

[#activity{timestamp=Time2, id = Pid, state=inactive} | _ ] -> waiting_activities_mfa_list(Activities, ListedMfas);

Am just ignoring the inactive state and doing nothing else. I hope there should be a reason for not adding a clause to handle inactive state, I want to know ignoring it the way I did will lead to any wrong metrics and lead me in a wrong direction or is it fine to do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions