How to solve the problem of abrt-hook-ccpp in Brother
This article mainly explains "how to solve the abrt-hook-ccpp of Brother". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn "how to solve the abrt-hook-ccpp of Brother"!
Brother has a problem. When using the kill command to kill a task, an abrt-hook-ccpp pops up and takes up CPU crazily.
What is abrt-hook-ccpp?
Hook is hook, hook technology, hook function.
Ccpp is C++.
Abrt is abrtd:automatically bug report daemon. Automatically report the bug daemon.
If you want to turn it off:
Systemctl stop abrt-ccpp.service
Systemctl disable abrt-ccpp.service
Systemctl status abrt-ccpp.service
About abrt:
Abrtd is an application crash monitored by a daemon. When a crash occurs, it will collect the crash (core file command line, etc.) application, and take measures according to the type of crash and according to the configuration in the abrt.conf config file.
Located in the / etc/abrt directory are its configuration abrt.conf and so on.
Abrt application scenarios:
First of all, this service process should be installed on the device.
In linux debugger, the most painful thing is that the program crashes abnormally, but the core file can not be found, so it is difficult to locate the problem. But with core files, it's much easier to locate. Generally, you can set ulimit-c unlimited in the environment variable. But on-site implementers sometimes forget to set this command. So what to do? you can do this by setting up linux's abrt service. At this point, I believe you have a deeper understanding of "how to solve the abrt-hook-ccpp of Brother". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!