-
File "train.py", line 897, in ver_test
acc1, std1, acc2, std2, xnorm, embeddings_list = verification.test(ver_list[i], model, args.batch_size, 10, data_extra, label_shape)
File "eval/verific…
-
**Describe the bug**
The typedesc_test run does not pass a valgrind run, as data is used before it is initialized.
This causes underfined behaviour.
**OpenImageIO version and dependencies**
…
stolk updated
1 month ago
-
This came up in an unrelated CI run.
From cursory investigation, the segfault happens deep inside snmalloc, while doing the seemingly harmless action of allocating a synthetic SourceDef, as of comm…
-
```
When building the code on Linux, the output is littered with high number of
harmless warnings that should be easy to fix.
IMO it is important to make this go away, because the sheer number of the…
-
```
When building the code on Linux, the output is littered with high number of
harmless warnings that should be easy to fix.
IMO it is important to make this go away, because the sheer number of the…
-
It seems that LLVM will hard fail and call `exit()` for [some failures](https://github.com/llvm-mirror/llvm/blob/93e6e5414ded14bcbb233baaaa5567132fee9a0c/lib/Support/ErrorHandling.cpp#L104)
This is…
-
**Is your feature request related to a problem? Please describe.**
In the conventional mobile device space [GrapheneOS](https://grapheneos.org/faq) defines and implements the most robust hardening mo…
-
There isn't any way to access the values of Generic List except as a reference. When writing ops this makes you do:
```
auto val = pop(stack);
auto list = val.toGenericListRef();
```
instead of…
-
I was working on a bigger code example for the microbit, when i stumbled over the MicroBitHeapAllocator. At first it seem to be a good tool, but I do not understand the calculation in relation to star…
-
```
What steps will reproduce the problem?
1. Create a method to be called by javascript that returns a JSAPIWeakPtr
2. Call method from javascript
3. Watch your stack overflow :)
What is the expecte…