INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Segv when dragging song to playlist.  (Read 2707 times)

eagebhart

  • Recent member
  • *
  • Posts: 15
Segv when dragging song to playlist.
« on: October 14, 2014, 10:23:20 am »

My work around for this is to copy and paste. But it would be nice if it didn't crash when I forget and
try to drag a song to a playlist. I read that this might be fixed in media center 20.
It even happens when trying to rearrange the songs within a list.
I don't have any plugins and I'm using one of the standard skins, Aruba, that doesn't complain that it's incompatible with os x.

Sometimes dragging works. I can tell when it's going to crash because it freezes when it gets to the destination. When it doesn't crash a line appears in the list to show where it is going
to be dropped.

The log is very short, I turned it on, and then crashed it. It doesn't seem to have anything useful. but I could be wrong. The traceback indicates that it's in the dragdrop helper.

Media Center; Version: 19.0.163; Types: 2147483647
0000000: 1955152656: General: Starting logging: Date: 10/14/14 11:00:01 am
0000000: 1955152656: General: Log Reset: Logging reset
0014197: 1955152656: General: CMCUICore::SystemPowerManager_UpdateActions: Start
0014197: 1955152656: General: CMCUICore::SystemPowerManager_UpdateActions: UI Mode: -999; Playing: 0
0014197: 1955152656: General: CMCUICore::SystemPowerManager_UpdateActions: Finish (result: 0) (0 ms)
0000570: 1955152656: Encoders: CFlacEncoder::CFlacEncoder: Start
0000570: 1955152656: Encoders: CFlacEncoder::CFlacEncoder: Finish (0 ms)
0000628: 1955152656: Encoders: CFlacEncoder::~CFlacEncoder: Start
0000628: 1955152656: Encoders: CFlacEncoder::~CFlacEncoder: Finish (0 ms)
0000696: 1955152656: General: CFlacDecoder::CFlacDecoder: Start
0000696: 1955152656: General: CFlacDecoder::CFlacDecoder: Finish (0 ms)
0000697: 1955152656: General: CFlacDecoder::~CFlacDecoder: Start
0000697: 1955152656: General: CFlacDecoder::~CFlacDecoder: Finish (0 ms)
0000762: 1955152656: General: RunProgram: Start
0000762: 1955152656: General: RunProgram: Filename: /Applications/Media Center 19.app/Contents/MacOS/PackageInstaller.app/Contents/MacOS/PackageInstaller / Parameters: /RegPackageInstaller
0001243: 1955152656: General: RunProgram: Finish (481 ms)


Here is the traceback.


Process:         Media Center 19 [53085]
Path:            /Applications/Media Center 19.app/Contents/MacOS/Media Center 19
Identifier:      com.jriver.MediaCenter19
Version:         19.0.163 (?)
Code Type:       X86-64 (Native)
Parent Process:  launchd [298]
Responsible:     Media Center 19 [53085]
User ID:         501

Date/Time:       2014-10-14 11:00:17.125 -0400
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  D66C19D9-65C9-1BE5-496F-5746E2E99068

Sleep/Wake UUID: E146F14D-6576-4485-832A-58EB1CC96318

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000001e00000019

VM Regions Near 0x1e00000019:
    CG backing stores      00000001c8ca6000-00000001c954f000 [ 8868K] rw-/rw- SM=SHM 
-->
    JS JIT generated code  000038dca8400000-000038dca8401000 [    4K] ---/rwx SM=NUL 

Application Specific Information:
objc_msgSend() selector name: member:


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                  0x00007fff8c3c1097 objc_msgSend + 23
1   com.apple.CoreFoundation         0x00007fff8fef8721 CFSetGetValue + 145
2   com.apple.CoreFoundation         0x00007fff8ff101df __CFRunLoopFindMode + 223
3   com.apple.CoreFoundation         0x00007fff8ff3aa39 CFRunLoopAddTimer + 153
4   com.apple.HIServices             0x00007fff88a37f15 StartIPCPing + 166
5   com.apple.HIToolbox              0x00007fff87a206bf __DragInfoPtrSetValueForKey + 160
6   com.apple.HIToolbox              0x00007fff87a20616 __CoreDragSetValueForKey + 52
7   com.apple.AppKit                 0x00007fff8c8a568d __50-[NSDragDestination _resetUpdateDraggingItemTimer]_block_invoke + 164
8   libdispatch.dylib                0x00007fff8b6851bb _dispatch_call_block_and_release + 12
9   libdispatch.dylib                0x00007fff8b68228d _dispatch_client_callout + 8
10  libdispatch.dylib                0x00007fff8b68a433 _dispatch_after_timer_callback + 77
11  libdispatch.dylib                0x00007fff8b68228d _dispatch_client_callout + 8
12  libdispatch.dylib                0x00007fff8b684885 _dispatch_source_invoke + 413
13  libdispatch.dylib                0x00007fff8b689e97 _dispatch_main_queue_callback_4CF + 244
14  com.apple.CoreFoundation         0x00007fff8ff784f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
15  com.apple.CoreFoundation         0x00007fff8ff33714 __CFRunLoopRun + 1636
16  com.apple.CoreFoundation         0x00007fff8ff32e75 CFRunLoopRunSpecific + 309
17  com.apple.HIToolbox              0x00007fff879bfa0d RunCurrentEventLoopInMode + 226
18  com.apple.HIToolbox              0x00007fff879bf7b7 ReceiveNextEventCommon + 479
19  com.apple.HIToolbox              0x00007fff879bf5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
20  com.apple.AppKit                 0x00007fff8c59724e _DPSNextEvent + 1434
21  com.apple.AppKit                 0x00007fff8c59689b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
22  com.apple.AppKit                 0x00007fff8c8a5170 NSCoreDragBlockingProc + 107
23  com.apple.HIServices             0x00007fff88a36230 SampleMouseAndKeyboard + 102
24  com.apple.HIServices             0x00007fff88a35f50 DragInApplication + 50
25  com.apple.HIServices             0x00007fff88a35177 CoreDragStartDragging + 519
26  com.apple.AppKit                 0x00007fff8c8a1a54 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 862
27  com.apple.AppKit                 0x00007fff8ca593a4 -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1355
28  com.apple.AppKit                 0x00007fff8cd3f85b -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 133
29  com.jriver.MediaCenter19         0x0000000100bf8b4d CSystemDragDropHelper::StartDragInternal(JRFilenameArray const&, JRWndPtr) + 1277
30  com.jriver.MediaCenter19         0x0000000100bf8edb CSystemDragDropHelper::StartDrag(CMediaArray const&, JRWndPtr, JRNumberArray<int>*, bool) + 565
31  com.jriver.MediaCenter19         0x00000001009a87e5 CMJFileListCtrl::BeginDrag() + 303
32  com.jriver.MediaCenter19         0x00000001009ac54e CMJFileListCtrl::StartDrag(JRPointerArray<JRReportCtrlItem>&, JRPoint) + 24
33  com.jriver.MediaCenter19         0x0000000100377f12 JRReportCtrlEx::OnMouseMove(JRPoint) + 472
34  com.jriver.MediaCenter19         0x00000001003b4b49 JRCoreWnd::OnMouseMoveInternal(JRPoint) + 59
35  com.jriver.MediaCenter19         0x00000001003a9bb8 JRCompositeWnd::OnMouseMoveInternal(JRPoint) + 228
36  com.jriver.MediaCenter19         0x00000001003a9b75 JRCompositeWnd::OnMouseMoveInternal(JRPoint) + 161
37  com.jriver.MediaCenter19         0x00000001003a9b75 JRCompositeWnd::OnMouseMoveInternal(JRPoint) + 161
38  com.jriver.MediaCenter19         0x00000001003a9b75 JRCompositeWnd::OnMouseMoveInternal(JRPoint) + 161
39  com.jriver.MediaCenter19         0x00000001003a6d67 -[JRNSView mouseDragged:] + 83
40  com.apple.AppKit                 0x00007fff8c799cc1 -[NSWindow sendEvent:] + 3721
41  com.apple.AppKit                 0x00007fff8c73a5d4 -[NSApplication sendEvent:] + 2021
42  libJRTools.dylib                 0x000000010288bdb1 JRUIMessageLoop::PumpMessage(JRMsg&) + 165
43  com.jriver.MediaCenter19         0x00000001003ddfea JRGraphicalApp::Run() + 60
44  com.jriver.MediaCenter19         0x00000001003dbf89 -[JRAppDelegate applicationDidFinishLaunching:] + 339
45  com.apple.CoreFoundation         0x00007fff8ffdfe0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
46  com.apple.CoreFoundation         0x00007fff8fed382d _CFXNotificationPost + 2893
47  com.apple.Foundation             0x00007fff8abd9e4a -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
48  com.apple.AppKit                 0x00007fff8c59eb69 -[NSApplication _postDidFinishNotification] + 289
49  com.apple.AppKit                 0x00007fff8c59e89c -[NSApplication _sendFinishLaunchingNotification] + 195
50  com.apple.AppKit                 0x00007fff8c59b786 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
51  com.apple.AppKit                 0x00007fff8c59b1db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
52  com.apple.Foundation             0x00007fff8abf859a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
53  com.apple.Foundation             0x00007fff8abf840d _NSAppleEventManagerGenericHandler + 106
54  com.apple.AE                     0x00007fff92101e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
55  com.apple.AE                     0x00007fff92101c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
56  com.apple.AE                     0x00007fff92101b36 aeProcessAppleEvent + 315
57  com.apple.HIToolbox              0x00007fff879cc161 AEProcessAppleEvent + 56
58  com.apple.AppKit                 0x00007fff8c5970b6 _DPSNextEvent + 1026
59  com.apple.AppKit                 0x00007fff8c59689b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
60  com.apple.AppKit                 0x00007fff8c58a99c -[NSApplication run] + 553
61  com.jriver.MediaCenter19         0x00000001003dba4d JRApp::WinMain(HINSTANCE__*, HINSTANCE__*, int) + 49
62  com.jriver.MediaCenter19         0x0000000100001524 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib           0x00007fff923f9662 kevent64 + 10
1   libdispatch.dylib                0x00007fff8b684421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib                0x00007fff8b684136 _dispatch_mgr_thread + 52

Logged
Pages: [1]   Go Up