FS#63479 - [vault] Segfault if compiled with go-pie

Attached to Project: Community Packages
Opened by Tinu Weber (ayekat) - Friday, 16 August 2019, 16:52 GMT
Last edited by Christian Rebischke (Shibumi) - Sunday, 01 September 2019, 15:24 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Christian Rebischke (Shibumi)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Installing community/vault and running `vault` causes a segmentation fault right at the start. Trying to debug it with gdb causes it *not* to segfault, which makes debugging it a bit difficult.
Asking on IRC, the one person checking was not able to reproduce this, but a TU also noted "inb4 go-pie wrecks", and it turns out that community/vault is indeed compiled with go-pie. Rebuilding the package with go instead causes `vault` to run correctly. Subsequently, that TU authorised me to open this bug report.
Out of curiosity, I've also rebuilt the package myself with go-pie, and the resulting package's `vault` segfaults as well.

Additional info:
* package version: community/vault-1.2.0-1

Steps to reproduce:
* Install community/vault
* Run `vault`
* See output: `Segmentation fault` (or on zsh: `zsh: segmentation fault vault`)
This task depends upon

Closed by  Christian Rebischke (Shibumi)
Sunday, 01 September 2019, 15:24 GMT
Reason for closing:  Fixed
Additional comments about closing:  vault-1.2.0-3

Loading...