-
looks like generic_fuzzer.py is leaking fds somehow
```
[Tue Nov 4 23:28:23 2014 25176:139983205721856] Exception: [Errno 24] Too many open files: '/proc/31950/task'
Error: [Errno 24] Too many open …
-
> ./console/runner.coffee kawa/repl
> # |kawa:1|# (+ 1 1)
>
> Internal JVM Error: Error: Error in get_initialized_class: Class Lgnu/mapping/CallContext; is not initialized.
> Error: Error in get_init…
-
One of my old games, Starship Titanic needs to be run with UAC for compatibility reasons, when I try and stream this with Home Stream, it fails to launch and times out, and also killing Home Stream I …
-
In the spirit of trying to modularize Doppio, I've come up with a list of points that we currently reach into the core library:
- `disassembler.dissasemble`
- wrap current class in call to `new Refe…
-
Hi,
So I followed all of the instructions in the INSTALL.txt file, and none of them threw any errors. I did download vtrace and extracted it to the sulley-master folder (the same folder that the INS…
ghost updated
11 years ago
-
I am trying to set up the linux process monitor and it is not working. It never actually starts monitoring. what exactly are the steps I should be following to set it up?
-
We have a working TypeScript port of Doppio, but we need to backport a number of items to it.
Here's a comparison view to see all of the lines of code we need to backport:
https://github.com/int3/dop…
jvilk updated
11 years ago
-
This crash has been happening mostly in the simulator but happens on a real device too. It crashes with BAD_ACCESS on the RKLogTrace line below. Looking at the stack dumps, it seems one thread is do…
-
Support query, vquery, and trace commands at the repl:
```
query foo(_,Y)
3 =* foo(...,"this")
4 =* foo(...,"that)
vquery foo(_,Y)
3 where Y="this"
4 where Y="that"
vvquery foo(leng…