Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Программа падает SIGSEGV #16

Open
nagolove opened this issue Mar 1, 2021 · 0 comments
Open

Программа падает SIGSEGV #16

nagolove opened this issue Mar 1, 2021 · 0 comments

Comments

@nagolove
Copy link
Owner

nagolove commented Mar 1, 2021

imgui.so собрана из https://github.com/nagolove/love-imgui/tree/tl

Thread 1 "love" received signal SIGSEGV, Segmentation fault.
0x00007fffe81bf67d in ImGui::GetCurrentWindow() ()
   from /home/testuser/myprojects/engine/imgui.so
(gdb) bt
#0  0x00007fffe81bf67d in ImGui::GetCurrentWindow() ()
   from /home/testuser/myprojects/engine/imgui.so
#1  0x00007fffe821bc75 in ImGui::LabelTextV(char const*, char const*, __va_list_tag*) ()
   from /home/testuser/myprojects/engine/imgui.so
#2  0x00007fffe821bc27 in ImGui::LabelText(char const*, char const*, ...) ()
   from /home/testuser/myprojects/engine/imgui.so
#3  0x00007fffe8162f34 in (anonymous namespace)::w_LabelText(lua_State*) ()
   from /home/testuser/myprojects/engine/imgui.so
#4  0x00007ffff741e936 in ?? () from /usr/lib/libluajit-5.1.so.2
#5  0x000055555555540c in runlove (retval=<synthetic pointer>: <optimized out>,
    argv=0x7fffffffdb58, argc=3) at love.cpp:220
#6  main (argc=3, argv=0x7fffffffdb58) at love.cpp:265
(gdb) info registers
rax            0x0                 0
rbx            0x400004ac          1073743020
rcx            0x7fffe824e4bf      140737088119999
rdx            0x7fffffffd8c0      140737488345280
rsi            0x7fffe824e4bf      140737088119999
rdi            0x400dd010          1074647056
rbp            0x7fffffffd7f0      0x7fffffffd7f0
rsp            0x7fffffffd7f0      0x7fffffffd7f0
r8             0x40044cf0          1074023664
r9             0x40000378          1073742712
r10            0x40000378          1073742712
r11            0x0                 0
r12            0x7fffffffdb58      140737488345944
r13            0x7fffffffda24      140737488345636
r14            0x40000f70          1073745776
r15            0x7fffe8162edd      140737087155933
rip            0x7fffe81bf67d      0x7fffe81bf67d <ImGui::GetCurrentWindow()+29>
eflags         0x10246             [ PF ZF IF RF ]
cs             0x33                51
ss             0x2b                43
ds             0x0                 0
es             0x0                 0
fs             0x0                 0
gs             0x0                 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant