The code is correct. There is no flaw in it. I have done AI mining many times before and I have tested around and found the exact cause of the crash, but to make you happy here you go.
scriptGlobal.B2CommonBox1 = MAP_RECT(275-1, 104-1, 286-1, 110-1);
scriptGlobal.B2Com1 = CreateMiningGroup(ai);
scriptGlobal.B2Com1.SetTargCount(mapCargoTruck, mapNone, 2);
IUnit IUnit1;
GroupEnumerator B2DozeEnum(scriptGlobal.B2Dozer);
B2DozeEnum.GetNext(IUnit1);
scriptGlobal.B2Com1.Setup(LOCATION(280-1, 109-1), LOCATION(276-1, 109-1), mapCommonOreMine, mapCommonOreSmelter, scriptGlobal.B2CommonBox1);
scriptGlobal.B2Com1.TakeUnit(scriptGlobal.B2Truck1);
scriptGlobal.B2Com1.TakeUnit(scriptGlobal.B2Truck2);
IUnit1.Doze(scriptGlobal.B2CommonBox1);
Also, you may of been able to guess this, but I use HFL with IUnit. And going back and keep testing, it does not do it with multiple Common Ore Smelters.