Changes between Initial Version and Version 2 of Ticket #23527


Ignore:
Timestamp:
2024-02-29T15:52:08+01:00 (15 months ago)
Author:
GerdP
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23527

    • Property Owner changed from team to GerdP
    • Property Status assignednew
  • TabularUnified Ticket #23527 – Description

    initial v2  
    11==== What steps will reproduce the problem?
    221. create new way in an empty layer and select it
    3 2. click on +-button in relations window, this opens the relation editor with the selected way as member
    4 3. add e.g. type=route as tag for the relation
     32. click on +-button in relations window, this opens the relation editor with the selected way on the right
     43. click the button to add the way as member
     54. add e.g. type=route as tag for the relation
    564. press OK button
    6 5. create heap dump
     76. create heap dump
    78==== What is the expected result?
    89The heap dump should show that the way has a single referer (the newly created relation)
    910==== What happens instead?
    10 The heap dump shows that the way has 4 referers (several temporary relations which are created in the relation editor)
     11The heap dump shows that the way has 4 referers (several temporary relations which are created in the relation editor). The more tags you add the more dead refererres there are.
    1112==== Please provide any additional information below. Attach a screenshot if possible.
    1213This is a regression of r18413.