nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.36k stars 3.89k forks source link

Crash on Snow Leopard #358

Closed AlgoTrader closed 11 years ago

AlgoTrader commented 11 years ago

Process: node-webkit [2003] Path: /Users/anton/Downloads/node-webkit.app/Contents/MacOS/node-webkit Identifier: com.intel.nw Version: 25.0.1324.0 (1324.0) Code Type: X86 (Native) Parent Process: launchd [1794]

Date/Time: 2013-01-16 22:05:57.473 +0300 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6

Interval Since Last Report: 9175622 sec Crashes Since Last Report: 90 Per-App Interval Since Last Report: 8 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: B9F3C750-0210-4941-96E0-9A17E539CC3B

Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread

Thread 0 Crashed: CrBrowserMain Dispatch queue: com.apple.main-thread 0 node-webkit Framework 0x5061a20d mac_plugin_interposing::NotifyBrowserOfPluginHideWindow(unsigned int, CGRect) + 6136013 1 com.apple.AppKit 0x92235e66 -[NSView _setWindow:] + 2131 2 com.apple.AppKit 0x9223eaca -[NSView addSubview:] + 411 3 com.apple.AppKit 0x923c7ff6 -[NSView addSubview:positioned:relativeTo:] + 708 ...

rogerwang commented 11 years ago

thanks for reporting. this is the duplicate with #97 . The fix should be building the binary on 10.6. We'll look into it.