View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002863 | NoesisGUI | Unity | public | 2023-11-21 18:21 | 2024-10-24 16:37 |
| Reporter | stonstad | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 3.2.2 | ||||
| Target Version | 3.2.5 | Fixed in Version | 3.2.5 | ||
| Summary | 0002863: BaseUICollection.Insert Crash | ||||
| Description | StackPanel.Children.Insert(0, new TextBlock() { Text = "Helllo" }); causes a crash. Behavior is reproducible. at <unknown> <0xffffffff> | ||||
| Steps To Reproduce | Encl. log and crash dump. | ||||
| Attached Files | |||||
| Platform | Any | ||||
|
Calling Add() works without problem. It is just Insert(0, ...) which fails. |
|
|
I'm not able to reproduce it, could you provide an example in an empty project? |
|
|
Let’s go with the debug library route. This is actually easier for me. |
|
|
Here you are: https://drive.google.com/file/d/1IM4K2gpFUsRaRd_z7gR-m6Ttgi-U4TIA/view?usp=sharing |
|
|
Hey Sergio -- I revisited this code and I changed all Adds to Insert(0, ...). Nothing crashes for me using the non-instrumented library. Other code and layouts might have slightly changed. I am sorry -- I don't have a great way to reproduce this behavior. The exact code which failed wasn't checked in, and once I got what I needed using .Add(), I moved on. The crash dump above is all that I have for this one. |
|
|
Have you faced this issue again or should we close it? |
|
|
This behavior has not manifest in a long time. Thank you for the assistance and OK to close. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-11-21 18:21 | stonstad | New Issue | |
| 2023-11-21 18:21 | stonstad | File Added: Crash_2023-11-21_171855132.zip | |
| 2023-11-21 18:21 | stonstad | Description Updated | |
| 2023-11-21 18:22 | stonstad | Description Updated | |
| 2023-11-21 18:25 | stonstad | Note Added: 0008966 | |
| 2023-11-21 22:59 | jsantos | Assigned To | => sfernandez |
| 2023-11-21 22:59 | jsantos | Status | new => assigned |
| 2023-11-21 22:59 | jsantos | Target Version | => 3.2.3 |
| 2023-11-23 14:06 | sfernandez | Status | assigned => feedback |
| 2023-11-23 14:06 | sfernandez | Note Added: 0008983 | |
| 2023-11-23 16:20 | stonstad | Note Added: 0008984 | |
| 2023-11-23 16:20 | stonstad | Status | feedback => assigned |
| 2023-11-23 16:46 | sfernandez | Status | assigned => feedback |
| 2023-11-23 16:46 | sfernandez | Note Added: 0008985 | |
| 2023-11-28 19:04 | stonstad | Note Added: 0008987 | |
| 2023-11-28 19:04 | stonstad | Status | feedback => assigned |
| 2024-01-22 11:47 | sfernandez | Target Version | 3.2.3 => 3.2.4 |
| 2024-06-03 20:01 | sfernandez | Status | assigned => feedback |
| 2024-06-03 20:01 | sfernandez | Note Added: 0009622 | |
| 2024-06-13 18:01 | sfernandez | Target Version | 3.2.4 => 3.2.5 |
| 2024-07-05 19:37 | stonstad | Note Added: 0009747 | |
| 2024-07-05 19:37 | stonstad | Status | feedback => assigned |
| 2024-10-24 16:37 | sfernandez | Status | assigned => resolved |
| 2024-10-24 16:37 | sfernandez | Resolution | open => no change required |
| 2024-10-24 16:37 | sfernandez | Fixed in Version | => 3.2.5 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |