Bug#888782: fp-compiler-3.0.4: fpselect segfaults on arm64

2019-01-24 Thread peter green
Tags 888782 +patch Thanks Freepascal upstream noted that this bug was not present in trunk, but didn't research when/how it was fixed, so I decided to do some digging in the source. It turns out that the "generic syscalls" implementation of fpSelect (used for aarch64) translates the timeout

Bug#888782: fp-compiler-3.0.4: fpselect segfaults on arm64

2018-11-10 Thread Paul Gevers
Control: forwarded -1 https://bugs.freepascal.org/view.php?id=34534 On 10-11-18 19:22, Paul Gevers wrote: > I'll forward this upstream today. Done. Paul signature.asc Description: OpenPGP digital signature

Bug#888782: fp-compiler-3.0.4: fpselect segfaults on arm64

2018-11-10 Thread Paul Gevers
Hi Adam, Thanks for reporting this issue. Sorry for not responding earlier, it must have slipped through the cracks. I'll forward this upstream today. Paul On Mon, 29 Jan 2018 21:46:22 +0100 Adam Borowski wrote: > Package: fp-compiler-3.0.4 > Version: 3.0.4+dfsg-14 > Severity: normal > > Hi!

Bug#888782: fp-compiler-3.0.4: fpselect segfaults on arm64

2018-01-29 Thread Adam Borowski
Package: fp-compiler-3.0.4 Version: 3.0.4+dfsg-14 Severity: normal Hi! The following program segfaults on arm64: . uses baseunix; begin fpselect(input, nil) end. ` (Segfault in fpc doesn't give a message, just silently aborts the program with return code 216.) On amd64 and armhf, all