Nux

Activity log for bug #1097281

Date Who What changed Old value New value Message
2013-01-08 13:53:25 Eleni Maria Stea bug added bug
2013-01-08 14:10:07 Eleni Maria Stea nux: assignee Eleni Maria Stea (hikiko)
2013-01-08 15:53:41 Eleni Maria Stea nux: assignee Eleni Maria Stea (hikiko)
2013-01-21 15:11:19 Eleni Maria Stea nux: assignee Eleni Maria Stea (hikiko)
2013-01-22 08:35:11 Eleni Maria Stea nux: importance Undecided Low
2013-02-01 07:59:10 Sam Spilsbury nux: assignee Eleni Maria Stea (hikiko) Sam Spilsbury (smspillaz)
2013-02-01 07:59:13 Sam Spilsbury nux: status New Confirmed
2013-02-01 08:00:53 Sam Spilsbury description I run: make check and when the tests start I get the following errors in .xtest-text-entry: ./xtest-text-entry nux::logging::Writer::Writer() Nux: Gpu Vendor: Intel Open Source Technology Center Nux: Gpu Renderer: Mesa DRI Intel(R) Ivybridge Mobile x86/MMX/SSE2 Nux: Gpu OpenGL Version: 3.0 Mesa 9.0 Nux: Gpu OpenGL Major Version: 3 Nux: Gpu OpenGL Minor Version: 0 Nux: The GraphicsEngine is using the GLSL shader code path. Nux: [IBusIMEContext::IBusIMEContext] Can not connect to ibus Nux: TextEntry created: Ok Nux: Typed "Nux": Ok make[2]: *** [test-apps] Segmentation fault (core dumped) make[2]: Leaving directory `/shared/common/staging/source/nux/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/shared/common/staging/source/nux/tests' make: *** [check-recursive] Error 1 I run: make check and when the tests start I get the following errors in .xtest-text-entry: ./xtest-text-entry nux::logging::Writer::Writer() Nux: Gpu Vendor: Intel Open Source Technology Center Nux: Gpu Renderer: Mesa DRI Intel(R) Ivybridge Mobile x86/MMX/SSE2 Nux: Gpu OpenGL Version: 3.0 Mesa 9.0 Nux: Gpu OpenGL Major Version: 3 Nux: Gpu OpenGL Minor Version: 0 Nux: The GraphicsEngine is using the GLSL shader code path. Nux: [IBusIMEContext::IBusIMEContext] Can not connect to ibus Nux: TextEntry created: Ok Nux: Typed "Nux": Ok make[2]: *** [test-apps] Segmentation fault (core dumped) make[2]: Leaving directory `/shared/common/staging/source/nux/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/shared/common/staging/source/nux/tests' make: *** [check-recursive] Error 1 Further information: The test segfaults in the signal handler for SetKeyFocusArea after calling nux::GetWindowThread. This is because the tests unsafely call directly into the program thread from the test thread, so when the signal fires, it attempts to access thread local storage that doesn't exist. Fixing this requires some framework in nux to communicate with window threads outside of the event system.
2013-02-01 09:23:41 Launchpad Janitor branch linked lp:~smspillaz/nux/nux.fix_1097281
2013-02-25 19:20:21 PS Jenkins bot nux: status Confirmed Fix Committed
2013-02-26 16:50:42 Launchpad Janitor nux (Ubuntu): status New Fix Released
2013-05-10 18:02:16 Stephen M. Webb nux: status Fix Committed Fix Released