Danbo Duan
Danbo Duan
for [#11271](https://github.com/eclipse-theia/theia/issues/11271)
would you like to help review this @msujew @paul-marechal
对NSURL的实例hook之后,该实例任何方法都会crash,甚至release都crash了,从汇编堆栈看起来是cache对象野了。 ``` struct objc_class : objc_object { struct objc_class * superclass; //基类信息结构体。 cache_t cache; //方法缓存哈希表 //... 其他数据成员忽略。 }; ```
see this pr https://github.com/agens-no/EllipticCurveKeyPair/pull/62
> > For example, if we are debugging some program and the network does not work well just for some moment, we will have to restart the job. > >...
> I think these kind of changes require a much more thorough explanation of how it works. > > I don't want to reverse engineer code to guess things like:...
> Given the current `ReconnectionGraceTime` set at 10 min, do I understand correctly that we will leak backend-scoped inversify containers that will live for 10 min each time the user...
在 M1 上 hook `open`和`stat`函数会崩溃,`pthread_create`不会。 环境: M1 macOS Monterey 12.0.1 (21A559) Xcode Version 13.1 (13A1030d) 流程: 1. git clone [email protected]:jmpews/Dobby.git 2. cd Dobby && mkdir build && cd build &&...
> I'm happy to take another look at this PR. @DanboDuan I know that this PR has been stale for a while, nevertheless I hope that you are still able/willing...
> These are likely to cause problems if the user has cloned the same repo multiple times. > > > I think `unique_repository_identifier` should be the same for the same...