← Back to team overview

kicad-developers team mailing list archive

Re: hard crash with pcbnew

 

Hi,

I have just committed a patch that should fix the problem. Finally I had
an opportunity to play with a MacBook, and it resulted in two more
changes for Macs:
- Apple MagicMouse and trackpad should be now usable (no more crazy
zooming in/out).
- Full resolution support for Retina screens in OpenGL canvas. It is
enabled using a patch for wxWidgets, so the library must be recompiled
if you want to take advantage of this feature. I hope noone minds one
extra patch for wx, since we have to use a custom build anyway.

Patch to mute sounds after pressing a key (from Paulo H. Silva) needs
some extra care, but it will be applied later as well.

In other news:
- Scrollbars (excluding OSX; sorry - wxWidgets has won again with its
lack of consistency)
- Trivial connection selection

Regards,
Orson

On 05/06/2015 09:55 PM, Andy Peters wrote:
> Using Adam’s nightly OS X builds, most recently BZR 5645, pcbnew is repeatedly crashing. It happens on both my 10.9 machine and my 10.10 machine. In OpenGL mode, it seems to get confused about menus, or something. It happens if I right-click to do something. I am not exactly sure what conditions cause it. Attached is the relevant part of the bug report:
> 
> 
> Crashed Thread:        0  Dispatch queue: com.apple.main-thread
> 
> Exception Type:        EXC_CRASH (SIGABRT)
> Exception Codes:       0x0000000000000000, 0x0000000000000000
> 
> Application Specific Information:
> *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Menu to be set as submenu is already a submenu of some menu.'
> abort() called
> terminating with uncaught exception of type NSException
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups

References