Skip to content

Instantly share code, notes, and snippets.

@g3ntleman
Created November 15, 2013 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g3ntleman/7486909 to your computer and use it in GitHub Desktop.
Save g3ntleman/7486909 to your computer and use it in GitHub Desktop.
Cannot send attachment via jabber in Adium. Crashes!
Process: Adium [29754]
Path: /Applications/Adium.app/Contents/MacOS/Adium
Identifier: com.adiumX.adiumX
Version: 1.5.8 (1.5.8)
Code Type: X86-64 (Native)
Parent Process: launchd [241]
Responsible: Adium [29754]
User ID: 1029
Date/Time: 2013-11-15 17:08:33.522 +0100
OS Version: Mac OS X 10.9 (13A603)
Report Version: 11
Anonymous UUID: EBE4C44A-0FFA-2540-F5DE-B915893A9614
Sleep/Wake UUID: 28A1ECD6-3C65-4855-BB1E-4283A5645369
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
*** error for object 0x6080002136d0: Freeing already free'd pointer
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8ed51866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff85cb435c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff83635bba abort + 125
3 libsystem_malloc.dylib 0x00007fff84905bf9 nanozone_error + 486
4 libsystem_malloc.dylib 0x00007fff849051da nano_free_definite_size + 114
5 libpurple 0x00000001007bae90 purple_xfer_request_accepted + 414
6 libpurple 0x00000001007bb31c purple_xfer_choose_file_ok_cb + 563
7 com.adiumX.AdiumPurple 0x00000001003dc82f adiumPurpleRequestFile + 376
8 libpurple 0x00000001007d9cde purple_request_file + 179
9 libpurple 0x00000001007b9b53 purple_xfer_choose_file + 90
10 com.adiumX.AdiumPurple 0x00000001003e2ce3 -[CBPurpleAccount _beginSendOfFileTransfer:] + 227
11 com.adiumX.AdiumPurple 0x00000001003e9b9c -[ESPurpleJabberAccount beginSendOfFileTransfer:] + 39
12 com.adiumX.adiumX 0x00000001000efca4 0x100000000 + 982180
13 com.adiumX.adiumX 0x00000001000e7279 0x100000000 + 946809
14 com.adiumX.adiumX 0x00000001000e73cf 0x100000000 + 947151
15 com.adiumX.adiumX 0x00000001000e649e 0x100000000 + 943262
16 com.apple.CoreFoundation 0x00007fff85a0ddec __invoking___ + 140
17 com.apple.CoreFoundation 0x00007fff85a0dc54 -[NSInvocation invoke] + 308
18 com.adiumX.adiumX 0x00000001000fadc4 0x100000000 + 1027524
19 com.adiumX.adiumX 0x00000001000e62c2 0x100000000 + 942786
20 com.adiumX.adiumX 0x00000001000354e9 0x100000000 + 218345
21 Adium 0x00000001004df8e6 -[AIMessageEntryTextView sendContent:] + 189
22 AIUtilities 0x000000010032efb0 -[AISendingTextView insertText:] + 543
23 Adium 0x00000001004e2abc -[AIMessageEntryTextView insertText:] + 45
24 com.apple.AppKit 0x00007fff8d62ba6c -[NSTextView(NSKeyBindingCommands) insertNewline:] + 239
25 com.apple.AppKit 0x00007fff8d5aedaf -[NSResponder doCommandBySelector:] + 71
26 com.apple.AppKit 0x00007fff8d5dc23a -[NSTextView doCommandBySelector:] + 196
27 com.apple.AppKit 0x00007fff8d5ae2d1 -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 1392
28 com.apple.AppKit 0x00007fff8d5cd322 -[NSTextInputContext handleEvent:] + 845
29 com.apple.AppKit 0x00007fff8d5acb5d -[NSView interpretKeyEvents:] + 180
30 AIUtilities 0x000000010032f0d2 -[AISendingTextView interpretKeyEvents:] + 285
31 com.apple.AppKit 0x00007fff8d5ccecd -[NSTextView keyDown:] + 658
32 Adium 0x00000001004dd66e -[AIMessageEntryTextView keyDown:] + 282
33 com.apple.AppKit 0x00007fff8d57981b -[NSWindow sendEvent:] + 1843
34 com.apple.AppKit 0x00007fff8d51aca2 -[NSApplication sendEvent:] + 3395
35 com.apple.AppKit 0x00007fff8d36aa29 -[NSApplication run] + 646
36 com.apple.AppKit 0x00007fff8d355803 NSApplicationMain + 940
37 com.adiumX.adiumX 0x0000000100002214 0x100000000 + 8724
@g3ntleman
Copy link
Author

While trying to send a file via jabber.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment