-
```
There appears to be shared library compatibility issues when using CAI-Nav
0.1.2 and NMGen 0.1.0 in the same Unity project. NMGen uses a newer version of
the cai-util-u3d library.
The temporar…
-
It seems that something along the `notify.rs` and `util/mpmc_bounded_queue.rs` codepath having memory coherence issues under heavy multithreaded loads that utilize `notify()`.
Running the following p…
jamwt updated
9 years ago
-
Hello,
I seem to be experiencing a very volatile bug and after seeking help in the rust irc channel, I decided to file a bug report.
Unfortunately I didn't found a small piece of code that is able to…
-
We are using Amazon S3 to store and retrieve files in our mobile application done using Unity3D. When sending files exceeding around 20MB and more, the application crashes to out of memory on Android …
jrunt updated
9 years ago
-
```
There appears to be shared library compatibility issues when using CAI-Nav
0.1.2 and NMGen 0.1.0 in the same Unity project. NMGen uses a newer version of
the cai-util-u3d library.
The temporar…
-
http://build.servo.org/builders/mac1/builds/2226/steps/shell_2/logs/stdio
```
initialize thread_rng: Too many open files (os error 24)', /Users/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/r…
-
xxxx 1 {
request {
Type 0 : integer
Content 1 : string
}
response {
}
}
我定了这样的一个协议,发送给SKYNET,发现当Content为8个汉字时,SKYNET会报错误:./lualib/skynet.lua:537: ./lualib/sprot…
-
```
What steps will reproduce the problem?
1. create a cube, attached a short script with inside :
using DG.Tweening;
public class cubescript : MonoBehaviour {
Vector3 dwn;
// Use this for in…
-
Hello,I tryed to build last 4.5.2 kernel with your 4.5/master branch and get this error first:
LD mm/built-in.o
LD arch/x86/kvm/built-in.o
CC arch/x86/mm/init.o
CC kernel/…
-
I included a patch for review below rather than forking all of rust to propose a change to 3 lines of code.
Even though the subject says 1.0.0 this fix may be applicable to master and 1.1.0-dev as we…