geraldspreer

Results 15 comments of geraldspreer

After bisecting thru working and non-working commits, I have found that the issue is actually introduced by the second cherry-pick. Namely https://github.com/Samsung/netcoredbg/commit/32698c72fe5d26ba70b714dc7d0e6e42b4662fe8 It is caused by this diff: ` 3...

@gbalykov I hope this helps... ``` dyld: loaded: /usr/local/bin/direnv dyld: loaded: /usr/lib/libSystem.B.dylib dyld: loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation dyld: loaded: /System/Library/Frameworks/Security.framework/Versions/A/Security dyld: loaded: /usr/lib/system/libcache.dylib dyld: loaded: /usr/lib/system/libcommonCrypto.dylib dyld: loaded: /usr/lib/system/libcompiler_rt.dylib dyld: loaded: /usr/lib/system/libcopyfile.dylib...

without, I will create one with force_flat_namespace

This is when compiling and running the latest `HEAD` without any changes. ``` dyld: loaded: /usr/local/bin/direnv dyld: loaded: /usr/lib/libSystem.B.dylib dyld: loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation dyld: loaded: /System/Library/Frameworks/Security.framework/Versions/A/Security dyld: loaded: /usr/lib/system/libcache.dylib dyld: loaded:...

@gbalykov See attached files. [dtruss--with-flat-namespace.log](https://github.com/Samsung/netcoredbg/files/13631099/dtruss--with-flat-namespace.log) [dtruss--without-flat-namespace.log](https://github.com/Samsung/netcoredbg/files/13631100/dtruss--without-flat-namespace.log)