David Ljung Madison wrote: Hi,
The following code is incorrect, but it is causing a coredump. My guess is that something isn't being checked for undef in the C support code.
I do not think there is a single place in wxPerl that checks for undef->null pointer conversion, mainly because it will take a lot of time to check all the places where a null pointer is an error.
my $cb = Wx::CheckBox->new(undef, .....); $cb->SetValue(1); # We intermittently coredump here. Note that the coredump is oddly intermittent.
Regards, Mattia
