View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001542 | NoesisGUI | C++ SDK | public | 2019-08-21 08:13 | 2019-08-21 12:16 |
| Reporter | unvestigate | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.2.3 | ||||
| Target Version | 2.2.4 | ||||
| Summary | 0001542: Crash in InlineCollection::Clear() | ||||
| Description | Adding InlineUIContainers with images to an inline collection and calling Clear() on that collection causes the app to crash. It seems to be 100% reproducible in debug configurations. In release it does not occur as reliably. | ||||
| Steps To Reproduce | Do something like this: Noesis::Ptr<Noesis::BitmapImage> bm = *new Noesis::BitmapImage(texturePath); Noesis::Ptr<Noesis::Image> img = *new Noesis::Image(); Noesis::Ptr<Noesis::InlineUIContainer> iuc = *new Noesis::InlineUIContainer(img); Then clear the collection. More information available in this forum post: https://www.noesisengine.com/forums/viewtopic.php?f=3&t=1786&sid=fd932eba6135173063ef13dadea33315 | ||||
| Platform | Windows | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-08-21 08:13 | unvestigate | New Issue | |
| 2019-08-21 12:04 | sfernandez | Assigned To | => sfernandez |
| 2019-08-21 12:04 | sfernandez | Status | new => assigned |
| 2019-08-21 12:04 | sfernandez | Target Version | => 2.2.4 |
| 2019-08-21 12:16 | sfernandez | Status | assigned => resolved |
| 2019-08-21 12:16 | sfernandez | Resolution | open => fixed |