The Apport crash Logs show nothing - my Ubuntu whose config is as
seen below crashed every time i tried to Build the Unity 2D game .
The apport created - crash log files , at the location - /var/crash/ - are empty.
-rw-r----- 1 syslog adm 383558885 Dec 15 09:53 syslog
dhankar@dhankar-VPCEB44EN:~$ ls -ltr /var/crash/
total 988
-rw-r----- 1 dhankar whoopsie 945683 Dec 13 15:32 _usr_bin_evince-thumbnailer.1000.crash
-rw-r----- 1 dhankar whoopsie 62319 Dec 14 23:26 _usr_share_apport_apport-gtk.1000.crash
dhankar@dhankar-VPCEB44EN:~$ sudo nano _usr_share_apport_apport-gtk.1000.crash
[sudo] password for dhankar:
dhankar@dhankar-VPCEB44EN:~$ sudo gedit _usr_share_apport_apport-gtk.1000.crash
** (gedit:5984): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported
dhankar@dhankar-VPCEB44EN:~$ sudo gedit _usr_bin_evince-thumbnailer.1000.crash
** (gedit:6000): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported
dhankar@dhankar-VPCEB44EN:~$ sudo nano _usr_bin_evince-thumbnailer.1000.crash
dhankar@dhankar-VPCEB44EN:~$
As realized now after reading the APPORT manual page - Apport is not enabled as a default its disabled , even though its installed - cool . So for now enabling Apport and hoping it provides me further intelligence on the next Unity Build Crash . Crash it will as its happened thrice already - seems i dont have enough system RAM and / or GPU / CPU memory available to create a build of a very basic Unity 2D game with just 1Scene/ 1 Level.
Seems my - apport - is enabled ?
$ cd /etc/default/
$ ls -ltr | grep apport
-rw-r--r-- 1 root root 149 Mar 31 2016 apport
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=1
If its enabled then why nothing logged within the file - _usr_share_apport_apport-gtk.1000.crash ??
Source = https://wiki.ubuntu.com/Apport
The apport created - crash log files , at the location - /var/crash/ - are empty.
-rw-r----- 1 syslog adm 383558885 Dec 15 09:53 syslog
dhankar@dhankar-VPCEB44EN:~$ ls -ltr /var/crash/
total 988
-rw-r----- 1 dhankar whoopsie 945683 Dec 13 15:32 _usr_bin_evince-thumbnailer.1000.crash
-rw-r----- 1 dhankar whoopsie 62319 Dec 14 23:26 _usr_share_apport_apport-gtk.1000.crash
dhankar@dhankar-VPCEB44EN:~$ sudo nano _usr_share_apport_apport-gtk.1000.crash
[sudo] password for dhankar:
dhankar@dhankar-VPCEB44EN:~$ sudo gedit _usr_share_apport_apport-gtk.1000.crash
** (gedit:5984): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported
dhankar@dhankar-VPCEB44EN:~$ sudo gedit _usr_bin_evince-thumbnailer.1000.crash
** (gedit:6000): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported
dhankar@dhankar-VPCEB44EN:~$ sudo nano _usr_bin_evince-thumbnailer.1000.crash
dhankar@dhankar-VPCEB44EN:~$
As realized now after reading the APPORT manual page - Apport is not enabled as a default its disabled , even though its installed - cool . So for now enabling Apport and hoping it provides me further intelligence on the next Unity Build Crash . Crash it will as its happened thrice already - seems i dont have enough system RAM and / or GPU / CPU memory available to create a build of a very basic Unity 2D game with just 1Scene/ 1 Level.
Seems my - apport - is enabled ?
$ cd /etc/default/
$ ls -ltr | grep apport
-rw-r--r-- 1 root root 149 Mar 31 2016 apport
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=1
If its enabled then why nothing logged within the file - _usr_share_apport_apport-gtk.1000.crash ??
Source = https://wiki.ubuntu.com/Apport
No comments:
Post a Comment