Fred Finkle
Fred Finkle

Reputation: 2017

WebKit CoreIPC exception on bad access when booting (my build)

I get BAD_ACCESS signal when WebKit calls CoreIPC open on ASSERT(m_receivePort). I am running under XCODE using WebKit2. The call to open comes from a call to didFinishLaunching.

Any ideas where to start looking for source? I'm new to WebKit.-

Thanks in advance.

Upvotes: 0

Views: 87

Answers (1)

Alexander Pavlov
Alexander Pavlov

Reputation: 32286

  • Check if the app runs fine without XCode.
  • You may have had some experiments building WebKit. Clean the output directory and build from scratch.
  • Try building Debug instead of Release (or vice versa.)
  • Try updating WebKit from svn - some revisions may contain crashy behavior.

That's it for now...

Upvotes: 1

Related Questions