wxWidgets 3.0 on Mac 10.13 crashing

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Anil8753
Experienced Solver
Experienced Solver
Posts: 93
Joined: Sat Jan 16, 2016 5:57 am
Location: India

wxWidgets 3.0 on Mac 10.13 crashing

Post by Anil8753 »

I am trying my application on macOS High Sierra (version 10.13 Beta 17A291m).
Application crashes when I launch a wxDialog and close. On close it crash in wxGUIEventLoop::OSXDoRun() function in evtloop.mm (line# 301).

I have no clue whether it is wxWidgets issue or Mac10.13 issue. The application works fine on other Mac flavours.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7479
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWidgets 3.0 on Mac 10.13 crashing

Post by ONEEYEMAN »

Hi,
How did you build the library? Or you did install a pre-built one? If you build yourself - what is exact configure line did you use?
Can you successfully build and run "minimal" sample? If you do - can you successfully build and run "dialogs" sample?

Thank you.
Anil8753
Experienced Solver
Experienced Solver
Posts: 93
Joined: Sat Jan 16, 2016 5:57 am
Location: India

Re: wxWidgets 3.0 on Mac 10.13 crashing

Post by Anil8753 »

I build wxWidgets myself output as a dynamic library using XCode7.2. On close of any wxDialog, it is either hangs or crashes
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7479
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWidgets 3.0 on Mac 10.13 crashing

Post by ONEEYEMAN »

Hi,
What is an exact configure line you used? Was there any problems building - either a warning or error?
Can you successfully build and run "minimal" sample from the wxWIdgets?

Thank you.
Anil8753
Experienced Solver
Experienced Solver
Posts: 93
Joined: Sat Jan 16, 2016 5:57 am
Location: India

Re: wxWidgets 3.0 on Mac 10.13 crashing

Post by Anil8753 »

Issue got fixed automatically in Latest MAC 10.13 Beta 17A306f .
Post Reply