You can always try to zypper cleanup trick (works on 10.3 - and also 10.2 if I remember correctly) as it can often fix the segmentation faults:
Code:
cd /var/cache/zypp
rm zypp.db
zypper refresh
This just removes the zypper database and does a rebuild refreshing the database contents directly from the repositories.
* there are also some cache folders found under /var/cache/zypp, but they are probably ok.
And to also fix any rpm database errors
Hope that helps,
Wj
ps @rhorstkoetter: just saw what you where linking to... that is right on the money
Bookmarks