eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.58k stars 1.44k forks source link

crash when trying to change edge permissions #15776

Open namdre opened 4 days ago

namdre commented 4 days ago

Appears after https://github.com/eclipse-sumo/sumo/issues/15725

palvarezlopez commented 4 days ago

The current implementation has a race condition between set attribute and destroy every row (due a historical reasons). GNEFrameAttributeModules::AttributesEditor has to be updated to maintain always a maximum number of rows (for example, 64) instead of destroy it in every inspection.