On Sun, 6 Aug 2006 20:11:23 +0300 blak <[EMAIL PROTECTED]> babbled: > Hello > e17 periodicaly segfault for me. > Here is backtrace output: > #0 0xb7940fe8 in ___newselect_nocancel () from /lib/tls/libc.so.6 > #1 0xb79f7662 in _XWaitForReadable () from /usr/X11R6/lib/libX11.so.6 > #2 0xb79f7a65 in _XRead () from /usr/X11R6/lib/libX11.so.6 > #3 0xb79f9994 in _XReadEvents () from /usr/X11R6/lib/libX11.so.6 > #4 0xb79e7ba8 in XNextEvent () from /usr/X11R6/lib/libX11.so.6 > #5 0x080ca56e in e_alert_show ( > text=0x8124ab8 "This is very bad. Enlightenment has > segfaulted.\nThis is not meant to happen and is likely a sign of a\nbug > in Enlightenment or the libraries it relies on.\n\nYou can gdb attach > to this process now to try"...) > at e_alert.c:129 > #6 0x080b3e3f in e_sigseg_act (x=11, info=0xbfa0171c, data=0xbfa0179c) > at e_signals.c:53 > #7 <signal handler called> > #8 0xb7cddcc8 in ecore_main_fd_handler_del (fd_handler=0x3bb) > at ecore_main.c:167 > #9 0xb7ce90ca in kill_server (svr=0x87a8748) at ecore_con.c:1060 > #10 0xb7ce96ea in _ecore_con_cl_handler (data=0x87a8748, > fd_handler=0x888e800) > at ecore_con.c:1282 > #11 0xb7cde559 in _ecore_main_fd_handlers_call () at ecore_main.c:414 > #12 0xb7cdea1a in _ecore_main_loop_iterate_internal (once_only=0) > at ecore_main.c:630 > #13 0xb7cddba1 in ecore_main_loop_begin () at ecore_main.c:79 > #14 0x08063a7a in main (argc=1, argv=0xbfa3dd14) at e_main.c:669 > > > I also have 'bt full' output if someone need. > e17 was build from 2006.07.22 cvs sources.
disable any modules that don't come with e17 itself - you have one - i am sure, as e makes NO client connects OUT to servers and your bt is inside a call used only by socket clients. i suspect a bug in a module u are using that may do things like free() on the server handle they get back from ecore_con for example. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
