[Bug 1934183] [NEW] ARMHF Firefox crashes when receiving passwords via Firefox Sync

2021-06-30 Thread Timothy Baldwin
Public bug reported: Also tested on 20.04.2 LTS (GNU/Linux 5.10.34+ aarch64) on AWS. 1. Install ARMHF Firefox package (ARM64 and x8-64 packages work correctly). 2. Create new profile 3. Sign into Firefox Sync (with at least one password saved in sync account) 4. Within a few minutes Firefox crash

[Bug 1914961] [NEW] Contains literal path: /usr/lib/${DEB_HOST_MULTIARCH}

2021-02-07 Thread Timothy Baldwin
Public bug reported: The libnss3 package contains a directory named "/usr/lib/${DEB_HOST_MULTIARCH}", which is probably a mistake. ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: libnss3 2:3.55-1ubuntu3 ProcVersionSignature: Ubuntu 5.8.0-41.46-lowlatency 5.8.18 Uname: Linux 5.8.0-41-lowlate

[Bug 1884103] Re: Null pointer derefernce when iterating trees

2021-01-16 Thread Timothy Baldwin
** Changed in: python-pygit2 (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884103 Title: Null pointer derefernce when iterating trees To manage notific

[Bug 1854573] WifiSyslog.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453684/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573 Ti

[Bug 1854573] ProcInterrupts.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453681/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/185

[Bug 1854573] ProcModules.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453682/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573

[Bug 1854573] ProcCpuinfoMinimal.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453680/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1854573] acpidump.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453685/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573 Title:

[Bug 1854573] Lspci.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453679/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573 Title: Secc

[Bug 1854573] UdevDb.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453683/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573 Title: Se

[Bug 1854573] Dependencies.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453678/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573

[Bug 1854573] CurrentDmesg.txt

2021-01-16 Thread Timothy Baldwin
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1854573/+attachment/5453677/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573

[Bug 1854573] Re: Seccomp check skipped for syscall -1 in straced process and PTRACE_SYSEMU broken

2021-01-16 Thread Timothy Baldwin
apport information ** Tags added: apport-collected focal ** Description changed: If system call number -1 is called and the process is being traced with PTRACE_SYSCALL, for example by strace, the seccomp check is skipped and -ENOSYS is returned unconditionally (unless altered by the tracer

[Bug 1884103] [NEW] Null pointer derefernce when iterating trees

2020-06-18 Thread Timothy Baldwin
Public bug reported: Reproduce with: git init t cd t mkdir x touch x/y git add x/y git write-tree python3 -c 'import pygit2; repo = pygit2.Repository("."); next(iter(repo["7904c9b632eaca0cd04c4a30f4b50c994d434c9a"] / "x"))' Fixed in upstream commit ccf4df153c68d4af7d3d0f4f4f9104afc6f38d43 ** A

[Bug 1854573] Re: Seccomp check skipped for syscall -1 in straced process and PTRACE_SYSEMU broken

2020-02-02 Thread Timothy Baldwin
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854573 Title: Seccomp check skipped for syscall -1 in straced process and

[Bug 1854574] [NEW] Seccomp generated SIGSYS has wrong return address if x0 = -513

2019-11-30 Thread Timothy Baldwin
Public bug reported: The seccomp man page states the for signals generated by SECCOMP_RET_TRAP, "The program counter will be as though the system call happened (i.e., the program counter will not point to the system call instruction)." However if x0 (first argument and return value) contains the

[Bug 1854573] [NEW] Seccomp check skipped for syscall -1 in straced process and PTRACE_SYSEMU broken

2019-11-30 Thread Timothy Baldwin
Public bug reported: If system call number -1 is called and the process is being traced with PTRACE_SYSCALL, for example by strace, the seccomp check is skipped and -ENOSYS is returned unconditionally (unless altered by the tracer), rather than carrying out action specified in the seccomp filter.

[Bug 1854573] Re: Seccomp check skipped for syscall -1 in straced process and PTRACE_SYSEMU broken

2019-11-30 Thread Timothy Baldwin
** Attachment added: "Test case for skipped syscall" https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1854573/+attachment/5308877/+files/sysemu_test.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n