1 | Program terminated with signal SIGFPE, Arithmetic exception.
|
---|
2 | #0 0x000000000061d8a6 in Graphics::VectorRendererSpec<unsigned short>::calcGradient (this=0x2b7cf50, pos=0, max=0) at graphics/VectorRendererSpec.cpp:406
|
---|
3 | 406 pos = (MIN(pos * Base::_gradientFactor, max) << 12) / max;
|
---|
4 | (gdb) bt
|
---|
5 | #0 0x000000000061d8a6 in Graphics::VectorRendererSpec<unsigned short>::calcGradient (this=0x2b7cf50, pos=0, max=0) at graphics/VectorRendererSpec.cpp:406
|
---|
6 | #1 0x000000000061d4b9 in Graphics::VectorRendererSpec<unsigned short>::precalcGradient (this=0x2b7cf50, h=0) at graphics/VectorRendererSpec.cpp:431
|
---|
7 | #2 0x0000000000623a27 in Graphics::VectorRendererAA<unsigned short>::drawInteriorRoundedSquareAlg (this=0x2b7cf50, x1=609, y1=1, r=0, w=11, h=0, color=65331, fill_m=Graphics::VectorRenderer::kFillGradient) at graphics/VectorRendererSpec.cpp:2294
|
---|
8 | #3 0x0000000000622be0 in Graphics::VectorRendererAA<unsigned short>::drawRoundedSquareAlg (this=0x2b7cf50, x1=608, y1=0, r=1, w=13, h=2, color=65331, fill_m=Graphics::VectorRenderer::kFillGradient) at graphics/VectorRendererSpec.cpp:2387
|
---|
9 | #4 0x0000000000617084 in Graphics::VectorRendererSpec<unsigned short>::drawRoundedSquare (this=0x2b7cf50, x=608, y=0, r=1, w=13, h=2) at graphics/VectorRendererSpec.cpp:918
|
---|
10 | #5 0x000000000056a633 in Graphics::VectorRenderer::drawCallback_ROUNDSQ (this=0x2b7cf50, area=..., step=...) at ./graphics/VectorRenderer.h:382
|
---|
11 | #6 0x000000000060d6b5 in Graphics::VectorRenderer::drawStep (this=0x2b7cf50, area=..., step=..., extra=0) at graphics/VectorRenderer.cpp:58
|
---|
12 | #7 0x000000000054f2d2 in GUI::ThemeItemDrawData::drawSelf (this=0x2d84650, draw=true, restore=false) at gui/ThemeEngine.cpp:239
|
---|
13 | #8 0x00000000005543d3 in GUI::ThemeEngine::updateScreen (this=0x2b79510, render=true) at gui/ThemeEngine.cpp:1254
|
---|
14 | #9 0x0000000000526b4b in GUI::GuiManager::redraw (this=0x2b68da0) at gui/gui-manager.cpp:247
|
---|
15 | #10 0x0000000000526d25 in GUI::GuiManager::runLoop (this=0x2b68da0) at gui/gui-manager.cpp:294
|
---|
16 | #11 0x000000000051ee3a in GUI::Dialog::runModal (this=0x2d632a0) at gui/dialog.cpp:76
|
---|
17 | #12 0x000000000051b2dd in GUI::Debugger::enter (this=0x2d62f70) at gui/debugger.cpp:222
|
---|
18 | #13 0x000000000051b1f2 in GUI::Debugger::onFrame (this=0x2d62f70) at gui/debugger.cpp:179
|
---|
19 | #14 0x00007f58de5ebc02 in Scumm::ScummEngine::go (this=0x2cf93d0) at engines/scumm/scumm.cpp:2044
|
---|
20 | #15 0x00007f58de50c17a in Scumm::ScummEngine::run (this=0x2cf93d0) at ./engines/scumm/scumm.h:421
|
---|
21 | #16 0x00000000005020af in runGame (plugin=0x2b2ff80, system=..., edebuglevels=...) at base/main.cpp:247
|
---|
22 | #17 0x0000000000500b65 in scummvm_main (argc=1, argv=0x7ffc14eed348) at base/main.cpp:492
|
---|
23 | #18 0x00000000004ff42b in main (argc=1, argv=0x7ffc14eed348) at backends/platform/sdl/posix/posix-main.cpp:45
|
---|