I want to let Apport catching all crashes - system wide - which means also crashes in programs which are located for example inside the HOME folder of a user and not part of Ubuntu packages. Is there any configuration option to realize this?
Silly example:
#include <stdio.h>
int main() { printf("%n%n%n"); return 0; }
make test && ./test
Will create a crash but Apport will not intercept it.
CrashReporter on MacOS is able to create a crash report for all executable files regardless of where they are located in the system.
.crashfile in/var/crash? If not, try checking before dismissing the dialog that says the but cannot be reported. If the.crashfile is there, is there a problem using these tools (such asapport-unpack) to access the data in the file? – Eliah Kagan Jan 24 at 10:49