[UTC][dali-adaptor][Non-ACR][fixed crash issue]
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Oct 2018 06:16:24 +0000 (15:16 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 12 Oct 2018 02:26:46 +0000 (11:26 +0900)
commit70f0e8fad1cf60826d179d2927a2e163cc6cfc98
treed8461b1e923868c913da8dd7e0844d763da17188
parent418f29e99b9232c2d13f94ada11b5072c8491272
[UTC][dali-adaptor][Non-ACR][fixed crash issue]

- Added to prevent 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 = <optimized out>
        newSurface = 0x800a2428
        frameDelta = <optimized out>
        keepUpdatingStatus = <optimized out>
        surfaceResized = <optimized out>
        currentFrameStartTime = 5203762643050
        isRenderingToFbo = <optimized out>
        currentTime = <optimized out>
        renderStatus = {needsUpdate = false, needsPostRender = false}
        nextFrameTime = <optimized out>
        noOfFramesSinceLastUpdate = <optimized out>
        updateStatus = {keepUpdating = 3082720424, needsNotification =
144, surfaceRectChanged = 255, secondsFromLastFrame = 1.40129846e-45}
        lastFrameTime = 5203762643050
        useElapsedTime = true
        updateRequired = <optimized out>
        timeToSleepUntil = 0
        extraFramesDropped = 0
        renderToFboInterval = 0
        renderToFboEnabled = <optimized out>
        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
src/utc/dali-adaptor/application/utc-dali-application.cpp