Stefan Sperling <s...@elego.de> writes: > I don't have the time to look deeper into it right now, and would > appreciate if someone could investigate. To reproduce the crash, > follow the steps outlined in issue #3530 and remove the NULL check > added in the above commit.
r879744 took out the code that opened the external wc. Since the wc doesn't get opened it can't be deleted. Your change doesn't work because the wc that didn't get deleted remains to obstruct the update. -- Philip