Comment 18 for bug 1821909

Revision history for this message
Seth Hillbrand (sethh) wrote :

Wow, I am unable to recreate this on Linux with any of the procedures above. This smells like a memory issue but my first guess (in #13) apparently didn't help.

The redraw is clearly referencing an invalid pointer. The fact that it only gets this invalid pointer after failing to remove a point indicates that the points vector isn't being handled correctly in the undo code that gets called after failure.

Valgrind isn't giving me any pointers here.

@Wayne- It would be helpful if you could get the type of item the viewgroup is trying to draw in your crash. I suspect it is the overlay but I could be offbase

Application: pcbnew
Version: (5.1.0-108-g428e7a900b-dirty), release build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3
Platform: Linux 4.19.0-4-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
    Boost: 1.67.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.64.0
    Compiler: GCC 8.3.0 with C++ ABI 1013

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=ON
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON