This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
GDB/gcc-6: catch_stack_overflow fails on arm-elf #999
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb at sourceware dot org
- Date: Tue, 17 May 2016 09:16:04 -0700
- Subject: GDB/gcc-6: catch_stack_overflow fails on arm-elf #999
- Authentication-results: sourceware.org; auth=none
See https://gaia.eu.adacore.com/testsuites/report/15032633
The problem appears to be an inability to unwind from
__gnat_debug_raise_exception all the way to the user code
after stack-overflow detection caused a S_E exception.
We should take a look before switching the arm-elf wavefronts
to gcc-6.
assigned to brobecker
copy to hainque, rogers
--
Joel