Hey it seems that start of e has changed quite a bit. Would it be possible that someone updates :
http://trac.enlightenment.org/e/wiki/Debugging ? Vincent On Tue, Nov 13, 2012 at 6:47 AM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > 1. move crashdump to its own file - not in xsession-errors (gets > overitten by whatever is already writing to it) > 2. set restart env var so crashes dont bring up init splash. > > > > Author: raster > Date: 2012-11-12 21:47:36 -0800 (Mon, 12 Nov 2012) > New Revision: 79198 > Trac: http://trac.enlightenment.org/e/changeset/79198 > > Modified: > trunk/e/src/bin/e_start_main.c > > Modified: trunk/e/src/bin/e_start_main.c > =================================================================== > --- trunk/e/src/bin/e_start_main.c 2012-11-13 05:34:47 UTC (rev 79197) > +++ trunk/e/src/bin/e_start_main.c 2012-11-13 05:47:36 UTC (rev 79198) > @@ -425,6 +425,7 @@ > } > else > { > + env_set("E_RESTART", "1"); > /* in the parent */ > pid_t result; > int status; > @@ -497,7 +498,7 @@ > { > /* call e_sys gdb */ > snprintf(buffer, 4096, > - > "%s/enlightenment/utils/enlightenment_sys gdb %i %s/.xsession-errors", > + > "%s/enlightenment/utils/enlightenment_sys gdb %i %s/.e-crashdump.txt", > eina_prefix_lib_get(pfx), > child, > home); > @@ -507,7 +508,7 @@ > buffer, WEXITSTATUS(r)); > > snprintf(buffer, 4096, > - "%s/.xsession-errors", > + "%s/.e-crashdump.txt", > home); > > backtrace_str = strdup(buffer); > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel