On 10/22/2013 07:22 AM, Brian Clem wrote: > QSpiAccessible::accessibleEvent not handled: \"6\"
There are lots of applications crashing with exactly the same kind of trace. I think that is coming from auto-generated code over which we have no control; code generated by the meta-object compiler in Qt. There are wide suggestions to work around this problem by removing the 'qt-at-spi' package from your system. I guess the most important question is how you built Rosegarden. If that is a debug build (./configure --enable-debug) then you probably shouldn't be experiencing a crash in spite of the problem there. We have a Qt option enabled that causes it to crash on warnings such as these, for debugging purposes, and that option is NOT supposed to be enabled in a production build. However, I suspect it actually is enabled in production builds anyway. I keep meaning to test that intentionally, and haven't gotten around to it. Anyway, I don't see a solution for the QSpiAccessible::accessibleEvent nonsense other than the listed workaround. It's not something we're doing directly. I suppose it's possible you have some weird accessibility stuff enabled on your system; maybe for kids with disabilities or something. If so, yours makes for an interesting test environment. If not, we'll just try having you remove the 'qt-at-spi' package and move on. I don't actually see what use that thing is supposed to be anyway. -- D. Michael McIntyre ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Rosegarden-user mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-user
