This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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: Creating and using GCJ ARM cross compiler


On Tue, Apr 22, 2008 at 3:12 PM, Andrew Haley <aph@redhat.com> wrote:
>  OK, good.  If this were me I'd install gcc debuginfo and step through
>  _Unwind_RaiseException, but we have, I think, established the most likely
>  culprit.
I did that, but I haven't exactly pinpointed the source of the error.
It happens somewhere in gcc/config/arm/unwind-arm.c in
unwind_phase2(), it loops about 12 times while _URC_CONTINUE_UNWIND
and then fails inside that loop. At first I thought it would be the
abort() inside that loop that was triggered, but a breakpoint on that
"abort()" (or any of the others in unwind-arm.c) does not trigger...

Matthijs.


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