On Thu, 23 Feb 2012 17:32:24 +0100 Vincent Torri <vincent.to...@gmail.com> said:

> Hey
> 
> On Windows, when loading some edje files (for example the basic.edj
> from edje examples, there's a seg fault.
> 
> Itracked that an found that it's in find_node_by_name() (in
> eet_lib.c). The problem seems 'efn->name. I can't even display it. I
> have absolutely no idea on how to fix that (no valgrind on windows...
> valgrind, i miss you so much !)
> 
> any help is welcome

if you have gdb you can:

p *ef
p *efn

efn->name literally was sourced from the file... the newer eet format literally
has this from a mmaped segment of the file (eet_internal_read2()). maybe
something happened to your mmaped file ?

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to