-
```
What steps will reproduce the problem?
1. I wrote the simple application that creates a char array with the max size
500MB and frees it repeatedly:
#include
#include
#include
#define NUM_THR…
-
```
What steps will reproduce the problem?
1. I wrote the simple application that creates a char array with the max size
500MB and frees it repeatedly:
#include
#include
#include
#define NUM_THR…
-
Some quick initial review of libhl turned up some issues with it.
- The use of `__USE_UNIX98` is a non-standard feature-test macro which should be replaced with `_POSIX_C_SOURCE`.
- There are a lot of…
-
#### Use Case Description:
I'm trying to log "user last register status" using function `jsonrpc_notification` from module `jsonrpc-c`
##### invoke in kamailio.cfg:
`jsonrpc_notification("last_reg",…
-
```
Since TestNG only instantiates your test class once and not for each test case
like JUnit does, you can not use MockitoAnnotations.initMocks(this) just by
itself with constructor injection.
http…
-
```
What steps will reproduce the problem?
1. I wrote the simple application that creates a char array with the max size
500MB and frees it repeatedly:
#include
#include
#include
#define NUM_THR…
-
```
What steps will reproduce the problem?
1. I wrote the simple application that creates a char array with the max size
500MB and frees it repeatedly:
#include
#include
#include
#define NUM_THR…
-
```
What steps will reproduce the problem?
1. I wrote the simple application that creates a char array with the max size
500MB and frees it repeatedly:
#include
#include
#include
#define NUM_THR…
-
A user using a recent Mac build says:
```
Random crashes while in a run, it seems to be Java and/or drawing the gui issue.
```
and gets this error below, and
```
Process: CellProfiler…
-
```
Between 10 and 17, certain sites regressed mightily in performance on MP
systems. The most egregious was ifixit, which renders fine on a 1GHz iMac G4
and horribly slowly on a quad G5. Shark show…