Geometry:HitTest crash after build 2596

Is anyone else getting these crashes with build 2597 and newer? 

I’m running OSX. It doesn’t happen on 2596 and earlier. It appears to be related to touch events, but I haven’t been able to narrow the problem down.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0   com.coronalabs.Corona_Simulator 0x000000010ee84066 Rtt::Geometry::HitTest(float, float) const + 4

1   com.coronalabs.Corona_Simulator 0x000000010ee6e9c3 CoronaLuaPropertyToJSON + 97889

2   com.coronalabs.Corona_Simulator 0x000000010ee1c5c9 luai_objcthrow + 77056

3   com.coronalabs.Corona_Simulator 0x000000010ee1c536 luai_objcthrow + 76909

4   com.coronalabs.Corona_Simulator 0x000000010ee1c536 luai_objcthrow + 76909

5   com.coronalabs.Corona_Simulator 0x000000010ee1c536 luai_objcthrow + 76909

6   com.coronalabs.Corona_Simulator 0x000000010ee1c536 luai_objcthrow + 76909

7   com.coronalabs.Corona_Simulator 0x000000010ee1caef luai_objcthrow + 78374

8   com.coronalabs.Corona_Simulator 0x000000010ee3f9d0 luai_objcthrow + 221447

9   com.coronalabs.Corona_Simulator 0x000000010edbc66c start + 350412

10  com.coronalabs.Corona_Simulator 0x000000010edbc927 start + 351111

11  com.apple.AppKit               0x00007fff89938a18 -[NSWindow _reallySendEvent:] + 12721

12  com.apple.AppKit               0x00007fff893bf16e -[NSWindow sendEvent:] + 446

13  com.apple.AppKit               0x00007fff89371451 -[NSApplication sendEvent:] + 4183

14  com.apple.AppKit               0x00007fff891fd608 -[NSApplication run] + 711

15  com.apple.AppKit               0x00007fff891e8a14 NSApplicationMain + 1832

16  com.coronalabs.Corona_Simulator 0x000000010ed66dd4 start + 52

I am facing this problem with all the newer builds too.

Corona 2015.2594 is safe from this (for my case), but this version is facing problems with registration for push notifications. I just cannot get my subscribers onto pushwoosh with it. 

Ben. 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0   com.coronalabs.Corona_Simulator 0x0000000101eb2af6 Rtt::Geometry::HitTest(float, float) const + 4

1   com.coronalabs.Corona_Simulator 0x0000000101e9d423 CoronaLuaError + 97146

2   com.coronalabs.Corona_Simulator 0x0000000101e4af89 luai_objcthrow + 77056

3   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

4   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

5   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

6   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

7   com.coronalabs.Corona_Simulator 0x0000000101e4b4af luai_objcthrow + 78374

8   com.coronalabs.Corona_Simulator 0x0000000101e6e392 luai_objcthrow + 221449

9   com.coronalabs.Corona_Simulator 0x0000000101deb02c start + 352028

10  com.coronalabs.Corona_Simulator 0x0000000101deb2e7 start + 352727

11  com.apple.AppKit               0x00007fff89179a18 -[NSWindow _reallySendEvent:] + 12721

12  com.apple.AppKit               0x00007fff88c0016e -[NSWindow sendEvent:] + 446

13  com.apple.AppKit               0x00007fff88bb2451 -[NSApplication sendEvent:] + 4183

14  com.apple.AppKit               0x00007fff88a3e608 -[NSApplication run] + 711

15  com.apple.AppKit               0x00007fff88a29a14 NSApplicationMain + 1832

16  com.coronalabs.Corona_Simulator 0x0000000101d95144 start + 52

I’m pretty sure it has something to do with when an object’s alpha is initially 0 (or goes to 0?) but I’m in the middle of finals and haven’t had time to mess with it.

Thanks, i will look into this. 

Ben

Hi landoncope,

  Thank you so much for the clue , it helps me  lot , finally i shoutout the problem. i hide Obj using both alpha and Visibility , now just use only alpha channel and delete ** Visibility property.**

Thanks

I’m seeing potentially the same issue. On build 2597 and later, while touching and moving my finger/mouse around the screen for a few seconds, the app will reliably crash on the simulator and my devices.

No issues on 2596.

I’ve unable so far to pinpoint anything in particular. There’s no useful output in the console window either.

Jeremybell, did you see simeonaronk’s comment regarding alpha and visibility? Could you be having the same problem?

I see this fix in daily build 2597:

  • Core: Fixes crash when object?s alpha tint is initially 0, and goes to non-zero. casenum: 39675

 

However, I never had this problem before 2597, so it almost seems like this bug was introduced in this build, rather than fixed. I’m surprised more people aren’t experiencing it.

This appears to have been fixed in 2617. Looks like it was an issue with isHitTestable

CoronaSDK 2015.2617

Post date:Sat, 2015-04-18 03:33

Release notes for build 2015. through 2015.2617

  • Core: Address regression related to touch/hit-testing. This bug occurred when the isHitTestable property was set, resulting in a crash. Fixes casenum: 40197

I tested with 2015.2617. It did not crash on simulator, but still crashed on device(iPad 3)

 for i =1 , 2 do local rect = display.newRect( 0, 0, 800, 100 ) if i == 1 then rect:translate( 726, 818 ) elseif i == 2 then rect:translate( 800, 933 ) end rect.rotation = 30 if i == 1 then rect.alpha = 0 end rect.isHitTestable = true rect:addEventListener( "touch", function(e) end ) end

@pickerel, we cannot reproduce this. And the original bug reporter is satisfied with our fix.

If you still are having issues, we’ll need you to submit a full test project (main.lua, config.lua, etc) via the bug web form.

I am facing this problem with all the newer builds too.

Corona 2015.2594 is safe from this (for my case), but this version is facing problems with registration for push notifications. I just cannot get my subscribers onto pushwoosh with it. 

Ben. 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0   com.coronalabs.Corona_Simulator 0x0000000101eb2af6 Rtt::Geometry::HitTest(float, float) const + 4

1   com.coronalabs.Corona_Simulator 0x0000000101e9d423 CoronaLuaError + 97146

2   com.coronalabs.Corona_Simulator 0x0000000101e4af89 luai_objcthrow + 77056

3   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

4   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

5   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

6   com.coronalabs.Corona_Simulator 0x0000000101e4aef6 luai_objcthrow + 76909

7   com.coronalabs.Corona_Simulator 0x0000000101e4b4af luai_objcthrow + 78374

8   com.coronalabs.Corona_Simulator 0x0000000101e6e392 luai_objcthrow + 221449

9   com.coronalabs.Corona_Simulator 0x0000000101deb02c start + 352028

10  com.coronalabs.Corona_Simulator 0x0000000101deb2e7 start + 352727

11  com.apple.AppKit               0x00007fff89179a18 -[NSWindow _reallySendEvent:] + 12721

12  com.apple.AppKit               0x00007fff88c0016e -[NSWindow sendEvent:] + 446

13  com.apple.AppKit               0x00007fff88bb2451 -[NSApplication sendEvent:] + 4183

14  com.apple.AppKit               0x00007fff88a3e608 -[NSApplication run] + 711

15  com.apple.AppKit               0x00007fff88a29a14 NSApplicationMain + 1832

16  com.coronalabs.Corona_Simulator 0x0000000101d95144 start + 52

I’m pretty sure it has something to do with when an object’s alpha is initially 0 (or goes to 0?) but I’m in the middle of finals and haven’t had time to mess with it.

Thanks, i will look into this. 

Ben

Hi landoncope,

  Thank you so much for the clue , it helps me  lot , finally i shoutout the problem. i hide Obj using both alpha and Visibility , now just use only alpha channel and delete ** Visibility property.**

Thanks

I’m seeing potentially the same issue. On build 2597 and later, while touching and moving my finger/mouse around the screen for a few seconds, the app will reliably crash on the simulator and my devices.

No issues on 2596.

I’ve unable so far to pinpoint anything in particular. There’s no useful output in the console window either.

Jeremybell, did you see simeonaronk’s comment regarding alpha and visibility? Could you be having the same problem?

I see this fix in daily build 2597:

  • Core: Fixes crash when object?s alpha tint is initially 0, and goes to non-zero. casenum: 39675

 

However, I never had this problem before 2597, so it almost seems like this bug was introduced in this build, rather than fixed. I’m surprised more people aren’t experiencing it.

This appears to have been fixed in 2617. Looks like it was an issue with isHitTestable

CoronaSDK 2015.2617

Post date:Sat, 2015-04-18 03:33

Release notes for build 2015. through 2015.2617

  • Core: Address regression related to touch/hit-testing. This bug occurred when the isHitTestable property was set, resulting in a crash. Fixes casenum: 40197

I tested with 2015.2617. It did not crash on simulator, but still crashed on device(iPad 3)

 for i =1 , 2 do local rect = display.newRect( 0, 0, 800, 100 ) if i == 1 then rect:translate( 726, 818 ) elseif i == 2 then rect:translate( 800, 933 ) end rect.rotation = 30 if i == 1 then rect.alpha = 0 end rect.isHitTestable = true rect:addEventListener( "touch", function(e) end ) end