Hello,
Thank you for your participation.
I have not found any errors in my code.
A rebase with the current master has fixed the problem.
--
Best regards
Jan
Am 17.09.24 um 18:51 schrieb Kevin Cozens:
On 2024-09-16 01:45, 'Jan Wichmann' via KiCad Developers wrote:
Unfortunately, a memory error has crept in when changing the memory
location from PCBNEW_SETTINGS to BOARD_DESIGN_SETTINGS. The error can
be provoked by opening and closing the 'Board setup' dialog.
[snip]> I just can't find the cause of the error.
The IDE is showing you were the error occurs. Set a breakpoint at the
if statement then examine the variable 'control'. You want to verify
that it is not NULL. Check the variable contents. Does it have a valid
address for GetLabel()? You may need to use an temporary variable to
see the contents of control->GetLabel() before passing that to return.
I don't know the context of the functions use. It does look at little
odd to me that it is trying to get a label either from a textCtl of a
layer, or from a control on the layer.
--
You received this message because you are subscribed to the Google Groups "KiCad
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/kicad.org/d/msgid/devlist/9b55f10d-93a3-40cf-ad62-3297237efc43%40gmx.net.