Andrew Hyatt

Results 23 comments of Andrew Hyatt

I would love to see this feature as well.

This! At the Darling Project, we have around 100 repos. `/github subscribe darlinghq/*` to subscribe to all of them would be nice!

Would very much like to see this. Our GitHub organization has about 100 repos and subscribing to them all is a pain.

this one too: https://www.radio-browser.info/gui/#!/history/230158df-e29b-429d-af33-a79d1cc1354b stream works in VLC: http://19273.live.streamtheworld.com/KCBSAMAAC_SC

@bugaevc very nice, gets us past there. Now it needs: ``` ** INTERNAL ERROR: Uncaught exception ** Uncaught Exception: -[__NSStackBlock__ copyWithZone:]: unrecognized selector sent to instance 0x7fffffdfdbf0 Stack: ```

``` 2019-03-18 13:08:16.684 xcodebuild[41:3e8] [MT] DVTDeveloperPaths: WARNING: No version.plist file found next to presumed developer directory '/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Developer'; developer tools may need to be reinstalled. ** INTERNAL ERROR: Uncaught exception **...

`/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -find lldb` ``` 2019-04-05 12:03:12.443 xcodebuild[64:3e8] Test observer implements -startObserving. This is a deprecated API - please implement -testBundleWillStart: instead. 2019-04-05 12:03:12.443 xcodebuild[64:3e8] Test observer implements -stopObserving....

One point dyld reaches before crashing: calling `__opendir_common` with parameters (based on register values): `fd`: 3 `name`: `/Volumes/SystemRoot/home/andrew/Applications/Xcode.app/Contents/MacOS/../SystemFrameworks` `flags`: 3

That flag means: #define DTF_HIDEW 0x0001 /* hide whiteout entries */ #define DTF_NODUP 0x0002 /* don't return duplicate names */ `__opendir_common` triggers EXC_BAD_ACCESS when making this call: https://github.com/darlinghq/darling/blob/master/src/libc/gen/FreeBSD/opendir.c#L169 but it...

It crashes calling `reallocf` in opendir as `reallocf(NULL, 1000)` Some how the memory allocator has gotten messed up previously in the execution is my guess. That's supposed to be identical...