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 0x0000020000559a8c in __go_unwind_stack () at > ../../../gcc-svn/trunk/libgo/runtime/go-unwind.c:175 > #2 0x0000020000556d44 in __go_panic (arg=...) at > ../../../gcc-svn/trunk/libgo/runtime/go-panic.c:85 > #3 0x0000020000564be8 in runtime_panicstring (s=0x200007fb737 > "invalid memory address or nil pointer dereference") > at ../../../gcc-svn/trunk/libgo/runtime/runtime.c:83 > #4 0x000002000055875c in sighandler (sig=<optimized out>) at > ../../../gcc-svn/trunk/libgo/runtime/go-signal.c:183 > #5 0x0000020002c82620 in ?? () from /lib/libc.so.6.1
Note that this is in libc, not a DSO (which the linux alpha kernel never creates). And how old is your glibc that it doesn't have "S" set in the frame? Otherwise I suppose the patch is ok with an update to the comment. r~