Segfault after 8.2.4102

14 views
Skip to first unread message

Christian J. Robinson

unread,
Jan 16, 2022, 2:29:30 PM1/16/22
to vim_dev
I have a plugin under development that is crashing after 8.2.4102, but unfortunately I haven't been able to create a simple script that reproduces the problem.

I've narrowed it down to something like this in vim9script:

    var->script.Function()

If I just change it to this format the crash stops:

    script.Function(var)

I will continue to try to create a simple script that reproduces the problem.

--
Christian J. Robinson <hep...@gmail.com>

Bram Moolenaar

unread,
Jan 16, 2022, 3:06:41 PM1/16/22
to vim...@googlegroups.com, Christian J. Robinson
If this is at the script level or in a legacy function, 8.2.4115 might
very well fix this. If not, please try to find a reproducible example.

In a :def function this still has to be done.

--
[clop clop]
MORTICIAN: Who's that then?
CUSTOMER: I don't know.
MORTICIAN: Must be a king.
CUSTOMER: Why?
MORTICIAN: He hasn't got shit all over him.
The Quest for the Holy Grail (Monty Python)

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Christian J. Robinson

unread,
Jan 16, 2022, 3:08:54 PM1/16/22
to Bram Moolenaar, vim_dev
8.2.4115 did eliminate the crash.

Thank you.
Reply all
Reply to author
Forward
0 new messages