Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        main.c 


Log Message:
* Oops - committed backtrace again

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- main.c      11 Apr 2006 09:57:42 -0000      1.7
+++ main.c      11 Apr 2006 10:02:23 -0000      1.8
@@ -19,8 +19,8 @@
    write(2, "**** SEGMENTATION FAULT ****\n", 29);
    write(2, "**** Printing Backtrace... *****\n\n", 34);
   
-   size = backtrace(array, 255);
-   backtrace_symbols_fd(array, size, 2);
+   /*size = backtrace(array, 255);
+   backtrace_symbols_fd(array, size, 2);*/
 
    ecore_x_pointer_ungrab();
    ecore_x_keyboard_ungrab();




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to