Here is the stack:
Sorry, I couldn't find a place to submit it, so I post it here.

 
(gdb) r theme.edc
Starting program: /usr/local/bin/edje_cc theme.edc
[Thread debugging using libthread_db enabled]
[New Thread 1080427264 (LWP 24349)]
Detaching after fork from child process 24352.
 
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1080427264 (LWP 24349)]
0x405a6f4b in strlen () from /lib/tls/libc.so.6
(gdb) bt
#0  0x405a6f4b in strlen () from /lib/tls/libc.so.6
#1  0x402fc347 in eet_data_put_string (src="" size_ret=0x2) at eet_data.c:1023
#2  0x402fc0a4 in eet_data_put_type (type=Variable "type" is not available.
) at eet_data.c:1135
#3  0x402fd089 in eet_data_descriptor_encode (edd=0x80594b0, data_in=0x805a4f0, size_ret=0x2) at eet_data.c:1986
#4  0x402fd706 in eet_data_write (ef=0x8064428, edd=0x80594b0, name=0x80520a5 "edje_file", data="" compress=1)
    at eet_data.c:1641
#5  0x0804b15e in data_write () at edje_cc_out.c:200
#6  0x0804a12b in main (argc=2, argv=0xbfffdff4) at edje_cc.c:212
(gdb)


Thanks
Andreas
On 8/13/05, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote:
On Sat, 13 Aug 2005 13:48:23 +0100
Andreas Orfanos <[EMAIL PROTECTED]> wrote:

> I am building from scratch EFL, and when I installed emotion I
> have the Segmentation fault bellow. I am building from CVS source
> tree.
>
> edje_cc -v -id ../data -fd ../data \
> ../data/theme.edc \
> ../data/theme.edj
> edje_cc: Opening "/tmp/edje_cc.edc-tmp-BKXrS8" for input
> edje_cc: Parsing input file
> edje_cc: Parsing done
> make[1]: *** [theme.edj] Segmentation fault
> make[1]: *** Deleting file `theme.edj'

Get a backtrace and submit it:

cd data
gdb edje_cc
r theme.edc
bt

--
learn to quote: http://www.netmeister.org/news/learn2quote.html


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to