Skip to content

Instantly share code, notes, and snippets.

@reno-
Created July 21, 2014 15:20
Show Gist options
  • Save reno-/c66c0dbad0a02e661057 to your computer and use it in GitHub Desktop.
Save reno-/c66c0dbad0a02e661057 to your computer and use it in GitHub Desktop.
i-score crash if it receives OSC bundle element
Thread 7 Crashed:
0 NetworkLib.ttdylib 0x00000001144b968c osc::ToUInt32(char const*) + 12
1 NetworkLib.ttdylib 0x00000001144b9678 osc::ReceivedBundleElement::Size() const + 24
2 NetworkLib.ttdylib 0x00000001144b9629 osc::ReceivedBundleElement::IsBundle() const + 25
3 NetworkLib.ttdylib 0x00000001144a7b84 osc::OscPacketListener::ProcessBundle(osc::ReceivedBundle const&, IpEndpointName const&) + 100
4 NetworkLib.ttdylib 0x00000001144a7ada osc::OscPacketListener::ProcessPacket(char const*, int, IpEndpointName const&) + 122
5 NetworkLib.ttdylib 0x00000001144aeb39 SocketReceiveMultiplexer::Implementation::Run() + 4153
6 NetworkLib.ttdylib 0x00000001144ab6d8 SocketReceiveMultiplexer::Run() + 24
7 NetworkLib.ttdylib 0x00000001144a6c5c UdpListeningReceiveSocket::Run() + 28
8 NetworkLib.ttdylib 0x00000001144a5792 TTOscSocketListener(void*) + 226
9 JamomaFoundation.dylib 0x000000010bfcc450 TTThread::doCallbackMethod() + 48
10 JamomaFoundation.dylib 0x000000010bfcc31d TTThreadCallback(void*) + 29
11 libsystem_pthread.dylib 0x00007fff96090899 _pthread_body + 138
12 libsystem_pthread.dylib 0x00007fff9609072a _pthread_start + 137
13 libsystem_pthread.dylib 0x00007fff96094fc9 thread_start + 13
Thread 7 crashed with X86 Thread State (64-bit):
rax: 0x0000000110cb3320 rbx: 0x0000000110cb4000 rcx: 0x000000000005d439 rdx: 0x000000000005d438
rdi: 0x0000ffaacc067c24 rsi: 0x0000ffaacc067c24 rbp: 0x0000000110cb3260 rsp: 0x0000000110cb3260
r8: 0x0000000000000040 r9: 0x0000000110cb2500 r10: 0x000000010c1e6aa0 r11: 0xffffff000021b110
r12: 0x000000000000e5cf r13: 0x0000000000000000 r14: 0x000061000025af70 r15: 0x000000010bfcc300
rip: 0x00000001144b968c rfl: 0x0000000000010202 cr2: 0x000000010ea42000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment