Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertion failed: 14F27 13A340 #179

Open
OrangeDog opened this issue Oct 7, 2015 · 6 comments
Open

assertion failed: 14F27 13A340 #179

OrangeDog opened this issue Oct 7, 2015 · 6 comments
Labels

Comments

@OrangeDog
Copy link

Using ios-sim 5.0.1, Xcode 7.0.1

$ ios-sim launch Test.app --devicetypeid 'iPhone-6, 9.0' --timeout 600 --args --outputformat=tap
Oct  7 15:59:24 abuild-smartphone SpringBoard[43803]: Application 'UIKitApplication:com.me.Test[0xeec0]' exited voluntarily.
Oct  7 15:59:24 abuild-smartphone assertiond[43807]: assertion failed: 14F27 13A340: assertiond + 12188 [93893311-6962-33A7-A734-E36F946D8EBA]: 0x1
Oct  7 15:59:24 --- last message repeated 1 time ---
Oct  7 15:59:24 abuild-smartphone SpringBoard[43803]: Application 'UIKitApplication:com.me.Test[0x84a9]' exited voluntarily.
Oct  7 15:59:24 abuild-smartphone assertiond[43807]: assertion failed: 14F27 13A340: assertiond + 12188 [93893311-6962-33A7-A734-E36F946D8EBA]: 0x1
Oct  7 15:59:32 abuild-smartphone ids_simd[43794]: (Error) IDSSimulatorSupport: <IDSSimSupportLocalServer.m __68-[IDSSimSupportLocalServer setNetworkSimulation:enabled:completion:]_block_invoke:544> message send of data {
    ControlCmd = SetNetSimulationEnabledCmd;
    Enabled = 0;
    ServiceName = "com.apple.private.alloy.sockpuppet.classd";
} failed with error Error Domain=com.apple.idssimualtorsupport.errors Code=2 "(null)" UserInfo={NSUnderlyingError=0x7fcdaa404d80 {Error Domain=NSMachErrorDomain Code=268435459 "(ipc/send) invalid destination port"}}
Oct  7 15:59:32 abuild-smartphone companionappd[43800]: (Error) WatchKit: <SPTransport.m __67-[SPTransport service:account:identifier:didSendWithSuccess:error:]_block_invoke:415> __67-[SPTransport service:account:identifier:didSendWithSuccess:error:]_block_invoke identifier (9DDE6678-1703-43D6-B7D6-51C9747DB673), serviceName ((null)), success: 0 error, domain: com.apple.identityservices.error, code: 23

Neither the simulator nor ios-sim then terminate, but continue logging simulator activity forever.
Note that the assertion message lists the currently running builds of OSX and iOS.
Same story for any device/OS combination I try for the simulator.

@OrangeDog
Copy link
Author

3.2.0 doesn't have any problems.

@shazron shazron added the bug label Oct 12, 2015
@shazron shazron added this to the 5.0.3 milestone Oct 12, 2015
@shazron shazron modified the milestones: 5.0.4, 5.0.5, 5.1.0 Jan 6, 2016
@shazron
Copy link

shazron commented Jan 7, 2016

I was able to repro using the same type of args.

@shazron
Copy link

shazron commented Jan 7, 2016

For now use --exit. Also note in the --help that --args is not supported yet.

@canberkozcelik
Copy link

Using ios-sim 5.0.6, ios-sim launch <app_path> --devicetypeid "iPhone-6s-Plus, 9.1" with or without --exit
I'm also getting this error and crash on application runs longer than 30 secs is it related to timeout?

Jan 13 14:21:25 Canberks-MacBook-Pro routined[3027]: CoreLocation: Error occurred while trying to retrieve motion state update: CMErrorDomain Code:104
Jan 13 14:21:39 Canberks-MacBook-Pro com.apple.CoreSimulator.SimDevice.E8BE93A8-4F5A-4B82-BF0F-958ACC015F59.launchd_sim3022: Service exited due to signal: Killed: 9
Jan 13 14:21:39 Canberks-MacBook-Pro SpringBoard[3039]: Application 'UIKitApplication:com.example[0x5cb7]' exited abnormally via signal.
Jan 13 14:21:39 Canberks-MacBook-Pro assertiond[3043]: assertion failed: 15B42 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

I'm taking this error while running my application that contains my googletest classes, I've just tried to make sure with three empty googletests with delay of 15sec each other and got the same error.

@shazron
Copy link

shazron commented Mar 19, 2016

Try the 5.0.7 release

@canberkozcelik
Copy link

tried 5.0.7 release with command /ios-sim launch <app_path> --devicetypeid "iPhone-6s, 9.2" --verbose --exit still having the assertion failed error for same test application:

Mar 21 12:47:55 Canberks-MacBook-Pro com.apple.CoreSimulator.SimDevice.EDF735DD-8C13-4A5A-8161-D11C4AED6A7F.launchd_sim21098: Service exited due to signal: Killed: 9
Mar 21 12:47:55 Canberks-MacBook-Pro SpringBoard[21114]: Application 'UIKitApplication:com.example[0xc304]' exited abnormally via signal.
Mar 21 12:47:55 Canberks-MacBook-Pro assertiond[21119]: assertion failed: 15D21 13C75: assertiond + 12188 [8CF1968D-3466-38B7-B225-3F6F5B64C552]: 0x1

@shazron shazron modified the milestones: 5.2.0, 5.3.0 Jun 10, 2017
@shazron shazron removed this from the 6.1.0 milestone Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants