On Mon, Aug 8, 2016 at 7:05 PM, bronze man <bronze1...@gmail.com> wrote: > My program works correct with golang1.6 on ios9.0 and arm64. > > But it crash as following: > > ``` > > * thread #8: tid = 0x63fe9, 0x0000000100319a64 FastLemon Accelerator`notok + > 4, stop reason = EXC_BAD_ACCESS (code=1, address=0x0) > > * frame #0: 0x0000000100319a64 FastLemon Accelerator`notok + 4 > > frame #1: 0x0000000100319bc0 FastLemon Accelerator`runtime.madvise + 32 > > frame #2: 0x00000001002cbaf4 FastLemon Accelerator`runtime.sysUnused + > 52 > > frame #3: 0x00000001002dacdc FastLemon Accelerator`runtime.scavengelist > + 332 > > frame #4: 0x00000001002dad94 FastLemon > Accelerator`runtime.(*mheap).scavenge + 132 > > frame #5: 0x00000001002f1e74 FastLemon Accelerator`runtime.sysmon + 868 > > frame #6: 0x00000001002e9d18 FastLemon Accelerator`runtime.mstart1 + 280 > > frame #7: 0x00000001002e9be8 FastLemon Accelerator`runtime.mstart + 120 > > frame #8: 0x00000001004fada4 FastLemon Accelerator`crosscall1 + 48 > > frame #9: 0x00000001004fa8cc FastLemon Accelerator`threadentry + 48 > > frame #10: 0x000000019a25bb3c libsystem_pthread.dylib`_pthread_body + > 156 > > frame #11: 0x000000019a25baa0 libsystem_pthread.dylib`_pthread_start + > 156 > > frame #12: 0x000000019a259030 libsystem_pthread.dylib`thread_start + 4 > > ``` > > Is ok to send an issues ?
It's always OK to send an issue, but we will need to be able to recreate the problem ourselves. This kind of problem could be a bug in Go itself, but is more likely caused by a race condition or a bad use of the unsafe package in your program. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.