Public bug reported: An application built with libcamera-dev crashes instantly on start in a global constructor. This can be reproduced by the 'cam' example in package libcamera-tools (run 'cam -l') or via this simple example;
#include <libcamera/libcamera.h> int main(int argc, char **argv) { libcamera::CameraManager camera_manager; } ** Affects: libcamera (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libcamera in Ubuntu. https://bugs.launchpad.net/bugs/1999284 Title: crash in global constructor Status in libcamera package in Ubuntu: New Bug description: An application built with libcamera-dev crashes instantly on start in a global constructor. This can be reproduced by the 'cam' example in package libcamera-tools (run 'cam -l') or via this simple example; #include <libcamera/libcamera.h> int main(int argc, char **argv) { libcamera::CameraManager camera_manager; } To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/1999284/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp