Creating a Range<uint32> hangs and crashes vvvv

Hey, just saw this one on 7.1-0103. It looks like if you try to create a Range<Integer 32 (Unsigned)>, vvvv becomes massively slow and silently crashes.

Setup is the following :

If you connect these to the Range node, you’ll get that behavior (XML of the unconnected nodes below for convenience, paste that in an empty patch and you’ll get the screenshot above)

Snippet
<?xml version="1.0" encoding="utf-16"?>
<Canvas xmlns:p="property" xmlns:r="reflection" Id="UT9Z1KppehDPo57vJ1GeRf" MergeId="4" CanvasType="Group">
  <Node Bounds="372,350,44,19" Id="LQhQqFGsVVFN86n2Q2VXYt">
    <p:NodeReference LastCategoryFullName="Math.Ranges.Range" LastDependency="VL.CoreLib.vl">
      <Choice Kind="NodeFlag" Name="Node" Fixed="true" />
      <Choice Kind="OperationCallFlag" Name="Range (Join)" />
    </p:NodeReference>
    <Pin Id="LfZc0JO6kTrLlqHprDrSGW" Name="From" Kind="InputPin" />
    <Pin Id="OKQU2UAhBV7OkGEzUrFwKJ" Name="To" Kind="InputPin" />
    <Pin Id="NEVhe6Xc813Pt2XNE1vqR3" Name="Output" Kind="StateOutputPin" />
  </Node>
  <Pad Id="DgABF5iOgakQNrQl4wfAGM" Bounds="329,274,35,15" ShowValueBox="true" isIOBox="true" Value="10">
    <p:TypeAnnotation LastCategoryFullName="Primitive" LastDependency="VL.CoreLib.vl">
      <Choice Kind="TypeFlag" Name="Integer32 (Unsigned)" />
    </p:TypeAnnotation>
  </Pad>
  <Pad Id="OIIFYiybkRMOrccOysCC6y" Bounds="446,270,35,15" ShowValueBox="true" isIOBox="true" Value="20">
    <p:TypeAnnotation LastCategoryFullName="Primitive" LastDependency="VL.CoreLib.vl">
      <Choice Kind="TypeFlag" Name="Integer32 (Unsigned)" />
    </p:TypeAnnotation>
  </Pad>
  <Overlay Id="D8MWvDFWTUkQQTPsRAwDt2" Name="we are uint32" Bounds="298,205,220,106" />
  <NugetDependency Id="MF9X1NIAZ66NddurtCnCun" Location="VL.CoreLib" Version="2025.7.1-0103-gf49d596041" />
</Canvas>

Thanks in advance!