Comment 14 for bug 1789626

Revision history for this message
JKB (joel-bertrand) wrote : Re: [Bug 1789626] Re: eeschema: segmentation fault in "symbol properties>footprint"

Michael Geselbracht a écrit :
> Hi,
>
> in order to check out a specific commit you can use 'git checkout
> <commit-id>'.
>
> So in this case the command would be:
>
> git checkout b167c41d1b
>
> You will probably get a warning about not being on a branch or something
> but you can ignore that in this case. If you have cloned the repository with
> the --depth= option you may not have this specific commit.
>
>
> Once you are finished with compiling/testing
>
> git checkout 5.0
>
> will bring you back to the 5.0 branch.

 OK, I have rebuilt kicad with this patch. This patch seems to fix this
issue. I only have in console :

/home/bertrand/git/kicad/eeschema/sch_edit_frame.cpp(619): assert
"m_undoItem != __null" failed in SaveUndoItemInUndoList(): Cannot swap
undo item structures. Bad programmer!.

but no segfault.

 Best regards,

 JKB