Menu

#3 flavorc gives segv

open
nobody
None
5
2007-02-22
2007-02-22
No

Starting program: /home/thoth/vendor/flavor/bin/flavorc -gj -oj com.ttv.sdv.server.minicarousel /home/thoth/work/sdv/sdv-server/src/main/flavor/SDBConfiguration.fl

Program received signal SIGSEGV, Segmentation fault.
0xb7e87ea1 in free () from /lib/libc.so.6
(gdb) where
#0 0xb7e87ea1 in free () from /lib/libc.so.6
#1 0xb7e85073 in _IO_free_backup_area () from /lib/libc.so.6
#2 0xb7e83517 in _IO_file_overflow () from /lib/libc.so.6
#3 0xb7e82ae3 in _IO_file_xsputn () from /lib/libc.so.6
#4 0xb7e5ef9c in vfprintf () from /lib/libc.so.6
#5 0x0805e2c7 in c_outi (fmt=0x8078847 "// import \"%s\"\n") at cout.c:73 #6 0x0805defd in j_compile (lp=0x808d220) at compile.c:512
#7 0x0805e1f7 in compile (parsed_code=0x808d220) at compile.c:622
#8 0x0806735e in main (argc=5, argv=0xbff82524) at main.c:470

This worked weeks and weeks ago, but crashed today.

One possibility is that a recent OS upgrade installed glibc-2.5.

I noticed that the code included code to use the va_list twice without an _end _start sequence between, but fixing that didn't make the SEGV go away.

Discussion


Log in to post a comment.