De: helen.wri...@atiras.com <helen.wri...@atiras.com>
Enviado: segunda-feira, 7 de setembro de 2020 16:53
Para: 'IUP discussion list.'
Assunto: [Iup-users] Help needed with intermittent crash (Lua)

>iuplua.lua:108: bad argument #1 to 'GetAttribute' (invalid Lua object, 
>destroyed iupHandle in C but not in Lua)
Hit: the "Lua object"is C IHandle pointer and was freed (destroyed) by another 
call:
ih:destroy() in Lua or IupDestroy(Ihandle *ih) in C.

Check if has ih:destroy in Lua in codepath that raise error.
If not, the trap is in C.

regards,
Ranier Vilela

_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to