1 | (lldb) run
|
---|
2 | Process 53880 launched: './scummvm' (x86_64)
|
---|
3 | Process 53880 stopped
|
---|
4 | * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
|
---|
5 | frame #0: 0x00000001000d62fe scummvm`GUI::ThemeEngine::getFont(this=0x000000010401f000, font=kFontStyleBold) const at ThemeEngine.cpp:1627:40
|
---|
6 | 1624 *********************************************************/
|
---|
7 | 1625
|
---|
8 | 1626 const Graphics::Font *ThemeEngine::getFont(FontStyle font) const {
|
---|
9 | -> 1627 return _texts[fontStyleToData(font)]->_fontPtr;
|
---|
10 | 1628 }
|
---|
11 | 1629
|
---|
12 | 1630 int ThemeEngine::getFontHeight(FontStyle font) const {
|
---|
13 | Target 0: (scummvm) stopped.
|
---|
14 | (lldb) p font
|
---|
15 | (GUI::ThemeEngine::FontStyle) $0 = kFontStyleBold
|
---|
16 | (lldb) p fontStyleToData(font)
|
---|
17 | (GUI::TextData) $1 = kTextDataDefault
|
---|
18 | (lldb) p _texts[fontStyleToData(font)]
|
---|
19 | (GUI::TextDrawData *) $2 = 0x0000000000000000
|
---|
20 | (lldb) bt
|
---|
21 | * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
|
---|
22 | * frame #0: 0x00000001000d62fe scummvm`GUI::ThemeEngine::getFont(this=0x000000010401f000, font=kFontStyleBold) const at ThemeEngine.cpp:1627:40
|
---|
23 | frame #1: 0x00000001000f5b4f scummvm`GUI::GuiManager::getFont(this=0x00000001018cb200, style=kFontStyleBold) const at gui-manager.h:106:117
|
---|
24 | frame #2: 0x00000001000f5af3 scummvm`GUI::ButtonWidget::getMinSize(this=0x0000000106a47520, minWidth=0x00007ffeefbfde44, minHeight=0x00007ffeefbfde40) at widget.cpp:368:37
|
---|
25 | frame #3: 0x00000001000df5b9 scummvm`GUI::ThemeLayoutWidget::reflowLayout(this=0x000000010312db80, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:191:13
|
---|
26 | frame #4: 0x00000001000e0a5d scummvm`GUI::ThemeLayoutStacked::reflowLayoutHorizontal(this=0x000000010312d990, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:389:17
|
---|
27 | frame #5: 0x00000001000dde01 scummvm`GUI::ThemeLayoutStacked::reflowLayout(this=0x000000010312d990, widgetChain=0x0000000106a47520) at ThemeLayout.h:188:4
|
---|
28 | frame #6: 0x00000001000e022d scummvm`GUI::ThemeLayoutStacked::reflowLayoutVertical(this=0x000000010312d7b0, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:298:17
|
---|
29 | frame #7: 0x00000001000dddef scummvm`GUI::ThemeLayoutStacked::reflowLayout(this=0x000000010312d7b0, widgetChain=0x0000000106a47520) at ThemeLayout.h:186:4
|
---|
30 | frame #8: 0x00000001000dffc1 scummvm`GUI::ThemeLayoutMain::reflowLayout(this=0x000000010312d690, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:270:17
|
---|
31 | frame #9: 0x00000001000dcb4b scummvm`GUI::ThemeEval::reflowDialogLayout(this=0x000000010401e800, name=0x00007ffeefbfe8b8, widgetChain=0x0000000106a47520) at ThemeEval.cpp:196:30
|
---|
32 | frame #10: 0x0000000100094428 scummvm`GUI::Dialog::reflowLayout(this=0x00007ffeefbfe898) at dialog.cpp:110:20
|
---|
33 | frame #11: 0x00000001000a3ea2 scummvm`GUI::LauncherDialog::reflowLayout(this=0x00007ffeefbfe898) at launcher.cpp:802:10
|
---|
34 | frame #12: 0x000000010009e92f scummvm`GUI::GuiManager::openDialog(this=0x00000001018cb200, dialog=0x00007ffeefbfe898) at gui-manager.cpp:558:11
|
---|
35 | frame #13: 0x00000001000942d0 scummvm`GUI::Dialog::open(this=0x00007ffeefbfe898) at dialog.cpp:88:8
|
---|
36 | frame #14: 0x00000001000a144a scummvm`GUI::LauncherDialog::open(this=0x00007ffeefbfe898) at launcher.cpp:239:10
|
---|
37 | frame #15: 0x000000010009427d scummvm`GUI::Dialog::runModal(this=0x00007ffeefbfe898) at dialog.cpp:76:2
|
---|
38 | frame #16: 0x0000000100055bc4 scummvm`launcherDialog() at main.cpp:106:14
|
---|
39 | frame #17: 0x0000000100054c77 scummvm`::scummvm_main(argc=1, argv=0x00007ffeefbff948) at main.cpp:553:3
|
---|
40 | frame #18: 0x000000010005153d scummvm`main(argc=1, argv=0x00007ffeefbff948) at macosx-main.cpp:45:12
|
---|
41 | frame #19: 0x00007fff674503d5 libdyld.dylib`start + 1
|
---|
42 | frame #20: 0x00007fff674503d5 libdyld.dylib`start + 1
|
---|