Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

problem in receiving a message #211

Open
chadbag opened this issue Nov 20, 2014 · 0 comments
Open

problem in receiving a message #211

chadbag opened this issue Nov 20, 2014 · 0 comments

Comments

@chadbag
Copy link

chadbag commented Nov 20, 2014

Using the francoisp fork (but I don't think there are a lot of differences in this part?), I occasionally get this crash in my app. It does not happen all that often and I am not sure where to start as it looks like problems in the system malloc which could point to some sort of memory issue somewhere else?

0   MyApp   0x002b6928  testflight_backtrace
1   MyApp   0x002b6164  TFSignalHandler
2   libsystem_platform.dylib    0x3b152722  _sigtramp
3   libsystem_pthread.dylib 0x3b157a52  pthread_kill
4   libsystem_c.dylib   0x3b0a102c  abort
5   libsystem_malloc.dylib  0x3b11e75c  purgeable_ptr_in_use_enumerator
6   libsystem_malloc.dylib  0x3b11e9d8  free_list_checksum_botch
7   libsystem_malloc.dylib  0x3b116bc0  tiny_malloc_from_free_list
8   libsystem_malloc.dylib  0x3b1159e8  szone_malloc_should_clear
9   libsystem_malloc.dylib  0x3b1158d2  malloc_zone_malloc
10  libsystem_malloc.dylib  0x3b118d16  malloc
11  CoreFoundation  0x3071d274  -[__NSArrayM insertObject:atIndex:]
12  MyApp   0x00162802  -[SocketIO getMatchesFrom:with:] in SocketIO.m on Line 513
13  MyApp   0x00162a10  -[SocketIO onData:] in SocketIO.m on Line 541
14  MyApp   0x0026fdc8  -[SocketIOTransportWebsocket webSocket:didReceiveMessage:] in SocketIOTransportWebsocket.m on Line 110
15  MyApp   0x000f109a  __30-[SRWebSocket _handleMessage:]_block_invoke in SRWebSocket.m on Line 741
16  libdispatch.dylib   0x3b0250c2  _dispatch_call_block_and_release
17  libdispatch.dylib   0x3b0250ae  _dispatch_client_callout
18  libdispatch.dylib   0x3b0279a8  _dispatch_main_queue_callback_4CF
19  CoreFoundation  0x307ae5b0  __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
20  CoreFoundation  0x307ace7c  __CFRunLoopRun
21  CoreFoundation  0x30717470  CFRunLoopRunSpecific
22  CoreFoundation  0x30717252  CFRunLoopRunInMode
23  GraphicsServices    0x354512ea  GSEventRunModal
24  UIKit   0x32fcc844  UIApplicationMain
25  MyApp   0x000a9a42  main in main.m on Line 17
26  libdyld.dylib   0x3b039ab6  start

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

No branches or pull requests

1 participant