Ticket #15035: backtrace.txt

File backtrace.txt, 4.8 KB (added by dfsgand, 7 weeks ago)

gdb backtrace

Line 
1#0 0x00005555563bce1e in Common::HashMap<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, AGS3::IgnoreCase_Hash, AGS3::IgnoreCase_EqualTo>::lookup(AGS3::AGS::Shared::String const&) const (this=0x55555d2e4720, key=...)
2 at ./common/hashmap.h:501
3#1 0x000055555642b1f2 in Common::HashMap<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, AGS3::IgnoreCase_Hash, AGS3::IgnoreCase_EqualTo>::find(AGS3::AGS::Shared::String const&) const (this=0x55555d2e4720, key=...)
4 at ./common/hashmap.h:291
5#2 0x000055555642ac49 in AGS3::get_property_value(AGS3::std::unordered_map<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, AGS3::IgnoreCase_Hash, AGS3::IgnoreCase_EqualTo> const&, AGS3::std::unordered_map<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, AGS3::IgnoreCase_Hash, AGS3::IgnoreCase_EqualTo> const&, char const*, AGS3::AGS::Shared::String)
6 (st_prop=..., rt_prop=..., property=0x55555d637bb2 "ExtAction", def_val=...) at engines/ags/engine/ac/properties.cpp:58
7#3 0x000055555642ad7a in AGS3::get_int_property(AGS3::std::unordered_map<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, AGS3::IgnoreCase_Hash, AGS3::IgnoreCase_EqualTo> const&, AGS3::std::unordered_map<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, AGS3::IgnoreCase_Hash, AGS3::IgnoreCase_EqualTo> const&, char const*) (st_prop=..., rt_prop=..., property=0x55555d637bb2 "ExtAction")
8 at engines/ags/engine/ac/properties.cpp:69
9#4 0x000055555640f21a in AGS3::GetHotspotProperty(int, char const*)
10 (hss=-1, property=0x55555d637bb2 "ExtAction")
11 at engines/ags/engine/ac/global_hotspot.cpp:142
12#5 0x00005555565b6c93 in AGS3::Sc_GetHotspotProperty(AGS3::RuntimeScriptValue const*, int) (params=0x7fffffffa5e0, param_count=2)
13 at engines/ags/engine/ac/global_api.cpp:529
14#6 0x000055555648df85 in AGS3::ccInstance::Run(int)
15 (this=0x55555d872c20, curpc=42062)
16 at engines/ags/engine/script/cc_instance.cpp:1058
17#7 0x000055555648ba15 in AGS3::ccInstance::CallScriptFunction(char const*, int, AGS3::RuntimeScriptValue const*)
18 (this=0x55555d872c20, funcname=0x55555bd0fee0 <AGS3::scfunctionname> "repeatedly_execute", numargs=0, params=0x0)
19 at engines/ags/engine/script/cc_instance.cpp:374
20#8 0x0000555556496283 in AGS3::RunScriptFunction(AGS3::ccInstance*, char const*, unsigned long, AGS3::RuntimeScriptValue const*)
21 (sci=0x55555d872c20, tsname=0x55555bd0fee0 <AGS3::scfunctionname> "repeatedly_execute", numParam=0, params=0x0) at engines/ags/engine/script/script.cpp:362
22#9 0x00005555564965b2 in AGS3::RunUnclaimableEvent(char const*) (tsname=0x555559ea2da7 "repeatedly_execute") at engines/ags/engine/script/script.cpp:419
23#10 0x0000555556496681 in AGS3::RunScriptFunctionAuto(AGS3::ScriptInstType, char const*, unsigned long, AGS3::RuntimeScriptValue const*) (sc_inst=AGS3::kScInstGame, tsname=0x555559e67130 "repeatedly_execute", param_count=0, params=0x0) at engines/ags/engine/script/script.cpp:439
24#11 0x0000555556495e8b in AGS3::QueueScriptFunction(AGS3::ScriptInstType, char const*, unsigned long, AGS3::RuntimeScriptValue const*) (sc_inst=AGS3::kScInstGame, fn_name=0x555559e67130 "repeatedly_execute", param_count=0, params=0x0) at engines/ags/engine/script/script.cpp:282
25#12 0x00005555565aed5a in AGS3::process_event(AGS3::EventHappened const*) (evp=0x55555e0f52a0) at engines/ags/engine/ac/event.cpp:144
26#13 0x00005555565aff7c in AGS3::processallevents() () at engines/ags/engine/ac/event.cpp:366
27#14 0x000055555647cecf in AGS3::game_loop_update_events() () at engines/ags/engine/main/game_run.cpp:709
28#15 0x000055555647d549 in AGS3::UpdateGameOnce(bool, AGS3::AGS::Engine::IDriverDependantBitmap*, int, int) (checkControls=true, extraBitmap=0x0, extraX=0, extraY=0) at engines/ags/engine/main/game_run.cpp:857
29#16 0x000055555647da3b in AGS3::GameTick() () at engines/ags/engine/main/game_run.cpp:1005
30#17 0x000055555647dd98 in AGS3::RunGameUntilAborted() () at engines/ags/engine/main/game_run.cpp:1099
31#18 0x000055555647e605 in AGS3::initialize_start_and_play_game(int, int) (override_start_room=0, loadSave=-1) at engines/ags/engine/main/game_start.cpp:129
32#19 0x000055555647662b in AGS3::initialize_engine(AGS3::std::map<AGS3::AGS::Shared::String, AGS3::std::map<AGS3::AGS::Shared::String, AGS3::AGS::Shared::String, Common::Less<AGS3::AGS::Shared::String> >, Common::Less<AGS3::AGS::Shared::String> > const&) (startup_opts=...) at engines/ags/engine/main/engine.cpp:1180
33#20 0x000055555637a394 in AGS::AGSEngine::run() (this=0x55555ce6ee60) at engines/ags/ags.cpp:217
34#21 0x0000555555fa1e29 in runGame(Plugin const*, Plugin const*, OSystem&, Common::String const&) (plugin=0x55555c535960, enginePlugin=0x55555c71a4f0, system=..., debugLevels=...) at base/main.cpp:326
35#22 0x0000555555fa4084 in scummvm_main(int, char const* const*) (argc=1, argv=0x7fffffffe1d8) at base/main.cpp:806
36#23 0x0000555555f9ef72 in main(int, char**) (argc=1, argv=0x7fffffffe1d8) at backends/platform/sdl/posix/posix-main.cpp:44