http://bugzilla.novell.com/show_bug.cgi?id=586243 http://bugzilla.novell.com/show_bug.cgi?id=586243#c5 --- Comment #5 from Pavol Rusnak <prusnak@novell.com> 2010-03-29 18:52:15 CEST --- Frank: try compiling locally this way (also, do you apply lgeneral-packed.patch ?) export CFLAGS="`rpm -E %optflags`" /configure --prefix=/usr make sudo make install (I expect -D_FORTIFY_SOURCE=2 or -fstack-protector option are causing this, which detects overflows). Furthermore, I grepped sources for sprintf, which is mentioned in the backtrace and it is used heavily (684) and (at least) one of them seems to overflow the buffer. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.