PJSingh5000 (pjsingh5000), It's because you try to open the ubiquity python program directly with gdb.
Install python3 debug symbol (python3-dbg), then try something like this : gdb -ex r --args /usr/bin/python3 /usr/lib/ubiquity/bin/ubiquity gtk_ui or if the process is already running : gdb python3 <PID> The Cmdline is based on the crash file I got earlier by someone : InterpreterPath: /usr/bin/python3.6 ProcCmdline: /usr/bin/python3 /usr/lib/ubiquity/bin/ubiquity gtk_ui -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767720 Title: Ubiquity crashed during install of 18.04 with error 'BadAccess (attempt to access private resource denied)' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1767720/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
