Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2352] iOS: unexpected output on KS launch - emulator only

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:58:52.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M05
ComponentsiOS
Labelsemulator, ios, launch, regression, release-1.6.0
ReporterThomas Huelbert
AssigneeBlain Hamon
Created2011-04-15T03:17:29.000+0000
Updated2011-04-17T01:58:52.000+0000

Description

ipod 4gt (4.2) mobile sdk build 1.5.0.fb4b340

1.build and launch KS (against 4.2) emulator
2.note output in Ti

results: http://pastie.org/1301089">http://pastie.org/1301089

Comments

  1. Thomas Huelbert 2011-04-15

    for quit: iOS: unexpected output on emulator quit

    1.launch KS in emualtor (4.2),. then quit and check Ti output

    [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line 1004, in main
    os.waitpid(sim.pid,0)
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line 961, in handler
    sys.exit(0)
    SystemExit: 0

    seems to make sense to put both in one record. If need be I can split into 2.

  2. Thomas Huelbert 2011-04-15

    Seen by Ralf -
    [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0.3/iphone/builder.py", line 866, in main
    execute_xcode("iphonesimulator%s" % iphone_version,["GCC_PREPROCESSOR_DEFINITIONS=LOGID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s" % (log_id,sdk_version)],False)
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0.3/iphone/builder.py", line 789, in execute_xcode
    output = run.run(args,False,False,o)
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0.3/iphone/run.py", line 31, in run
    sys.exit(rc)
    SystemExit: 1

  3. Thomas Huelbert 2011-04-15

    hey in todays pull, when stopping the sim I see:

    [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 1004, in main
    execute_xcode("iphonesimulator%s" % iphone_version,["GCC_PREPROCESSOR_DEFINITIONS=LOGID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s" % (log_id,sdk_version)],False)
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 925, in execute_xcode
    output = run.run(args,False,False,o)
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/run.py", line 12, in run
    for line in proc.stdout.readlines():
    KeyboardInterrupt

    user error on my end?

  4. Thomas Huelbert 2011-04-15

    The error has changed, but still exists 1.6.0.aa8c451. back to you Blain.

    [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 1124, in main
    os.waitpid(sim.pid,0)
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 1075, in handler
    sys.exit(0)
    SystemExit: 0

  5. Blain Hamon 2011-04-15

    Actually, do we want to move this into its own bug? The blackbox views are similar, but there's two different root causes here. The original output stemmed from Titanium engine code. This newer output is from Python itself, at the TiDev level.

  6. Thomas Huelbert 2011-04-15

    right you are Blain, closing this an opening a new one

JSON Source