Hi,

On Wed, Jan 4, 2012 at 2:54 PM, Denis Valdenaire <dvaldena...@gmail.com> wrote:
> I've seen a thread (
> http://www.mail-archive.com/enlightenment-users@lists.sourceforge.net/msg16525.html
> )
> talking about an icon that cause E to segfault. If someone is interested, i
> got one.
> When removed, it don't crashes no more.
>
> If it happens to you, i recommend the following to find the "offensive
> icon" :
> strace -o /tmp/e.log -p PID_OF_E
> make it crashes
> stop strace
> edit /tmp/e.log
> search SEG
>
> sample :
>
> 5930  14:55:41
> open("/opt/ibm/lotus/Sametime/shared/eclipse/features/com.ibm.collaboration.realtime.branding.feature_8.5.1.20100709-1657/icons/sametime.ico",
> O_RDONLY|O_LARGEFILE) = 32
> 5930  14:55:41 fcntl64(32, F_GETFD)     = 0
> 5930  14:55:41 fcntl64(32, F_SETFD, FD_CLOEXEC) = 0
> 5930  14:55:41 fstat64(32, {st_mode=S_IFREG|0755, st_size=42166, ...}) = 0
> 5930  14:55:41 rt_sigaction(SIGBUS, {0xe67d50, [], SA_RESTART|SA_SIGINFO},
> NULL, 8) = 0
> 5930  14:55:41 mmap2(NULL, 42166, PROT_READ, MAP_SHARED, 32, 0) = 0xb742f000
> 5930  14:55:41 madvise(0xb742f000, 42166, MADV_SEQUENTIAL) = 0
> 5930  14:55:41 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

Sorry but strace is of little help for us. Could you run E17 with
either gdb or valgrind ? enlightenment_start -valgrind would be the
best solution from my point of view. For more information about
debugging, you can look at
http://trac.enlightenment.org/e/wiki/Debugging .

Thanks,
-- 
Cedric BAIL

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to