Enabling CRCoalescence leads to many warnings

geant4-11-02-patch-01 [MT]
Ubuntu 22
g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
cmake version 3.26.4

Hi,

My example is based on Hadr01, and when I enabled the flag

G4HadronicParameters::Instance()->SetEnableCRCoalescence( true ),

it caused many warnings for FTFP and QGSP physics like this:

------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : had012
issued by : G4HadronicProcess:CheckResult()
Warning: Bad energy non-conservation detected, will re-sample the interaction
Process / Model: protonInelastic / FTFP
Primary: proton (2212), E= 6068.61, target nucleus (77, 193)
E(initial - final) = 1289.24 MeV.

*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Any suggestions on how to fix this or am I simply misusing this flag?

Best wishes,
Volodymyr