Re: [PATCH, alpha]: Introduce alpha_frob_update_context

2011-12-19 Thread Uros Bizjak
On Mon, Dec 19, 2011 at 11:21 PM, Richard Henderson wrote: > On 12/19/2011 02:14 PM, Uros Bizjak wrote: >> (gdb) bt >> #0  _Unwind_RaiseException (exc=0xf840453300) at >> ../../../gcc-svn/trunk/libgcc/unwind.inc:135 >> #1  0x02559a8c in __go_unwind_stack () at >> ../../../gcc-svn/trunk/lib

Re: [PATCH, alpha]: Introduce alpha_frob_update_context

2011-12-19 Thread Richard Henderson
On 12/19/2011 02:14 PM, Uros Bizjak wrote: > (gdb) bt > #0 _Unwind_RaiseException (exc=0xf840453300) at > ../../../gcc-svn/trunk/libgcc/unwind.inc:135 > #1 0x02559a8c in __go_unwind_stack () at > ../../../gcc-svn/trunk/libgo/runtime/go-unwind.c:175 > #2 0x02556d44 in __go_panic (

[PATCH, alpha]: Introduce alpha_frob_update_context

2011-12-19 Thread Uros Bizjak
Hello! This problem was uncovered by a libgo testsuite, where SIGSEGV handler in html/template test resulted in Program received signal SIGSEGV, Segmentation fault. libgo_html.template.Error.pN25_libgo_html.template.Error (e=0x0) at error.go:185 185 if e.Line != 0 { While x86_64 reco