[llvm-dev] bugzilla complaining about "unexpected error"

Björn Pettersson A via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 28 04:51:19 PDT 2021


Hi!

Recently I've seen errors like this in Bugzilla when I've added comments etc to trouble reports:


An unexpected error occurred. This could be a temporary problem, or some code is behaving incorrectly. If this problem persists, please email this page to llvm-admin at lists.llvm.org with details of what you were doing at the time this message appeared.

URL: https://bugs.llvm.org/process_bug.cgi?rep_platform=PC&product=libraries&bug_status=NEW&classification=Unclassified&delta_ts=2021-09-27%2007%3A17%3A58&deadline=&defined_bug_ignored=1&keywords=&token=1632826824-LaTofBNN2ThrLhV2WPxFfYGudi4QLRucdsbG96dubu0&blocked=&bug_severity=enhancement&resolution=&component=Loop%20Optimizer&priority=P&cf_fixed_by_commits=&estimated_time=0.0&dup_id=&assigned_to=unassignedbugs%40nondot.org&bug_file_loc=&short_desc=opt%20-passes%3D%27loop-mssa%28canon-freeze%2Cloop-rotate%29%2Cfunction%28bounds-checking%29%27%20fails%20with%20Assertion%20%60isAvailableAtLoopEntry%28OrigStartMinusStride%2C%20L%29%20%26%26%20%22Must%20be%21%22%27&version=trunk&op_sys=Linux&dependson=&newalias=&addselfcc=on&comment=Just%20some%20additional%20info.%0D%0A%0D%0AIt%20also%20fails%20when%20using%20different%20loop%20pass%20managers%20like%20this%3A%0D%0A%0D%0A%20%20-passes%3D%27loop-mssa%28canon-freeze%29%2Cloop-mssa%28loop-rotate%29%2Cfunction%28bounds-checking%29%27%0D%0A%0D%0A%0D%0AIf%20we%20invalidate%20scalar-evolution%20after%20canon-freeze%20like%20this%0D%0A%0D%0A%20%20-passes%3D%27loop-mssa%28canon-freeze%29%2Cinvalidate%3Cscalar-evolution%3E%2Cloop-mssa%28loop-rotate%29%2Cfunction%28bounds-checking%29%27%0D%0A%0D%0Athen%20it%20works%20fine%20%28and%20also%20if%20we%20split%20this%20into%20running%20opt%20twice%20with%20canon-freeze%20in%20the%20first%20run%20and%20the%20rest%20of%20the%20pipeline%20in%20a%20subsequent%20run%29.%20So%20maybe%20it%20is%20canon-freeze%20that%20isn%27t%20updating%20scalar-evolution%20analysis%20correctly.&id=51981&tag=&work_time=0&see_also=&remaining_time=0.0
undef error - This shouldn't happen at /usr/share/perl/5.18/Text/Wrap.pm line 84.




Those are a bit annoying, but the tickets at least seem to get updated anyway.
Although, there are some suspicion that some email-notifications might go missing (at least one time it has happened that the reporter of a bug did not receive an email when I added comments to a PR).


This time it was related to PR51981, and I simply got the failure message above when adding "Comment 1".

According to Mikael (who wrote the ticket):
- he got a similar message when writing the ticket
- he did not receive any email notification when I wrote my comment
- he got a similar message when adding himself as CC, and when doing that he also got an error message like above


Regards,
Björn 


More information about the llvm-dev mailing list