On Fri, Jun 15, 2012 at 11:34:03AM -0400, Matt Turner wrote: > On Fri, Jun 15, 2012 at 11:31 AM, Lluís Batlle i Rossell > <[email protected]> wrote: > > Hello, > > > > I'm running vimprobable2 with webkit 1.4.0 in the fuloong (n32), and I get > > a SIGBUS > > (bad memory alignment I imagine). > > > > Has anyone experienced this and know a solution? > > > > Program received signal SIGBUS, Bus error. > > 0x7741334c in WebCore::TimerBase::stop() () > > from > > /nix/store/lzp0jjhx3kcjh2wfkyca9fwv4cwpd4vp-webkit-1.4.0/lib/libwebkitgtk-1.0.... > > It's a misalignment issue and not very unexpected. It's impossible to > debug further without a stack trace.
Well, that part I also understood. I just wondered if someone knew this webkit issue and already had debugged it. :) I may take a look in detail. Why you say "not very unexpected" though? gcc should be clever enough not to compile code that does misalignments, isn't it? Could I enable, meanwhile, a kernel exception handler that would catch and fix those? I remember as if that existed. Thank you Matt! -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/loongson-dev?hl=en.
