-
LDC linux binary (from releases):
```
/usr/bin/ld: /home/rikki/.local/bin/ldc2-1.37.0-linux-x86_64/bin/../lib/libldc_rt.msan.a(msan.cpp.o): relocation R_X86_64_TPOFF32 against `_ZN6__msanL28is_in_…
-
I've found several race conditions with the clang thread sanitizer in the library. I will point some of them out but you should probably run the thread sanitizer yourself to maybe detect even more iss…
-
```
Current failures are reported with a stack trace to the failure point, with a
process id.
These reports make it difficult to determine exactly which threads are
poisoning and accessing memory.
…
-
This is a follow-on from #1682. I'm building S3D on a variety of machines, and the behavior I currently see is:
* Sapling:
* CUDA hijack on: works
* CUDA hijack off: data/memory corruption…
-
```
0x00007fbddec82e6c : sub $0x80,%rsp
0x00007fbddec82e73 : push %rdi
0x00007fbddec82e74 : lea (%rsi),%rdi
0x00007fbddec82e77 : callq 0x7fbddec66380
0x00007fbddec…
-
```
0x00007fbddec82e6c : sub $0x80,%rsp
0x00007fbddec82e73 : push %rdi
0x00007fbddec82e74 : lea (%rsi),%rdi
0x00007fbddec82e77 : callq 0x7fbddec66380
0x00007fbddec…
-
```
0x00007fbddec82e6c : sub $0x80,%rsp
0x00007fbddec82e73 : push %rdi
0x00007fbddec82e74 : lea (%rsi),%rdi
0x00007fbddec82e77 : callq 0x7fbddec66380
0x00007fbddec…
-
Hi all,
this bug was verified with clang 14 stable release and perhaps someone can point me to my failure.
I was lazy and took this code from https://medium.com/vswe/posix-timer-1502348c2f9f bec…
-
| | |
|------------------|-----------------|
|Previous ID | SR-15444 |
|Radar | None |
|Original Reporter | @jshier …
-
## Description
Logging content to stderr is quite slow inside jupyterlab. Consider the following snippet -
```python
import logging
logger = logging.getLogget()
for i in range(1000):…