loblao / libotp-nametags

Reverse-engineered libotp nametags
MIT License
23 stars 5 forks source link

Segmentation fault in C++ version. #15

Open mfwass opened 4 years ago

mfwass commented 4 years ago
Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000000000000006c
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [25180]

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libpanda.1.11.dylib             0x0000000108941ed1 Nametag::update_region(int) + 17
1   libpanda.1.11.dylib             0x0000000108947c5f NametagGroup::update_regions() + 111
2   libpanda.1.11.dylib             0x000000010893e539 MarginManager::cull_callback(CullTraverser*, CullTraverserData&) + 57
3   libpanda.1.11.dylib             0x00000001085a7326 CullTraverser::do_traverse(CullTraverserData&) + 502
4   libpanda.1.11.dylib             0x00000001085a77d1 CullTraverser::traverse_below(CullTraverserData&) + 1153
5   libpanda.1.11.dylib             0x0000000108b37a53 PGTop::cull_callback(CullTraverser*, CullTraverserData&) + 531
6   libpanda.1.11.dylib             0x00000001085a7326 CullTraverser::do_traverse(CullTraverserData&) + 502
7   libpanda.1.11.dylib             0x00000001085a77d1 CullTraverser::traverse_below(CullTraverserData&) + 1153
8   libpanda.1.11.dylib             0x00000001085a7336 CullTraverser::do_traverse(CullTraverserData&) + 518
9   libpanda.1.11.dylib             0x00000001085a6b1c CullTraverser::traverse(NodePath const&) + 268
10  libpanda.1.11.dylib             0x00000001087c4a0e GraphicsEngine::do_cull(CullHandler*, SceneSetup*, GraphicsStateGuardian*, Thread*) + 158
11  libpanda.1.11.dylib             0x00000001087d6341 GraphicsEngine::cull_to_bins(GraphicsOutput*, GraphicsStateGuardian*, DisplayRegion*, SceneSetup*, CullResult*, Thread*) + 305
12  libpanda.1.11.dylib             0x00000001087d59dd GraphicsEngine::cull_to_bins(ov_set<PointerTo<GraphicsOutput>, IndirectLess<GraphicsOutput>, pvector<PointerTo<GraphicsOutput> > >, Thread*) + 2141
13  libpanda.1.11.dylib             0x00000001087d0b85 GraphicsEngine::WindowRenderer::do_frame(GraphicsEngine*, Thread*) + 485
14  libpanda.1.11.dylib             0x00000001087cf18e GraphicsEngine::render_frame() + 2190
15  core.cpython-37m-darwin.so      0x00000001079bcdd4 Dtool_GraphicsEngine_render_frame_517(_object*, _object*) + 52
16  org.python.python               0x000000010716950b _PyMethodDef_RawFastCallKeywords + 583
17  org.python.python               0x000000010716dcdd _PyMethodDescr_FastCallKeywords + 81
18  org.python.python               0x00000001071fd402 call_function + 782
19  org.python.python               0x00000001071f632a _PyEval_EvalFrameDefault + 6742
20  org.python.python               0x000000010717445f gen_send_ex + 244
21  org.python.python               0x0000000107169118 _PyMethodDef_RawFastCallDict + 595
22  org.python.python               0x00000001071686fb _PyCFunction_FastCallDict + 41
23  org.python.python               0x000000010716a1ba object_vacall + 267
24  org.python.python               0x000000010716a379 PyObject_CallFunctionObjArgs + 128
25  core.cpython-37m-darwin.so      0x0000000107d26589 PythonTask::do_python_task() + 921
26  libpanda.1.11.dylib             0x0000000108814676 AsyncTask::unlock_and_do_task() + 342
27  libpanda.1.11.dylib             0x00000001088190fb AsyncTaskChain::service_one_task(AsyncTaskChain::AsyncTaskChainThread*) + 507
28  libpanda.1.11.dylib             0x0000000108817ebe AsyncTaskChain::do_poll() + 414
29  libpanda.1.11.dylib             0x000000010882055c AsyncTaskManager::poll() + 76
30  core.cpython-37m-darwin.so      0x00000001079ef6d4 Dtool_AsyncTaskManager_poll_138(_object*, _object*) + 52
31  org.python.python               0x000000010716950b _PyMethodDef_RawFastCallKeywords + 583
32  org.python.python               0x000000010716dcdd _PyMethodDescr_FastCallKeywords + 81
33  org.python.python               0x00000001071fd402 call_function + 782
34  org.python.python               0x00000001071f632a _PyEval_EvalFrameDefault + 6742
35  org.python.python               0x0000000107168e0c function_code_fastcall + 106
36  org.python.python               0x00000001071fd3d5 call_function + 737
37  org.python.python               0x00000001071f632a _PyEval_EvalFrameDefault + 6742
38  org.python.python               0x00000001071fdbc9 _PyEval_EvalCodeWithName + 1698
39  org.python.python               0x0000000107168a00 _PyFunction_FastCallKeywords + 212
40  org.python.python               0x00000001071fd3d5 call_function + 737
41  org.python.python               0x00000001071f632a _PyEval_EvalFrameDefault + 6742
42  org.python.python               0x0000000107168e0c function_code_fastcall + 106
43  org.python.python               0x00000001071fd3d5 call_function + 737
44  org.python.python               0x00000001071f632a _PyEval_EvalFrameDefault + 6742
45  org.python.python               0x00000001071fdbc9 _PyEval_EvalCodeWithName + 1698
46  org.python.python               0x00000001071f4831 PyEval_EvalCode + 51
47  org.python.python               0x00000001071f22bb builtin_exec + 563
48  org.python.python               0x00000001071694ac _PyMethodDef_RawFastCallKeywords + 488
49  org.python.python               0x0000000107168a38 _PyCFunction_FastCallKeywords + 41
50  org.python.python               0x00000001071fd368 call_function + 628
51  org.python.python               0x00000001071f63de _PyEval_EvalFrameDefault + 6922
52  org.python.python               0x00000001071fdbc9 _PyEval_EvalCodeWithName + 1698
53  org.python.python               0x0000000107168a00 _PyFunction_FastCallKeywords + 212
54  org.python.python               0x00000001071fd3d5 call_function + 737
55  org.python.python               0x00000001071f63de _PyEval_EvalFrameDefault + 6922
56  org.python.python               0x00000001071fdbc9 _PyEval_EvalCodeWithName + 1698
57  org.python.python               0x0000000107168678 _PyFunction_FastCallDict + 444
58  org.python.python               0x000000010723a578 pymain_run_module + 147
59  org.python.python               0x00000001072395e4 pymain_main + 4091
60  org.python.python               0x000000010723a19c _Py_UnixMain + 56
61  libdyld.dylib                   0x00007fff641483d5 start + 1