Changes between Initial Version and Version 1 of Ticket #69869


Ignore:
Timestamp:
Apr 30, 2024, 6:04:06 AM (5 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Hmm. The crash log says:

Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.kicad.kicad               	0x0000000101fe548b KIWAY::Player(FRAME_T, bool, wxTopLevelWindow*) + 219
1   org.kicad.kicad               	0x0000000101e8b5cc KICAD_MANAGER_CONTROL::ShowPlayer(TOOL_EVENT const&) + 428
2   org.kicad.kicad               	0x000000010207d3e1 COROUTINE<int, TOOL_EVENT const&>::callerStub(long) + 49

I'm not sure why. I clicked around in the interface a bit and could not make it crash on macOS 12.

The mention of wx in the backtrace reminds me that we already know that we are not conforming to kicad's requirements by using it with a standard copy of wxWidgets. kicad wants us to use their fork of wxWidgets instead. I had kinda expected to need to switch to that for the update to kicad 8 anyway. It seems like a lot of work to need to build it separately so I was going to investigate if there is a preferred way to build kicad and their fork of wxWidgets and any other custom dependencies all at once in the kicad port.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69869

    • Property Status changed from new to assigned
    • Property Summary changed from KiCad 7.0.11 crashes when run to kicad @7.0.11: crashes when run
    • Property Keywords catalina added; Kicad crash removed
    • Property Version changed from to 2.9.3
    • Property Owner set to ra1nb0w
    • Property Port kicad added; Kicad removed
  • Ticket #69869 – Description

    initial v1  
    33Installed fine:
    44
    5 --->  Verifying checksums for kicad\\                                 
    6 --->  Extracting kicad\\
    7 --->  Applying patches to kicad\\
    8 --->  Configuring kicad\\
    9 --->  Building kicad\\           
    10 --->  Staging kicad into destroot\\ 
    11 --->  Installing kicad @7.0.11_0\\
    12 --->  Activating kicad @7.0.11_0\\
    13 --->  Cleaning kicad\\
    14 --->  Updating database of binaries\\
    15 --->  Scanning binaries for linking errors\\
    16 --->  No broken files found.\\
    17 --->  No broken ports found.\\
     5{{{
     6--->  Verifying checksums for kicad
     7--->  Extracting kicad
     8--->  Applying patches to kicad
     9--->  Configuring kicad
     10--->  Building kicad
     11--->  Staging kicad into destroot
     12--->  Installing kicad @7.0.11_0
     13--->  Activating kicad @7.0.11_0
     14--->  Cleaning kicad
     15--->  Updating database of binaries
     16--->  Scanning binaries for linking errors
     17--->  No broken files found.
     18--->  No broken ports found.
     19}}}
    1820
    1921however when trying to launch KiCad 7.0.11 it crashes when I try to do anything past the opening screen.
     
    2123Is this a Ports problem or a KiCad issue.
    2224
    23 I've attached the Apple error report.
     25I've attached the Apple error report. \\
    2426Thanks!