FS#26118 - [pacman] 4.0.0rc2 segfault while fetching pgp key
Attached to Project:
Pacman
Opened by Geert Hendrickx (ghen) - Monday, 26 September 2011, 07:14 GMT
Last edited by Dan McGee (toofishes) - Thursday, 06 October 2011, 04:39 GMT
Opened by Geert Hendrickx (ghen) - Monday, 26 September 2011, 07:14 GMT
Last edited by Dan McGee (toofishes) - Thursday, 06 October 2011, 04:39 GMT
|
Details
Pacman 4.0.0rc2 reproducible segfault when upgrading
libreoffice (-Syu).
SigLevel = Optional TrustAll Earlier pkg updates (with signature verification) have been succesful though. [09:02:39] debug: found cached pkg: /var/cache/pacman/pkg/libreoffice-writer-3.4.3-2-x86_64.pkg.tar.xz [09:02:39] debug: sig data: iQEcBAABAgAGBQJOfzV2AAoJEJRlerIPKgkrOywH/1IiyiOKngYvD0KiBLmuIO3ynkpcUweXaYmvKXMCW0HB/FbS8DIuoCelSNz/OISoSjzHt1aA1qgcFK4xd/jtBorDwoa+wrG647OZC6Yu2iYg/GEVoMyf7kh3PW4MbFjA0grb/UYlQ1mGXYALZb5IKg9TPHg97X5wZ+TjtioGnTOsZTN6SbMoKTRe1T+PZZTAguUe2xAbL5DGdxDFVlbRb+2kRrBHC2FZoewe0YxypJS6Jm/SVQD8BbwTAWCmwSlgVxHfa7RBXCcT0PniuLKWj0BzbOhXPXameQ8V2JyzW8cjHQoCWqMzZrC4KjPIKxuYoNHbYekl6CqPJHOGEvHnJrI= [09:02:39] debug: checking signatures for /var/cache/pacman/pkg/libreoffice-writer-3.4.3-2-x86_64.pkg.tar.xz [09:02:39] debug: checking signature for /var/cache/pacman/pkg/libreoffice-writer-3.4.3-2-x86_64.pkg.tar.xz [09:02:39] debug: 1 signatures returned [09:02:39] debug: fingerprint: 94657AB20F2A092B [09:02:39] debug: summary: key missing [09:02:39] debug: status: No public key [09:02:39] debug: timestamp: 1316959606 [09:02:39] debug: exp_timestamp: 0 [09:02:39] debug: validity: unknown; reason: Success [09:02:39] debug: key lookup failed, unknown key [09:02:39] debug: signature is not valid [09:02:39] debug: looking up key 94657AB20F2A092B locally [09:02:39] debug: key lookup failed, unknown key [09:02:39] error: libreoffice-en-US: key "94657AB20F2A092B" is unknown [09:02:39] debug: looking up key 94657AB20F2A092B remotely [09:03:06] debug: key lookup failed, unknown key error: segmentation fault Internal pacman error: Segmentation fault. Please submit a full bug report with --debug if appropriate. |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 06 October 2011, 04:39 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in git
Thursday, 06 October 2011, 04:39 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in git
So the segfault was probably triggered by some intermittent network issue?
[09:02:39] debug: found cached pkg: /var/cache/pacman/pkg/libreoffice-writer-3.4.3-2-x86_64.pkg.tar.xz
I think it means the package is already downloaded. Did you try removing it and downloading again?
There is a 27 second delay at "debug: looking up key 94657AB20F2A092B remotely", after which it segfaults immediatly. So I imagine some PGP keyserver could not be reached (timeout), and pacman cannot handle that scenario?
http://projects.archlinux.org/pacman.git/commit/?id=907e8af5
Can't reproduce it now anymore, anyway, so this can probably be closed (until I re-encounter it).