1

My Questions could be a similar to this. But i need...

System Problem Detected

Where does the problem will be reported?

What would happen if we cancel it?

What could be the possible Reasons of such occurrence?

Is there any Log/History files to view the sent Report?

How to know that the problem was solved or being solved?

Ways to report it manually, if we found? Do Help me !

1 Answers1

3

Where does the problem will be reported?

Launchpad in general and specifically: to the package the crash occurred on. By the way: if this specific crash is already known you will get a notice regarding that.

What would happen if we cancel it?

No report will be filed.

What could be the possible Reasons of such occurrence?

Bug in a program. Faulty hardware. Unsupported features in hardware.

Is there any Log/History files to view the sent Report?

The program apport (Ubuntu specific) stores crashes in /var/crash. (See https://wiki.ubuntu.com/Apport and this on U&L).

How to know that the problem was solved or being solved?

Track down the bugreport number and visit Launchpad.

Ways to report it manually, if we found?

Sure you can manually report a bug on Launchpad BUT you will need to get all the information added to a bug report otherwise it will be marked as "incomplete".

Rinzwind
  • 299,756
  • Thanks a lot@Rinzwind. But, How it (launchpad) will detect the problem and can we able to send it via terminal. – Madhusudhanan Aug 13 '15 at 13:24
  • That would be apprt-cli. See http://manpages.ubuntu.com/manpages/vivid/man1/apport-cli.1.html But that probably means you need to gather all of the data yourself. And it is a lot. – Rinzwind Aug 13 '15 at 13:27
  • Thanks again @Rinzwind but is it good to delete the Crash Folder ? Gimme the command to send it via terminal with an example! please !!! – Madhusudhanan Aug 13 '15 at 13:29
  • see http://www.linux-commands-examples.com/apport-cli And you can delete the crash folder anytime you like. – Rinzwind Aug 13 '15 at 13:34
  • Really I've got a valid answers according to each Question. Thanks a lot @Rinzwind – Madhusudhanan Aug 13 '15 at 14:25