We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From retrace.fp.org:
CRITICAL:faf:Action failed unexpectedly: IntegrityError: (IntegrityError) duplicate key value violates unique constraint "symbols_name_key" DETAIL: Key (name, normalized_path)=(java.util.TimerThread.mainLoop, /opt/189f40034be7a199f1fa9891668ee3ab6049f82d38c68be70f596eab2e1857b7) already exists. 'UPDATE symbols SET normalized_path=%(normalized_path)s WHERE symbols.id = %(symbols_id)s' {'normalized_path': '/opt/189f40034be7a199f1fa9891668ee3ab6049f82d38c68be70f596eab2e1857b7', 'symbols_id': 810585}
faf hash-paths action can fail because of UniqueConstraint on name and normalized_path.
faf hash-paths
UniqueConstraint
name
normalized_path
faf/src/pyfaf/storage/symbol.py
Line 28 in 819424c
Before hash-paths call:
hash-paths
These would end up as:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From retrace.fp.org:
faf hash-paths
action can fail because ofUniqueConstraint
onname
andnormalized_path
.faf/src/pyfaf/storage/symbol.py
Line 28 in 819424c
Example situation:
Before
hash-paths
call:These would end up as:
The text was updated successfully, but these errors were encountered: