-
Trying to debug a memory leak in a Rails app, i could not get the gem installed.
This is my simple Gemfile:
```
source 'https://rubygems.org'
gem "gdb.rb"
```
I'm using Debian unstable on Macbook P…
-
Prep: Put a library in /usr/local/lib:
```
debian@debian:~$ touch empty.c
debian@debian:~$ clang -c empty.c
debian@debian:~$ ar rcs libempty.a empty.o
debian@debian:~$ sudo cp libempty.a /usr/l…
nico updated
3 months ago
-
Replaces: #5
I was originally under the impression that bfd should be responsible for PDB debug symbol loading.
This seems to have been incorrect: GDB does all the debug symbol loading for other d…
-
Got this with clang 13 and msan with a release build:
```
==47098==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x781634 in backward::TraceResolverLinuxImpl::find_in_section(unsigned…
-
### Kube-OVN Version
1.12.16
### Kubernetes Version
1.30
### Operation-system/Kernel Version
debian12
### Description
外网网关配置,无法ping通EIP,步骤按文档配置:https://kubeovn.github.io/docs/stable/advance/ovn…
-
**Describe the bug**
When the BFD status of an IXP connection is changed from true to false (current observation). The speed for multiple connection(s) is modified in the UI. The speed field is mod…
-
Hi, I recompiled `objdump 2.61.1` by using `McSema`, and the binary crashed.
I debugged the recompiled binary and found that the `objdump` program uses external variable `_bfd_std_section` and its …
-
| | |
| --- | --- |
| Bugzilla Link | [36802](https://llvm.org/bz36802) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tstellar |
## Extended Description…
-
```
The current implementation of BFD doesn't recognize .ELNI sections in COFF
SX files. Whenever we perform "objectcopy" command the "s_flags" field of
.ELNI section header turns from "0x2000" (i.e. …
-
Hi
I have downloaded the dataset following the DeepMind style and the inference works fine.
Currently, my data folder has: bfd mgnify pdb70 pdb_mmcif uniclust30 uniref90
May I ask how sho…