-
gethostlatency on ubuntu Ubuntu 16.04.1 LTS (4.4.0-53-generic) after printinig colum headers produce no noticeable output
:/usr/share/bcc/tools# ./gethostlatency
TIME PID COMM …
oity updated
7 months ago
-
### Describe the bug
If A depends on a shared library B and A says that B is not a transitive libs, the GCC linker command fails when using shared libraries and using sysroot.
If I then set B as…
-
Another issue I found when running miri on the generated code.
```c
#include
struct Foo {
int *data_ptr;
int data[];
};
void f() {
struct Foo *foo = malloc(sizeof(struct Foo))…
-
### Zig Version
0.11.0-dev.715+cffbb32d3
### Steps to Reproduce and Observed Behavior
Create this file `bug.c`:
```c
#include
int main() { return ENOMEM; }
```
Compile with:
```sh
$ z…
-
Hello!
I have a problem with desktop connection to linux machines. Meshagent regulary segfaults after consentpromise resolved.
To reproduce:
1. In browser push connect button
2. In xorg session pr…
-
### 🐛 Describe the bug
Generating .pte is failing at edge_program.to_executorch for default example.
https://pytorch.org/executorch/main/getting-started-setup.html
``` bash #
python export_add.…
-
| | |
| --- | --- |
| Bugzilla Link | [48062](https://llvm.org/bz48062) |
| Version | unspecified |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atanasyan,@smithp35 |
## Extended…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/dd68fnKnq](https://godbolt.org/z/dd68fnKnq)
This assertion only fails when there are many compilation errors…
-
i have the following nasm which loads a part of itself into a region in memory and executes from there .
replaying it backwards with rr crashes when it enters the mmaped region.
nasm code `test…
-
**Describe the bug**
Cannot cut .heic images without instant crash.
**To Reproduce**
Steps to reproduce the behavior:
1. Open apple heic image
2. Click on Cut, select any area on image you want…