This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SIGSEGV after infinite recursion in __vfprintf_chk?


> What puzzles me is the fact that __vfprintf_chk() does not (seem to) detect
> any problem, instead it is apparently recursing indefinitely until there's
> no more RAM available (see the ook_killer and the end of my gdb log).

For the records, I solved my problem disabling FORTIFY_SOURCE:

CT_LIBC_GLIBC_EXTRA_CFLAGS="-U_FORTIFY_SOURCE"

Thanks to Yann for the support.

Luca




--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]