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

Gcanvas crash on iOS #34

Closed
fjzznjsh opened this issue Apr 13, 2018 · 3 comments
Closed

Gcanvas crash on iOS #34

fjzznjsh opened this issue Apr 13, 2018 · 3 comments

Comments

@fjzznjsh
Copy link

	0 Metal 0x0000000184ccd828 _newFunctionWithGLIR + 60
	1 AppleMetalGLRenderer 0x00000001a272628c __ZN16GLRFunctionCache19newFunctionWithGLIREPU23objcproto12MTLDeviceSPI11objc_objectPvPU27objcproto16OS_dispatch_data8NSObject15MTLFunctionType + 80
	2 AppleMetalGLRenderer 0x00000001a2715278 __ZN21GLDPipelineProgramRec19createMetalFunctionEP13GLDProgramRecjj + 440
	3 AppleMetalGLRenderer 0x00000001a2715380 __ZN21GLDPipelineProgramRec6updateEP13GLDProgramRecjRPU22objcproto11MTLFunction11objc_object + 92
	4 AppleMetalGLRenderer 0x00000001a271426c __ZN13GLDContextRec18loadCurrentProgramEP13GLDProgramRecP21GLDPipelineProgramRecPjj + 64
	5 AppleMetalGLRenderer 0x00000001a2714408 __ZN13GLDContextRec27loadCurrentPipelineProgramsEPj + 272
	6 AppleMetalGLRenderer 0x00000001a2726a90 gldUpdateDispatch + 528
	7 GLEngine 0x00000001a34d8880 _gleDoDrawDispatchCoreES2 + 624
	8 GLEngine 0x00000001a34ac628 _glDrawArraysInstanced_STD_ES2Exec + 244
	9 Target 0x000000010346a478 __ZN14GCanvasContext21SendVertexBufferToGPUEj (GCanvas2dContext.cpp:891)
	10 Target 0x0000000102eeae24 __ZN7GCanvas7drawFBOEv (GCanvas2dContext.h:204)
	11 Target 0x0000000102eeafd4 __ZN7GCanvas6RenderEPKci (DynArray.h:63)
	12 Target 0x0000000102dbc874 -[GCanvasPlugin execCommands] (GCanvasPlugin.mm:117)
	13 Target 0x0000000102e5f3b0 __38-[WXGCanvasModule glkView:drawInRect:]_block_invoke (WXGCanvasModule.m:469)
	14 libdispatch.dylib 0x0000000182946a14 __dispatch_client_callout + 16
	15 libdispatch.dylib 0x00000001829550ac __dispatch_sync_invoke_and_complete_recurse + 64
	16 libdispatch.dylib 0x0000000182954ba8 __dispatch_sync_wait + 516
	17 Target 0x0000000102e5f0d0 -[WXGCanvasModule glkView:drawInRect:] (WXGCanvasModule.m:444)
	18 GLKit 0x000000018feab92c -[GLKView _display:] + 216
	19 QuartzCore 0x000000018700a8a4 -[CALayer display] + 188
	20 QuartzCore 0x0000000186f7c3d4 __ZN2CA7Context18commit_transactionEPNS_11TransactionE + 520
	21 QuartzCore 0x0000000186fa3b40 __ZN2CA11Transaction6commitEv + 540
	22 QuartzCore 0x0000000186fa4980 __ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
	23 CoreFoundation 0x0000000182f6ecdc ___CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
	24 CoreFoundation 0x0000000182f6c694 ___CFRunLoopDoObservers + 412
	25 CoreFoundation 0x0000000182f6cc50 ___CFRunLoopRun + 1292
	26 CoreFoundation 0x0000000182e8cc58 CFRunLoopRunSpecific + 428
	27 GraphicsServices 0x0000000184d38f84 GSEventRunModal + 96
	28 UIKit 0x000000018c5e55c4 UIApplicationMain + 232
	29 Target 0x00000001030ffd28 main (main.m:18)
	30 libdyld.dylib 0x00000001829ac56c _start + 4
	
	SEGV_ACCERR
@jwxbond
Copy link
Contributor

jwxbond commented Apr 16, 2018

@fjzznjsh thanks for following up. Please provide more information about the crash stack. like iOS version and test case etc. the more the better. It will be helpful.

@fjzznjsh
Copy link
Author

fjzznjsh commented Apr 17, 2018 via email

@jwxbond
Copy link
Contributor

jwxbond commented Nov 21, 2019

can't reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants