Don't use locate to find new files, likely it will not tell you about them until you (or a cron job) call updatedb. Just look for a file called ~/.e-crashdump.txt.
Pierre Couderc ha scritto il 17/04/2015 alle 17:33: > Thank you. > > 1- I use debian jessie and e19 built by me with no option at all from > git but with "git checkout v0.19.4." > Particularly, I have not explicitely modified files to add "-g and > -ggdb3 in CFLAGS". Should I do that? > The pattern "gdb" does not exist in my > /usr/local/etc/enlightenment/sysactions.conf. Should I add it ? > how ? > Is there some hotwto whech explains that ? > 2- when I : > > sudo sysctl -w kernel.yama.ptrace_scope=0 > > I get in echo > > kernel.yama.ptrace_scope=0 > > 3- after 2, and test and crash, I find nothing in "locate crashdump" > (4- yes , I have done a sudo updatedb). > It seems it is not generated. > > On 04/17/2015 03:40 PM, Carsten Haitzler (The Rasterman) wrote: >> On Fri, 17 Apr 2015 15:34:41 +0200 Pierre Couderc<[email protected]> said: >> >>> Well. >>> I do not find anything with >>> locate crashdump >>> But I am ready to compile with debug symbols if I am told how to do. >>> I do not use git master as it is my production computer, but I a ready >>> to make a trial it if it helps. >>> I am glad to contribute with my tests and reports. >> white box of death means you should get ~/.e-crashdump.txt - unless your >> distro >> has yama ptrace inhibited. >> >> sudo sysctl -w kernel.yama.ptrace_scope=0 >> >> will enable ptrace and crashdumps again. (until you reboot) >> >>> PC >>> >>> >>> On 04/17/2015 12:16 PM, Carsten Haitzler (The Rasterman) wrote: >>>> On Fri, 17 Apr 2015 09:00:47 +0200 Pierre Couderc<[email protected]> said: >>>> >>>>> I have compiled an application - gtk3 based- and I have many crashes >>>>> with it under e0.19.4. >>>>> The crash is "Enlightenment error", and recover F1 works ok. >>>>> When I say many, it is systematic when I hoover more than 2 seconds over >>>>> any button. >>>>> Is there something known about this kind of problem ? >>>> nope - get a backtrace. e dumps ~/.e-crashdump.txt ... i do hope you have >>>> debug symbols. also - does it still happen on git master? >>>> >>> ------------------------------------------------------------------------------ >>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>> Develop your own process in accordance with the BPMN 2 standard >>> Learn Process modeling best practices with Bonita BPM through live exercises >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>> _______________________________________________ >>> enlightenment-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >>> > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- Massimo Maiurana Ragusa (RG) ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
