On MacOS 15.4.1 every attempt to store gui tables crashes the app and results in "segmentation fault".
eg
local s = pane:active().foot
store("/ram/dev.pod", s )
s is an attached gui element
{
child = {},
width0 = 126.0,
text = "footer",
width_rel = 1.0,
sy = 200.0,
parent = "<PARENT REMOVED>",
height = 16,
border = "rrect",
update = <function 1>,
head = "<HEAD REMOVED>",
z = 0,
height0 = 16,
t0 = 0.0,
draw = <function 2>,
vjustify = "bottom",
sx = 4,
clip_to_parent = true,
width = 126.0,
bgcol = 3
}
( I remove the head and parent from the inspect output from http://github.com/kikito/inspect.lua, to reduce the output)
[Please log in to post a comment]