-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[DBG_X] 'nonnull' argument 't' compared to NULL #45998
Comments
cms-bot internal usage |
A new Issue was created by @iarspider. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign core Let's start with this even if I believe the problem is not in the MessageLogger code |
New categories assigned: core @Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
The referred cmssw/FWCore/MessageLogger/interface/ErrorObj.icc Lines 25 to 28 in 6e31ebe
I guess the comparison wrt. NULL comes somewhere in the std::ostringstream::operator<<() ?
The warning was emitted when compiling https://github.com/cms-sw/cmssw/blob/master/RecoHGCal/TICL/plugins/TracksterLinkingbySkeletons.cc . I didn't see any indication on the log about the line in Another hint is the instantiation of |
So the error message is weird as it says the type of T is a function bool (std::array<ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<float>, ROOT::Math::DefaultCoordinateSystemTag>, 3ul> const&, std::array<ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<float>, ROOT::Math::DefaultCoordinateSystemTag>, 3ul> const&, float) |
Good catch! I guess the offending line is the second line in LogDebug("TracksterLinkingbySkeletons") << "Two Points are in Cylinder " << isInCyl << std::endl; |
Found it
the FUNCTION |
Hopefully fixed in #45999 |
assign RecoHGCal/TICL (mostly for completeness) |
+core Core part is done |
New categories assigned: reconstruction,upgrade @jfernan2,@mandrenguyen,@srimanob,@subirsarkar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
+1 |
+Upgrade |
This issue is fully signed and ready to be closed. |
In DBG_X IB, the following warning was emitted:
full log
The text was updated successfully, but these errors were encountered: