Outliner Crashes when a bone has an extra constraint added to library override. #118307

Closed
opened 2024-02-15 02:49:58 +01:00 by MKRelax · 3 comments

System Information
Operating system: Windows 11
Graphics card: NVIDIA GeForce RTX 3080 Ti and NVIDIA GeForce GTX 1080 Ti

Blender Version
Broken: 3.6.8 LTS and also 4.0.2
Worked: None

The outliner crashes Blender when a bone on an overridden armature has an extra constraint.

Exact steps for others to reproduce the error

  • Create an armature with one bone and add a constraint to it (e.g. LIMIT_ROTATION). Save armature.blend (included).
  • In a new file, link the armature, add an extra constraint to the bone. Save override.blend (included).
  • Switch to "library overrides" view. Notice that the bone shows two constraint sections, which is strange (see screenshot).
  • Switch back to "view layer" view. Blender crashes (see crash log).

Debugger shows an invalid pointer reference in BLI_remlink() from outliner_free_tree(), presumably while cleaning up after leaving the library override view.

**System Information** Operating system: Windows 11 Graphics card: NVIDIA GeForce RTX 3080 Ti and NVIDIA GeForce GTX 1080 Ti **Blender Version** Broken: 3.6.8 LTS and also 4.0.2 Worked: None The outliner crashes Blender when a bone on an overridden armature has an extra constraint. **Exact steps for others to reproduce the error** - Create an armature with one bone and add a constraint to it (e.g. LIMIT_ROTATION). Save `armature.blend` (included). - In a new file, link the armature, add an extra constraint to the bone. Save `override.blend` (included). - Switch to "library overrides" view. Notice that the bone shows two constraint sections, which is strange (see screenshot). - Switch back to "view layer" view. Blender crashes (see crash log). Debugger shows an invalid pointer reference in `BLI_remlink()` from `outliner_free_tree()`, presumably while cleaning up after leaving the library override view.
MKRelax added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2024-02-15 02:49:59 +01:00
Member

Thanks for the report. Can confirm the crash
Not a regression but we're raising priorities of crash reports

Thanks for the report. Can confirm the crash Not a regression but we're raising priorities of crash reports
Member
ERROR: AddressSanitizer: heap-use-after-free

==190122==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b0001d86b8 at pc 0x00000c0db68e bp 0x7fffffffd920 sp 0x7fffffffd918
READ of size 8 at 0x60b0001d86b8 thread T0
#0 0xc0db68d in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:152
#1 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#2 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#3 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#4 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#5 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#6 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#7 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#8 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#9 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#10 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#11 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#12 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#13 0xc0e5904 in blender::ed::outliner::outliner_build_tree(Main*, Scene*, ViewLayer*, SpaceOutliner*, ARegion*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:1175
#14 0xc081727 in blender::ed::outliner::draw_outliner(bContext const*) /blender/source/blender/editors/space_outliner/outliner_draw.cc:3956
#15 0xc0ef4dd in outliner_main_region_draw /blender/source/blender/editors/space_outliner/space_outliner.cc:86
#16 0x797ee89 in ED_region_do_draw(bContext*, ARegion*) /blender/source/blender/editors/screen/area.cc:528
#17 0x47f0862 in wm_draw_window_offscreen /blender/source/blender/windowmanager/intern/wm_draw.cc:1006
#18 0x47f1f58 in wm_draw_window /blender/source/blender/windowmanager/intern/wm_draw.cc:1173
#19 0x47f5066 in wm_draw_update(bContext*) /blender/source/blender/windowmanager/intern/wm_draw.cc:1571
#20 0x47d47d8 in WM_main(bContext*) /blender/source/blender/windowmanager/intern/wm.cc:625
#21 0x800239 in main /blender/source/creator/creator.cc:576
#22 0x7fffe6446149 in __libc_start_call_main (/lib64/libc.so.6+0x28149) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df)
#23 0x7fffe644620a in __libc_start_main_impl (/lib64/libc.so.6+0x2820a) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df)
#24 0x7ff5e4 in _start (/build_linux_debug/bin/blender+0x7ff5e4) (BuildId: 012ab407c9c3fd34a04a3be7c16e3291c626c90d)

0x60b0001d86b8 is located 24 bytes inside of 112-byte region [0x60b0001d86a0,0x60b0001d8710)
freed by thread T0 here:
#0 0x7ffff78d7fb8 in __interceptor_free.part.0 (/lib64/libasan.so.8+0xd7fb8) (BuildId: 7fcb7759bc17ef47f9682414b6d99732d6a6ab0c)
#1 0x47bab55 in aligned_free /blender/intern/guardedalloc/intern/mallocn.c:87
#2 0x47c1fc8 in MEM_lockfree_freeN /blender/intern/guardedalloc/intern/mallocn_lockfree_impl.c:107
#3 0xc0e6ca5 in void MEM_deleteblender::ed::outliner::TreeElement(blender::ed::outliner::TreeElement const*) /blender/intern/guardedalloc/MEM_guardedalloc.h:293
#4 0xc0db9a8 in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:174
#5 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#6 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#7 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#8 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#9 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#10 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#11 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#12 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#13 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#14 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#15 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#16 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168
#17 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153
#18 0xc0e5904 in blender::ed::outliner::outliner_build_tree(Main*, Scene*, ViewLayer*, SpaceOutliner*, ARegion*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:1175
#19 0xc081727 in blender::ed::outliner::draw_outliner(bContext const*) /blender/source/blender/editors/space_outliner/outliner_draw.cc:3956
#20 0xc0ef4dd in outliner_main_region_draw /blender/source/blender/editors/space_outliner/space_outliner.cc:86
#21 0x797ee89 in ED_region_do_draw(bContext*, ARegion*) /blender/source/blender/editors/screen/area.cc:528
#22 0x47f0862 in wm_draw_window_offscreen /blender/source/blender/windowmanager/intern/wm_draw.cc:1006
#23 0x47f1f58 in wm_draw_window /blender/source/blender/windowmanager/intern/wm_draw.cc:1173
#24 0x47f5066 in wm_draw_update(bContext*) /blender/source/blender/windowmanager/intern/wm_draw.cc:1571
#25 0x47d47d8 in WM_main(bContext*) /blender/source/blender/windowmanager/intern/wm.cc:625
#26 0x800239 in main /blender/source/creator/creator.cc:576
#27 0x7fffe6446149 in __libc_start_call_main (/lib64/libc.so.6+0x28149) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df)
#28 0x7fffe644620a in __libc_start_main_impl (/lib64/libc.so.6+0x2820a) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df)
#29 0x7ff5e4 in _start (/build_linux_debug/bin/blender+0x7ff5e4) (BuildId: 012ab407c9c3fd34a04a3be7c16e3291c626c90d)

previously allocated by thread T0 here:
#0 0x7ffff78d8508 in memalign (/lib64/libasan.so.8+0xd8508) (BuildId: 7fcb7759bc17ef47f9682414b6d99732d6a6ab0c)
#1 0x47bab3b in aligned_malloc /blender/intern/guardedalloc/intern/mallocn.c:78
#2 0x47c2d6e in MEM_lockfree_mallocN_aligned /blender/intern/guardedalloc/intern/mallocn_lockfree_impl.c:333
#3 0xc0e6e01 in blender::ed::outliner::TreeElement* MEM_newblender::ed::outliner::TreeElement(char const*) /blender/intern/guardedalloc/MEM_guardedalloc.h:275
#4 0xc0dda59 in blender::ed::outliner::AbstractTreeDisplay::add_element(ListBase*, ID*, void*, blender::ed::outliner::TreeElement*, short, short, bool) /blender/source/blender/editors/space_outliner/outliner_tree.cc:276
#5 0xc0dbd46 in blender::ed::outliner::AbstractTreeDisplay::add_element(SpaceOutliner*, ListBase*, ID*, void*, blender::ed::outliner::TreeElement*, short, short, bool) /blender/source/blender/editors/space_outliner/outliner_tree.cc:236
#6 0xc1a8675 in operator() /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:502
#7 0xc1a9bb0 in lookup_or_add_cb__impl<std::__cxx11::basic_string, blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short int&)::<lambda()> > /blender/source/blender/blenlib/BLI_map.hh:1195
#8 0xc1a9167 in lookup_or_add_cb_as<std::__cxx11::basic_string, blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short int&)::<lambda()> > /blender/source/blender/blenlib/BLI_map.hh:594
#9 0xc1a8da9 in lookup_or_add_cb<blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short int&)::<lambda()> > /blender/source/blender/blenlib/BLI_map.hh:589
#10 0xc1a8ad4 in blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short&) /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:499
#11 0xc1a617f in blender::ed::outliner::OverrideRNAPathTreeBuilder::build_path(blender::ed::outliner::TreeElement&, blender::ed::outliner::TreeElementOverridesData&, short&) /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:345
#12 0xc1a2223 in operator() /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:158
#13 0xc1a8e0f in callback_fn<blender::ed::outliner::TreeElementOverridesBase::expand(SpaceOutliner&) const::<lambda(blender::ed::outliner::TreeElementOverridesData&)> > /blender/source/blender/blenlib/BLI_function_ref.hh:96
#14 0xc1ab1a1 in blender::FunctionRef<void (blender::ed::outliner::TreeElementOverridesData&)>::operator()(blender::ed::outliner::TreeElementOverridesData&) const /blender/source/blender/blenlib/BLI_function_ref.hh:132
#15 0xc1a1e03 in iterate_properties_to_display /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:142
#16 0xc1a2946 in blender::ed::outliner::TreeElementOverridesBase::expand(SpaceOutliner&) const /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:157
#17 0xc1307ef in blender::ed::outliner::tree_element_expand(blender::ed::outliner::AbstractTreeElement const&, SpaceOutliner&) /blender/source/blender/editors/space_outliner/tree/tree_element.cc:263
#18 0xc0deded in blender::ed::outliner::AbstractTreeDisplay::add_element(ListBase*, ID*, void*, blender::ed::outliner::TreeElement*, short, short, bool) /blender/source/blender/editors/space_outliner/outliner_tree.cc:378
#19 0xc117a4f in blender::ed::outliner::TreeDisplayOverrideLibraryProperties::add_library_contents(Main&) /blender/source/blender/editors/space_outliner/tree/tree_display_override_library_properties.cc:94
#20 0xc1160ce in blender::ed::outliner::TreeDisplayOverrideLibraryProperties::build_tree(blender::ed::outliner::TreeSourceData const&) /blender/source/blender/editors/space_outliner/tree/tree_display_override_library_properties.cc:33
#21 0xc0e5f32 in blender::ed::outliner::outliner_build_tree(Main*, Scene*, ViewLayer*, SpaceOutliner*, ARegion*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:1185
#22 0xc081727 in blender::ed::outliner::draw_outliner(bContext const*) /blender/source/blender/editors/space_outliner/outliner_draw.cc:3956
#23 0xc0ef4dd in outliner_main_region_draw /blender/source/blender/editors/space_outliner/space_outliner.cc:86
#24 0x797ee89 in ED_region_do_draw(bContext*, ARegion*) /blender/source/blender/editors/screen/area.cc:528
#25 0x47f0862 in wm_draw_window_offscreen /blender/source/blender/windowmanager/intern/wm_draw.cc:1006
#26 0x47f1f58 in wm_draw_window /blender/source/blender/windowmanager/intern/wm_draw.cc:1173
#27 0x47f5066 in wm_draw_update(bContext*) /blender/source/blender/windowmanager/intern/wm_draw.cc:1571
#28 0x47d47d8 in WM_main(bContext*) /blender/source/blender/windowmanager/intern/wm.cc:625
#29 0x800239 in main /blender/source/creator/creator.cc:576

SUMMARY: AddressSanitizer: heap-use-after-free /blender/source/blender/editors/space_outliner/outliner_tree.cc:152 in blender::ed::outliner::outliner_free_tree(ListBase*)

<details> <summary> ERROR: AddressSanitizer: heap-use-after-free </summary> ==190122==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b0001d86b8 at pc 0x00000c0db68e bp 0x7fffffffd920 sp 0x7fffffffd918 READ of size 8 at 0x60b0001d86b8 thread T0 #0 0xc0db68d in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:152 #1 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #2 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #3 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #4 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #5 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #6 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #7 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #8 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #9 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #10 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #11 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #12 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #13 0xc0e5904 in blender::ed::outliner::outliner_build_tree(Main*, Scene*, ViewLayer*, SpaceOutliner*, ARegion*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:1175 #14 0xc081727 in blender::ed::outliner::draw_outliner(bContext const*) /blender/source/blender/editors/space_outliner/outliner_draw.cc:3956 #15 0xc0ef4dd in outliner_main_region_draw /blender/source/blender/editors/space_outliner/space_outliner.cc:86 #16 0x797ee89 in ED_region_do_draw(bContext*, ARegion*) /blender/source/blender/editors/screen/area.cc:528 #17 0x47f0862 in wm_draw_window_offscreen /blender/source/blender/windowmanager/intern/wm_draw.cc:1006 #18 0x47f1f58 in wm_draw_window /blender/source/blender/windowmanager/intern/wm_draw.cc:1173 #19 0x47f5066 in wm_draw_update(bContext*) /blender/source/blender/windowmanager/intern/wm_draw.cc:1571 #20 0x47d47d8 in WM_main(bContext*) /blender/source/blender/windowmanager/intern/wm.cc:625 #21 0x800239 in main /blender/source/creator/creator.cc:576 #22 0x7fffe6446149 in __libc_start_call_main (/lib64/libc.so.6+0x28149) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df) #23 0x7fffe644620a in __libc_start_main_impl (/lib64/libc.so.6+0x2820a) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df) #24 0x7ff5e4 in _start (/build_linux_debug/bin/blender+0x7ff5e4) (BuildId: 012ab407c9c3fd34a04a3be7c16e3291c626c90d) 0x60b0001d86b8 is located 24 bytes inside of 112-byte region [0x60b0001d86a0,0x60b0001d8710) freed by thread T0 here: #0 0x7ffff78d7fb8 in __interceptor_free.part.0 (/lib64/libasan.so.8+0xd7fb8) (BuildId: 7fcb7759bc17ef47f9682414b6d99732d6a6ab0c) #1 0x47bab55 in aligned_free /blender/intern/guardedalloc/intern/mallocn.c:87 #2 0x47c1fc8 in MEM_lockfree_freeN /blender/intern/guardedalloc/intern/mallocn_lockfree_impl.c:107 #3 0xc0e6ca5 in void MEM_delete<blender::ed::outliner::TreeElement>(blender::ed::outliner::TreeElement const*) /blender/intern/guardedalloc/MEM_guardedalloc.h:293 #4 0xc0db9a8 in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:174 #5 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #6 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #7 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #8 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #9 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #10 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #11 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #12 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #13 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #14 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #15 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #16 0xc0db80a in blender::ed::outliner::outliner_free_tree_element(blender::ed::outliner::TreeElement*, ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:168 #17 0xc0db642 in blender::ed::outliner::outliner_free_tree(ListBase*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:153 #18 0xc0e5904 in blender::ed::outliner::outliner_build_tree(Main*, Scene*, ViewLayer*, SpaceOutliner*, ARegion*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:1175 #19 0xc081727 in blender::ed::outliner::draw_outliner(bContext const*) /blender/source/blender/editors/space_outliner/outliner_draw.cc:3956 #20 0xc0ef4dd in outliner_main_region_draw /blender/source/blender/editors/space_outliner/space_outliner.cc:86 #21 0x797ee89 in ED_region_do_draw(bContext*, ARegion*) /blender/source/blender/editors/screen/area.cc:528 #22 0x47f0862 in wm_draw_window_offscreen /blender/source/blender/windowmanager/intern/wm_draw.cc:1006 #23 0x47f1f58 in wm_draw_window /blender/source/blender/windowmanager/intern/wm_draw.cc:1173 #24 0x47f5066 in wm_draw_update(bContext*) /blender/source/blender/windowmanager/intern/wm_draw.cc:1571 #25 0x47d47d8 in WM_main(bContext*) /blender/source/blender/windowmanager/intern/wm.cc:625 #26 0x800239 in main /blender/source/creator/creator.cc:576 #27 0x7fffe6446149 in __libc_start_call_main (/lib64/libc.so.6+0x28149) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df) #28 0x7fffe644620a in __libc_start_main_impl (/lib64/libc.so.6+0x2820a) (BuildId: 788cdd41a15985bf8e0a48d213a46e07d58822df) #29 0x7ff5e4 in _start (/build_linux_debug/bin/blender+0x7ff5e4) (BuildId: 012ab407c9c3fd34a04a3be7c16e3291c626c90d) previously allocated by thread T0 here: #0 0x7ffff78d8508 in memalign (/lib64/libasan.so.8+0xd8508) (BuildId: 7fcb7759bc17ef47f9682414b6d99732d6a6ab0c) #1 0x47bab3b in aligned_malloc /blender/intern/guardedalloc/intern/mallocn.c:78 #2 0x47c2d6e in MEM_lockfree_mallocN_aligned /blender/intern/guardedalloc/intern/mallocn_lockfree_impl.c:333 #3 0xc0e6e01 in blender::ed::outliner::TreeElement* MEM_new<blender::ed::outliner::TreeElement>(char const*) /blender/intern/guardedalloc/MEM_guardedalloc.h:275 #4 0xc0dda59 in blender::ed::outliner::AbstractTreeDisplay::add_element(ListBase*, ID*, void*, blender::ed::outliner::TreeElement*, short, short, bool) /blender/source/blender/editors/space_outliner/outliner_tree.cc:276 #5 0xc0dbd46 in blender::ed::outliner::AbstractTreeDisplay::add_element(SpaceOutliner*, ListBase*, ID*, void*, blender::ed::outliner::TreeElement*, short, short, bool) /blender/source/blender/editors/space_outliner/outliner_tree.cc:236 #6 0xc1a8675 in operator() /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:502 #7 0xc1a9bb0 in lookup_or_add_cb__impl<std::__cxx11::basic_string<char>, blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short int&)::<lambda()> > /blender/source/blender/blenlib/BLI_map.hh:1195 #8 0xc1a9167 in lookup_or_add_cb_as<std::__cxx11::basic_string<char>, blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short int&)::<lambda()> > /blender/source/blender/blenlib/BLI_map.hh:594 #9 0xc1a8da9 in lookup_or_add_cb<blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short int&)::<lambda()> > /blender/source/blender/blenlib/BLI_map.hh:589 #10 0xc1a8ad4 in blender::ed::outliner::OverrideRNAPathTreeBuilder::ensure_label_element_for_ptr(blender::ed::outliner::TreeElement&, blender::StringRef, PointerRNA&, short&) /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:499 #11 0xc1a617f in blender::ed::outliner::OverrideRNAPathTreeBuilder::build_path(blender::ed::outliner::TreeElement&, blender::ed::outliner::TreeElementOverridesData&, short&) /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:345 #12 0xc1a2223 in operator() /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:158 #13 0xc1a8e0f in callback_fn<blender::ed::outliner::TreeElementOverridesBase::expand(SpaceOutliner&) const::<lambda(blender::ed::outliner::TreeElementOverridesData&)> > /blender/source/blender/blenlib/BLI_function_ref.hh:96 #14 0xc1ab1a1 in blender::FunctionRef<void (blender::ed::outliner::TreeElementOverridesData&)>::operator()(blender::ed::outliner::TreeElementOverridesData&) const /blender/source/blender/blenlib/BLI_function_ref.hh:132 #15 0xc1a1e03 in iterate_properties_to_display /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:142 #16 0xc1a2946 in blender::ed::outliner::TreeElementOverridesBase::expand(SpaceOutliner&) const /blender/source/blender/editors/space_outliner/tree/tree_element_overrides.cc:157 #17 0xc1307ef in blender::ed::outliner::tree_element_expand(blender::ed::outliner::AbstractTreeElement const&, SpaceOutliner&) /blender/source/blender/editors/space_outliner/tree/tree_element.cc:263 #18 0xc0deded in blender::ed::outliner::AbstractTreeDisplay::add_element(ListBase*, ID*, void*, blender::ed::outliner::TreeElement*, short, short, bool) /blender/source/blender/editors/space_outliner/outliner_tree.cc:378 #19 0xc117a4f in blender::ed::outliner::TreeDisplayOverrideLibraryProperties::add_library_contents(Main&) /blender/source/blender/editors/space_outliner/tree/tree_display_override_library_properties.cc:94 #20 0xc1160ce in blender::ed::outliner::TreeDisplayOverrideLibraryProperties::build_tree(blender::ed::outliner::TreeSourceData const&) /blender/source/blender/editors/space_outliner/tree/tree_display_override_library_properties.cc:33 #21 0xc0e5f32 in blender::ed::outliner::outliner_build_tree(Main*, Scene*, ViewLayer*, SpaceOutliner*, ARegion*) /blender/source/blender/editors/space_outliner/outliner_tree.cc:1185 #22 0xc081727 in blender::ed::outliner::draw_outliner(bContext const*) /blender/source/blender/editors/space_outliner/outliner_draw.cc:3956 #23 0xc0ef4dd in outliner_main_region_draw /blender/source/blender/editors/space_outliner/space_outliner.cc:86 #24 0x797ee89 in ED_region_do_draw(bContext*, ARegion*) /blender/source/blender/editors/screen/area.cc:528 #25 0x47f0862 in wm_draw_window_offscreen /blender/source/blender/windowmanager/intern/wm_draw.cc:1006 #26 0x47f1f58 in wm_draw_window /blender/source/blender/windowmanager/intern/wm_draw.cc:1173 #27 0x47f5066 in wm_draw_update(bContext*) /blender/source/blender/windowmanager/intern/wm_draw.cc:1571 #28 0x47d47d8 in WM_main(bContext*) /blender/source/blender/windowmanager/intern/wm.cc:625 #29 0x800239 in main /blender/source/creator/creator.cc:576 SUMMARY: AddressSanitizer: heap-use-after-free /blender/source/blender/editors/space_outliner/outliner_tree.cc:152 in blender::ed::outliner::outliner_free_tree(ListBase*) </details>
Member

Double display of properties is due to 67b92418ee

Problem is that we are having is mismatch between "pose.bones[1].constraints" and "pose.bones["Bone.001"].constraints"

Think I am on a right way to fix this, will put on my desk

Double display of properties is due to 67b92418ee7e8519d20c35a685676b41ca3e5c37 Problem is that we are having is mismatch between "pose.bones[1].constraints" and "pose.bones["Bone.001"].constraints" Think I am on a right way to fix this, will put on my desk
Philipp Oeser self-assigned this 2024-02-21 15:06:49 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2024-02-23 09:17:43 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#118307
No description provided.