On Sat, 13 Aug 2005 17:47:39 +0100 Andreas Orfanos <[EMAIL PROTECTED]>
babbled:

> 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=0x805a50c, 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=0x805a4f0, 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)

size_ret is wrong, but if you look at the code - this stack trace is impossible
unless something has fucked with the stack after that call, or unless you
literally have a compiler bug. you will want to now try run this under valgrind.
see another mail i mailed recently about valgrind. :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
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