Some Strange Physics in QGSP_BIC_AllHP

Dear Experts,

I simulate a 200MeV proton beam inject water, with the inelastic physics:
RegisterPhysics(new G4HadronPhysicsQGSP_BIC_AllHP);

However during the simulation, the program shows some warning:
More than one neutron is required for the balance of baryon number!

And sometimes the program failed with such message:
G4IonTable::GetIon() : illegal atomic number/mass Z =0 A = 5 E = 0
Segmentation fault (core dumped)

Such problem do not happened if I use G4HadronPhysicsQGSP_BIC_HP.

Is this a bug of the BIC_AllHP? How to deal with this?
My G4 is G4.10.05.p01, with ExpData G4TENDL1.3.2.

Thanks in advance!