We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Execute a script, I want to clean wax, after wax_end() is called, app is crashed.
It happens always:
PKApp`luaC_separateudata at lgc.c:128: 0x10dedd: pushl %ebp 0x10dede: movl %esp, %ebp 0x10dee0: pushl %edi 0x10dee1: pushl %esi 0x10dee2: pushl %ebx 0x10dee3: subl $0x2c, %esp 0x10dee6: movl 0x8(%ebp), %eax 0x10dee9: movl 0x10(%eax), %edi 0x10deec: movl 0x68(%edi), %esi 0x10deef: movl $0x0, -0x1c(%ebp) 0x10def6: jmp 0x10df6c ; luaC_separateudata + 143 at lgc.c:133 0x10def8: movzbl 0x5(%ebx), %edx 0x10defc: movl %edx, %eax 0x10defe: andl $0x3, %eax 0x10df01: orl 0xc(%ebp), %eax 0x10df04: je 0x10df40 ; luaC_separateudata + 99 at lgc.c:138 0x10df06: andl $0x8, %edx 0x10df09: jne 0x10df40 ; luaC_separateudata + 99 at lgc.c:138 0x10df0b: movl 0x8(%ebx), %edx 0x10df0e: testl %edx, %edx 0x10df10: je 0x10df3c ; luaC_separateudata + 95 at lgc.c:137 0x10df12: testb $0x4, 0x6(%edx) 0x10df16: jne 0x10df3c ; luaC_separateudata + 95 at lgc.c:137 0x10df18: movl 0x8(%ebp), %ecx 0x10df1b: movl 0x10(%ecx), %eax 0x10df1e: movl 0xb0(%eax), %eax 0x10df24: movl %eax, 0x8(%esp) 0x10df28: movl $0x2, 0x4(%esp) 0x10df30: movl %edx, (%esp) 0x10df33: calll 0x11ad4c ; luaT_gettm at ltm.c:50 0x10df38: testl %eax, %eax 0x10df3a: jne 0x10df44 ; luaC_separateudata + 103 at lgc.c:141 0x10df3c: orb $0x8, 0x5(%ebx) 0x10df40: movl %ebx, %esi 0x10df42: jmp 0x10df6c ; luaC_separateudata + 143 at lgc.c:133
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Execute a script, I want to clean wax, after wax_end() is called, app is crashed.
It happens always:
PKApp`luaC_separateudata at lgc.c:128:
0x10dedd: pushl %ebp
0x10dede: movl %esp, %ebp
0x10dee0: pushl %edi
0x10dee1: pushl %esi
0x10dee2: pushl %ebx
0x10dee3: subl $0x2c, %esp
0x10dee6: movl 0x8(%ebp), %eax
0x10dee9: movl 0x10(%eax), %edi
0x10deec: movl 0x68(%edi), %esi
0x10deef: movl $0x0, -0x1c(%ebp)
0x10def6: jmp 0x10df6c ; luaC_separateudata + 143 at lgc.c:133
0x10def8: movzbl 0x5(%ebx), %edx
0x10defc: movl %edx, %eax
0x10defe: andl $0x3, %eax
0x10df01: orl 0xc(%ebp), %eax
0x10df04: je 0x10df40 ; luaC_separateudata + 99 at lgc.c:138
0x10df06: andl $0x8, %edx
0x10df09: jne 0x10df40 ; luaC_separateudata + 99 at lgc.c:138
0x10df0b: movl 0x8(%ebx), %edx
0x10df0e: testl %edx, %edx
0x10df10: je 0x10df3c ; luaC_separateudata + 95 at lgc.c:137
0x10df12: testb $0x4, 0x6(%edx)
0x10df16: jne 0x10df3c ; luaC_separateudata + 95 at lgc.c:137
0x10df18: movl 0x8(%ebp), %ecx
0x10df1b: movl 0x10(%ecx), %eax
0x10df1e: movl 0xb0(%eax), %eax
0x10df24: movl %eax, 0x8(%esp)
0x10df28: movl $0x2, 0x4(%esp)
0x10df30: movl %edx, (%esp)
0x10df33: calll 0x11ad4c ; luaT_gettm at ltm.c:50
0x10df38: testl %eax, %eax
0x10df3a: jne 0x10df44 ; luaC_separateudata + 103 at lgc.c:141
0x10df3c: orb $0x8, 0x5(%ebx)
0x10df40: movl %ebx, %esi
0x10df42: jmp 0x10df6c ; luaC_separateudata + 143 at lgc.c:133
The text was updated successfully, but these errors were encountered: