I just ran into this too. Is the call to NSRunInformationalAlertPanel okay or do we need to use FxWindowAPI? I'm not sure how to use that modally.
#0 0x00007fff8706cdc2 in semaphore_wait_signal_trap ()
#1 0x00007fff8707240d in pthread_mutex_lock ()
#2 0x00000001007ad455 in -[FFEffect channelFolder] ()
#3 0x00000001007aab70 in -[FFEffect enabled] ()
#4 0x0000000100dae511 in -[FFColorFolderLabelController update] ()
#5 0x00007fff84ef8123 in -[NSArray makeObjectsPerformSelector:] ()
#6 0x000000010284a98f in -[OZViewControllerGroup update] ()
#7 0x000000010285a159 in -[OZLabeledParamController update] ()
#8 0x00007fff84ef8123 in -[NSArray makeObjectsPerformSelector:] ()
#9 0x000000010284a98f in -[OZViewControllerGroup update] ()
#10 0x00007fff84ef8123 in -[NSArray makeObjectsPerformSelector:] ()
#11 0x000000010284a98f in -[OZViewControllerGroup update] ()
#12 0x0000000100972eef in -[FFInspectorModuleChannels _updateChannels] ()
#13 0x00007fff8868f45f in __NSThreadPerformPerform ()
#14 0x00007fff84ed53d1 in __CFRunLoopDoSources0 ()
#15 0x00007fff84ed35c9 in __CFRunLoopRun ()
#16 0x00007fff84ed2d8f in CFRunLoopRunSpecific ()
#17 0x00007fff8a40e7ee in RunCurrentEventLoopInMode ()
#18 0x00007fff8a40e551 in ReceiveNextEventCommon ()
#19 0x00007fff8a40e4ac in BlockUntilNextEventMatchingListInMode ()
#20 0x00007fff897e3eb2 in _DPSNextEvent ()
#21 0x00007fff897e3801 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#22 0x00007fff89a1edc3 in -[NSApplication _realDoModalLoop:peek:] ()
#23 0x00007fff89a1c951 in -[NSApplication runModalForWindow:] ()
#24 0x00007fff89a3a0ec in _NXDoLocalRunAlertPanel ()
#25 0x00007fff89a3a769 in NSRunInformationalAlertPanel ()
...
#29 0x000000012d1679f6 in -[...FxFilter parameterChanged:] (self=0x11e50b430, _cmd=0x7fff87a88394, parmId=100)
#30 0x0000000117a12440 in -[OZFxPlugParameterHandler sendNotifications:] ()
#31 0x0000000117c5fbb4 in OZFxPlugSharedBase::notify ()
#32 0x00000001177efb5a in OZNotificationManager::processNotifications ()
#33 0x0000000117346f4d in -[MEViewCtlrDelegateWrapper controller:didChangeChannel:] ()
#34 0x0000000102848f79 in -[OZViewController didChangeChannel] ()
#35 0x00000001028760d8 in -[OZChanBoolController setChannelValue:] ()
#36 0x00007fff89938eda in -[NSApplication sendAction:to:from:] ()
#37 0x00000001002f77ed in -[NSProApplication sendAction:to:from:] ()
#38 0x00000001008c49f8 in -[FFApplication sendAction:to:from:] ()
#39 0x00007fff89938e39 in -[NSControl sendAction:to:] ()
#40 0x00007fff899c484b in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] ()
#41 0x00007fff899f537a in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] ()
#42 0x00000001003395cd in -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] ()
#43 0x00007fff899c32f5 in -[NSControl mouseDown:] ()
#44 0x00007fff898dd3a7 in -[NSWindow sendEvent:] ()
#45 0x000000010031d987 in -[NSProWindow sendEvent:] ()
#46 0x00007fff89812afa in -[NSApplication sendEvent:] ()
#47 0x00000001002f8f48 in -[NSProApplication sendEvent:] ()
#48 0x00000001008c4273 in -[FFApplication sendEvent:] ()
#49 0x00007fff897a96de in -[NSApplication run] ()
#50 0x00000001002fa04b in NSProApplicationMain ()
#51 0x0000000100001478 in start ()