> - konqueror/keditbookmarks/listview.cpp:586 > > Line 593 indicates that s_myrenameitem becomes NULL. Then the while loop > in line 577 starts again. Now could it be possible that the else part in > line 583 is called where line 585 crashes? s_myrenameitem can't be NULL. That part of the if seems to be superfluous. daniel