View Issue Details

IDProjectCategoryView StatusLast Update
0004743NoesisGUIStudiopublic2026-03-04 00:39
Reportermaherne Assigned Tosfernandez  
PrioritynormalSeveritycrash 
Status assignedResolutionopen 
Product Version3.2.10 
Target Version3.2.13 
Summary0004743: Crash when loading a ResourceDictionary document which has a ResourceDictionary that has a Source set to the same document
Description

This XAML causes a stack overflow in the xaml parser.

<ResourceDictionary
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:sys="clr-namespace:System;assembly=mscorlib">

  <ResourceDictionary Source="ResourceDictionary.xaml"/>

</ResourceDictionary>
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-01-27 14:43 maherne New Issue
2026-01-27 14:44 maherne Target Version => Studio_Beta
2026-01-27 14:45 jsantos Description Updated
2026-01-27 16:06 jsantos Assigned To => sfernandez
2026-01-27 16:06 jsantos Status new => assigned
2026-01-27 16:06 jsantos Product Version Studio_Beta => 3.2.10
2026-01-27 16:06 jsantos Target Version Studio_Beta => 3.2.12
2026-03-04 00:39 jsantos Target Version 3.2.12 => 3.2.13