Git Product home page Git Product logo

Comments (4)

nonstriater avatar nonstriater commented on July 28, 2024

I got crash when I run cmd in shell

xcodebuild -sdk / -find clang
2015-06-14 18:27:55.000 xcodebuild[1017:44031] CPCodePilotPlugin.m:23 +[CPCodePilotPlugin load]; CODE PILOT: CURRENT_XCODE_VERSION: 0 CURRENT_XCODE_REVISION: 0
Jun 14 18:27:55 nulldeMacBook-Pro.local xcodebuild[1017] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.
Jun 14 18:27:55 nulldeMacBook-Pro.local xcodebuild[1017] <Warning>: Invalid Connection ID 0
** INTERNAL ERROR: Uncaught exception **
Exception: Error (1000) creating CGSWindow
Stack:
  0  0x00007fff8c425024 __exceptionPreprocess (in CoreFoundation)
  1  0x00007fff9029b76e objc_exception_throw (in libobjc.A.dylib)
  2  0x00007fff8c424eed +[NSException raise:format:] (in CoreFoundation)
  3  0x00007fff8554d306 _NXCreateWindowWithStyleMask (in AppKit)
  4  0x00007fff8554d0a2 _NSCreateWindow (in AppKit)
  5  0x00007fff853aae9d -[NSWindow _commonAwake] (in AppKit)
  6  0x00007fff8533780a -[NSWindow _commonInitFrame:styleMask:backing:defer:] (in AppKit)
  7  0x00007fff85336db0 -[NSWindow _initContent:styleMask:backing:defer:contentView:] (in AppKit)
  8  0x00007fff853367db -[NSWindow initWithContentRect:styleMask:backing:defer:] (in AppKit)
  9  0x0000000110410f47 -[CPWindow initWithContentRect:styleMask:backing:defer:] at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPWindow.m:26 (in CodePilot3)
 10  0x0000000110410ed9 -[CPWindow initWithDefaultSettings] at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPWindow.m:18 (in CodePilot3)
 11  0x0000000110404c3f -[CPCodePilotWindowDelegate initWithXcodeWrapper:] at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPCodePilotWindowDelegate.m:21 (in CodePilot3)
 12  0x00000001104042ca -[CPCodePilotPlugin init] at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPCodePilotPlugin.m:29 (in CodePilot3)
 13  0x0000000110404954 __35+[CPCodePilotPlugin sharedInstance]_block_invoke at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPCodePilotPlugin.m:96 (in CodePilot3)
 14  0x00007fff90d17c13 _dispatch_client_callout (in libdispatch.dylib)
 15  0x00007fff90d17b26 dispatch_once_f (in libdispatch.dylib)
 16  0x0000000110404929 +[CPCodePilotPlugin sharedInstance] at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPCodePilotPlugin.m:91 (in CodePilot3)
 17  0x00000001104041a9 +[CPCodePilotPlugin load] at /Users/null/Library/Application Support/Alcatraz/Plug-ins/CodePilot/Classes/CPCodePilotPlugin.m:21 (in CodePilot3)
 18  0x00007fff90294ad1 call_load_methods (in libobjc.A.dylib)
 19  0x00007fff90293b04 load_images (in libobjc.A.dylib)
 20  0x00007fff68328f86 dyld::notifySingle(dyld_image_states, ImageLoader const*) (in dyld)
 21  0x00007fff6833685e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) (in dyld)
 22  0x00007fff683366f8 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) (in dyld)
 23  0x00007fff68336969 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) (in dyld)
 24  0x00007fff6832c063 dyld::runInitializers(ImageLoader*) (in dyld)
 25  0x00007fff683331d1 dlopen (in dyld)
 26  0x00007fff833bd857 dlopen (in libdyld.dylib)
 27  0x00007fff8c3599c8 _CFBundleDlfcnLoadBundle (in CoreFoundation)
 28  0x00007fff8c359190 _CFBundleLoadExecutableAndReturnError (in CoreFoundation)
 29  0x00007fff8e3d0983 _NSBundleLoadCode (in Foundation)
 30  0x00007fff8e3d037f -[NSBundle loadAndReturnError:] (in Foundation)
 31  0x0000000108f17ee4 __46-[XCPluginManager loadPluginBundle:forDomain:]_block_invoke (in DevToolsCore)
 32  0x00000001072ed8f2 DVTInvokeWithFailureHint (in DVTFoundation)
 33  0x0000000108f17c6c -[XCPluginManager loadPluginBundle:forDomain:] (in DevToolsCore)
 34  0x0000000108f17704 __46-[XCPluginManager findAndLoadPluginsInDomain:]_block_invoke (in DevToolsCore)
 35  0x00000001072d481d -[DVTPlugInManager _allowNonApplePlugInsFromDescriptors:error:] (in DVTFoundation)
 36  0x00000001072d4a9e -[DVTPlugInManager _checkNonApplePlugIns] (in DVTFoundation)
 37  0x00000001072d4b14 -[DVTPlugInManager initializePlugIns:] (in DVTFoundation)
 38  0x000000010785d7e4 _IDEInitializeOtherPlugInStuff (in IDEFoundation)
 39  0x000000010785ebbc IDEInitialize (in IDEFoundation)
 40  0x0000000107e6502f -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
 41  0x00000001071179be (in xcodebuild)
 42  0x00007fff833be5c9 start (in libdyld.dylib)
 43  0x0000000000000005

[1]    1017 abort      xcodebuild -sdk / -find clang

when i remove CodePilot ,everything get well!

from codepilot.

sunuslee avatar sunuslee commented on July 28, 2024

me too!
this cause tons of core files in /core , and eat my disk!

from codepilot.

philosopherdog avatar philosopherdog commented on July 28, 2024

Since removing this plugin my totally system meltdowns have ceased.

from codepilot.

bubski avatar bubski commented on July 28, 2024

Hey guys, this problem should no longer appear ( as of #46 ). Let us know if you still have the issue.

from codepilot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.