GitHub / apple/swift-corelibs-libdispatch issues and pull requests
Labelled with: libdispatch
#743 - [SR-1817] Need of a way to convert DispatchTime to AVAudioTime and AVAudioTime to DispatchTime
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 1 comment
Labels: libdispatch, Improvement, SDKOverlay
#742 - [SR-1843] Libdispatch: DispatchData api inconsistency
Issue -
State: open - Opened by 7156ccc1-d3b8-4460-882a-3f5802920f8f over 9 years ago
- 7 comments
Labels: bug, libdispatch, SDKOverlay
#741 - [SR-1859] DispatchQueue setTarget fails with EXC_BAD_INSTRUCTION
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 7 comments
Labels: bug, libdispatch, Standard Library, RunTimeCrash
#740 - [SR-1923] Building Foundation with lib dispatch support fails with a glibc module error
Issue -
State: closed - Opened by phausler over 9 years ago
- 25 comments
Labels: bug, libdispatch
#739 - [SR-1935] Timer granularity too coarse for test cases
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 5 comments
Labels: bug, libdispatch, Linux
#738 - [SR-1941] Dispatch object creation can return nil despite non-nil type annotations
Issue -
State: open - Opened by swift-ci over 9 years ago
- 2 comments
Labels: bug, libdispatch
#737 - [SR-2012] Repeating DispatchSource timers are not repeating
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 7 comments
Labels: bug, libdispatch
#736 - [SR-2036] Naming of DispatchSource factory methods
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 1 comment
Labels: bug, libdispatch, SDKOverlay
#735 - [SR-2050] Code crashes with "EXC_BAD_ACCESS" when appending UnsafeBufferPointer to DispatchData
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 1 comment
Labels: bug, libdispatch, RunTimeCrash
#734 - [SR-2067] GCD (libdispatch) for Windows has misuse of QueryPerformanceFrequency
Issue -
State: closed - Opened by benrimmington over 9 years ago
- 2 comments
Labels: bug, libdispatch
#733 - [SR-2107] LIBDispatch DispatchIO read Max Int not reading until EOF
Issue -
State: open - Opened by swift-ci over 9 years ago
- 5 comments
Labels: bug, libdispatch, SDKOverlay
#732 - [SR-2181] DispatchTimeInterval.nanoseconds won't work well on 32-bit architectures
Issue -
State: open - Opened by 05262b81-54a9-4fe1-bf6a-96f8042de10e over 9 years ago
- 6 comments
Labels: bug, libdispatch
#731 - [SR-2202] asyncAfter(deadline: DispatchTime, ...) has an erroneous parameter label
Issue -
State: open - Opened by glessard over 9 years ago
Labels: bug, libdispatch
#730 - [SR-2205] Linker fails when linking to Foundation if -static-stdlib flag is present
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 10 comments
Labels: bug, libdispatch, Linux, static linking
#729 - [SR-2207] DispatchQoS.init(qosClass: DispatchQoS.QoSClass, relativePriority: Int) should have a default relative priority
Issue -
State: open - Opened by glessard over 9 years ago
Labels: libdispatch, Improvement
#728 - [SR-2246] dispatchQueue.async(flags: .barrier) does not work
Issue -
State: closed - Opened by 05262b81-54a9-4fe1-bf6a-96f8042de10e over 9 years ago
- 4 comments
Labels: bug, libdispatch, SDKOverlay
#727 - [SR-2248] dispatchQueue.async(flags: .barrier) shouldn't create a DispatchWorkItem
Issue -
State: closed - Opened by 05262b81-54a9-4fe1-bf6a-96f8042de10e over 9 years ago
- 2 comments
Labels: bug, libdispatch, SDKOverlay
#726 - [SR-2309] Linux: libdispatch runtime dependency on blocks runtime
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#725 - [SR-2335] Did `queue.async(flags: .barrier)` stop working or change behavior?
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 8 comments
Labels: bug, libdispatch
#724 - [SR-2356] Remove temporary libdispatch APIs before Swift 3 GA
Issue -
State: closed - Opened by swift-ci over 9 years ago
- 5 comments
Labels: bug, libdispatch
#723 - [SR-2655] in libdispatch/libpwq worker threads, too many signals are blocked on Linux
Issue -
State: closed - Opened by weissi about 9 years ago
- 6 comments
Labels: bug, libdispatch, Linux
#722 - [SR-2656] Linux Swift 3.0 crashes in DispatchIO.read()
Issue -
State: closed - Opened by swift-ci about 9 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#721 - [SR-2856] libdispatch dispatch_timer_set_time test is flaky
Issue -
State: closed - Opened by swift-ci about 9 years ago
- 8 comments
Labels: bug, libdispatch
#720 - [SR-2903] Serializer::writeAST crashes when building libdispatch
Issue -
State: closed - Opened by rxwei about 9 years ago
- 2 comments
Labels: bug, libdispatch, Compiler, BuildScript, CompilerCrash
#719 - [SR-2905] Linux libpwq: Dispatch queues + blocking tasks = poor performance
Issue -
State: open - Opened by swift-ci about 9 years ago
- 7 comments
Labels: bug, libdispatch
#718 - [SR-2922] libdispatch depdencies are stale, "module file was created by an older version of the compiler"
Issue -
State: closed - Opened by swift-ci about 9 years ago
- 3 comments
Labels: bug, libdispatch, Linux
#717 - [SR-2931] libdispatch `dispatch_suspend_timer` test needs robustification
Issue -
State: closed - Opened by swift-ci about 9 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#716 - [SR-2941] [libdispatch] kqtest fails randomly with ``bind-1: Address already in use``
Issue -
State: closed - Opened by swift-ci about 9 years ago
- 7 comments
Labels: bug, libdispatch, Linux
#715 - [SR-3002] using DispatchData.enumerateBytes on Linux leaks the block
Issue -
State: closed - Opened by weissi about 9 years ago
- 4 comments
Labels: bug, libdispatch, Leak, Linux
#714 - [SR-3028] do-catch block break nested DispatchSource workitem
Issue -
State: closed - Opened by swift-ci about 9 years ago
- 2 comments
Labels: bug, libdispatch
#669 - [SR-6310] DispatchTimeInterval does not implement Equatable on Linux
Issue -
State: closed - Opened by swift-ci about 8 years ago
- 1 comment
Labels: bug, libdispatch
#613 - [SR-11813] DispatchGroup not Equatable on Linux
Issue -
State: open - Opened by swift-ci about 6 years ago
- 2 comments
Labels: bug, libdispatch
#609 - [SR-13383] Windows, Dispatch crashes after network request timeout
Issue -
State: open - Opened by lxbndr over 5 years ago
- 5 comments
Labels: bug, libdispatch, Foundation, Windows, Dispatch
#606 - [SR-14314] [Windows] Linker errors building libdispatch for x86
Issue -
State: closed - Opened by triplef over 4 years ago
- 5 comments
Labels: bug, libdispatch
#604 - [SR-15133] Crash when deallocating a never-resumed DispatchSourceTimer
Issue -
State: closed - Opened by mickeyl over 4 years ago
- 7 comments
Labels: bug, libdispatch, DispatchSourceTimer
#603 - [SR-15166] Crash in _dispatch_wait_for_enqueuer on Android armeabi-v7a
Issue -
State: closed - Opened by triplef about 4 years ago
- 5 comments
Labels: bug, libdispatch