Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6417] iOS: drillbit 'ui' test crash

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-12-01T15:11:07.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-48, Release 1.8.0.1
ComponentsiOS
Labelsn/a
ReporterStephen Tramer
AssigneeStephen Tramer
Created2011-12-01T14:11:05.000+0000
Updated2011-12-09T15:00:40.000+0000

Description

We currently have a failure in the drillbit 'ui' test, which crashes with the following stack trace:
Application Specific Information:
iPhone Simulator 272, iPhone OS 4.0.2 (iPhone/8A400)
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull floatValue]: unrecognized selector sent to instance 0x4e1ad68'
*** Call stack at first throw:
(
	0   CoreFoundation                      0x04db1919 __exceptionPreprocess + 185
	1   libobjc.A.dylib                     0x04bc65de objc_exception_throw + 47
	2   CoreFoundation                      0x04db342b -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
	3   CoreFoundation                      0x04d23116 ___forwarding___ + 966
	4   CoreFoundation                      0x04d22cd2 _CF_forwarding_prep_0 + 50
	5   test_harness                        0x0007472b +[TiUtils pointValue:valid:] + 379
	6   test_harness                        0x000691c2 -[TiViewProxy convertPointToView:] + 1586
	7   test_harness                        0x0004f103 -[KrollMethod call:] + 2371
	8   test_harness                        0x0004dee1 KrollCallAsFunction + 545
	9   test_harness                        0x002a9154 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 346
	10  test_harness                        0x00285a90 _ZN2TI11Interpreter14privateExecuteENS0_13ExecutionFlagEPNS_12RegisterFileEPNS_10TiExcStateEPNS_7TiValueE + 44554
	11  test_harness                        0x002890e7 _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 825
	12  test_harness                        0x00298315 _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 129
	13  test_harness                        0x00257a53 _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 91
	14  test_harness                        0x002a7746 TiObjectCallAsFunction + 373
	15  test_harness                        0x00057b54 -[KrollTimer invokeWithCondition:] + 164
	16  test_harness                        0x000476b2 -[KrollInvocation invoke:] + 130
	17  test_harness                        0x00049185 -[KrollContext invoke:] + 213
	18  test_harness                        0x0004a97d -[KrollContext main] + 4189
	19  Foundation                          0x008c52a8 -[NSThread main] + 81
	20  Foundation                          0x008c5234 __NSThread__main__ + 1387
	21  libSystem.B.dylib                   0x95d84259 _pthread_start + 345
	22  libSystem.B.dylib                   0x95d840de thread_start + 34
)

Comments

  1. Natalie Huynh 2011-12-09

    Tested with version=1.8.0.1 timestamp=12/09/11 14:34 githash=06b8c30 no crash, still 2 known failures in Ti.UI tests, ran all UI tests windowOrientation false 147 should contain one of: [1,4] was: undefined appendRowAsArray false 114 should be: "3", was: "1"

JSON Source