From: Joogab Yun Date: Mon, 8 Oct 2018 06:16:24 +0000 (+0900) Subject: [UTC][dali-adaptor][Non-ACR][fixed crash issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6135be1f13e48fe8fc1fe7f4715c3310fd3c7a29;p=test%2Ftct%2Fnative%2Fapi.git [UTC][dali-adaptor][Non-ACR][fixed crash issue] Thread 2 "RenderThread" received signal SIGSEGV, Segmentation fault. [Switching to LWP 8824] 0xb7a6a9b2 in ?? () from /lib/libc.so.6 (gdb) bt full No symbol table info available. (this=0x80091cd4, newSurface=0x800a2428) at ../../../dali/internal/graphics/common/render-helper.cpp:117 __FUNCTION__ = "ReplaceSurface" Dali::Internal::Adaptor::CombinedUpdateRenderController::UpdateRenderThread (this=0x80091cb8) at ../../../dali/internal/adaptor/common/combined-update-render-controller.cpp:460 timeSinceLastFrame = newSurface = 0x800a2428 frameDelta = keepUpdatingStatus = surfaceResized = currentFrameStartTime = 5203762643050 isRenderingToFbo = currentTime = renderStatus = {needsUpdate = false, needsPostRender = false} nextFrameTime = noOfFramesSinceLastUpdate = updateStatus = {keepUpdating = 3082720424, needsNotification = 144, surfaceRectChanged = 255, secondsFromLastFrame = 1.40129846e-45} lastFrameTime = 5203762643050 useElapsedTime = true updateRequired = timeToSleepUntil = 0 extraFramesDropped = 0 renderToFboInterval = 0 renderToFboEnabled = frameCount = 0 __FUNCTION__ = "UpdateRenderThread" Dali::Internal::Adaptor::CombinedUpdateRenderController::InternalUpdateRenderThreadEntryFunc (This=0x80091cb8) at ../../../dali/internal/adaptor/common/combined-update-render-controller.h:249 No locals. Change-Id: Ib54bf7a893549254eca46e27b41dee85b2b38128 --- diff --git a/src/utc/dali-adaptor/application/utc-dali-application.cpp b/src/utc/dali-adaptor/application/utc-dali-application.cpp index 32b92fb11..e0d15405e 100755 --- a/src/utc/dali-adaptor/application/utc-dali-application.cpp +++ b/src/utc/dali-adaptor/application/utc-dali-application.cpp @@ -210,9 +210,9 @@ namespace bool Tick() { - if( mTestCase == APPLICATION_REPLACE_WINDOW ) + if( mTestCase == APPLICATION_REPLACE_WINDOW_P ) { - TestReplaceWindow(); + ApplicationReplaceWindowP( mApplication ); } mTimer.Stop(); @@ -389,10 +389,6 @@ namespace ApplicationViewModeSetAndGetP(mApplication); break; - case APPLICATION_REPLACE_WINDOW_P: - ApplicationReplaceWindowP(mApplication); - break; - case APPLICATION_REPLACE_WINDOW_N: ApplicationReplaceWindowN(); break; @@ -450,11 +446,6 @@ namespace } - void TestReplaceWindow() - { - - } - void TestViewMode() { mApplication.SetViewMode(STEREO_HORIZONTAL);