Using Maps Demo compiled for Desktop / Symbian and searching after "Mannerheimintie 78, Helsinki, Finland" caused it to crash at the third consecutive search.
Crash line is:
void MarkerManager::removeSearchMarkers() { foreach (Marker *m, d->searchMarkers) { d->map->removeMapObject(m); delete m; <------------- line that caused the crash } }