Bug#1091493: segfault in python script using appstream provides

2024-12-31 Thread Petter Reinholdtsen
After upgrading my sid chroot a second time, the python script stopped segfaulting. No idea what changed. -- Happy hacking Petter Reinholdtsen

Bug#1091493: segfault in python script using appstream provides

2024-12-27 Thread Petter Reinholdtsen
Package: gir1.2-appstream-1.0 Version: 1.0.4-1 Severity: important The following script segfaults when running in Debian unstable: #!/usr/bin/env python3 # # Find all software components which have a modalias in the # AppStream database and prints them to stdout. # # WARNING: This is pure example