You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cluster3DSBN has issues with segmentation faults with SBND. This problem occurs when assigning pointers and the memory gets scrambled. Some PRs have solved most of the issues, but the problem persists for rare cases, < 0.1 % events. Here's an example of memory being overwritten.
WireID0: C:0 T:0 P:0 W:1817
WireID1: C:0 T:0 P:1 W:998
%MSG-w Cluster3D: Cluster3DSBN:cluster3d@BeginModule 03-May-2024 10:44:31 CDT run: 1 subRun: 29 event: 7
Exception caught finding nearest wire, position - ---- Geometry BEGIN
Can't find nearest wire for position (-93.9571,-141.855,504.3) in plane C:0 T:0 P:2 approx wire number # 1663 (capped from 1664)
---- Geometry END
%MSG
WireID: C:0 T:3804242872 P:32764 W:1663
Where T and P are the tpc and plane ids respectively. This specific issue was solved in PR 461. A similar segmentation fault issue was solved in PR 465.
We are still working to find all segmentation fault errors associated with misallocated memory. Nonetheless, the frequency of the errors are very low < 0.1% of all events.
The text was updated successfully, but these errors were encountered:
Cluster3DSBN has issues with segmentation faults with SBND. This problem occurs when assigning pointers and the memory gets scrambled. Some PRs have solved most of the issues, but the problem persists for rare cases, < 0.1 % events. Here's an example of memory being overwritten.
Where
T
andP
are the tpc and plane ids respectively. This specific issue was solved in PR 461. A similar segmentation fault issue was solved in PR 465.We are still working to find all segmentation fault errors associated with misallocated memory. Nonetheless, the frequency of the errors are very low < 0.1% of all events.
The text was updated successfully, but these errors were encountered: