[Bug 446866] Re: gtk-gnash crashed with SIGSEGV in _savegpr_30()

Marcus Comstedt marcus at mc.pp.se
Sun Dec 6 19:57:34 UTC 2009


This happens to me as well.

Analyzing the problem, I found that the called function "_savegpr_30"
has a non-standard calling convention; it takes its input parameter in
r11.  However, the call to the function goes through the PLT (a dynamic
call), which clobbers r11.  This looks like a GCC bug.

The following GCC patch might be relevant: http://gcc.gnu.org/ml/gcc-
patches/2008-10/msg00264.html

-- 
gtk-gnash crashed with SIGSEGV in _savegpr_30()
https://bugs.launchpad.net/bugs/446866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list