-
| | |
| --- | --- |
| Bugzilla Link | [45051](https://llvm.org/bz45051) |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @jcai19,@echristo,@MaskRay,@isanbard,@z…
-
Any plans to do that?
What is the effort here?
Do you have any guidelines?
Thanks
Noam
noamc updated
2 years ago
-
Hi, I've found some bugs in your ceserver code and fixed it, the problem is in the ELF32 and ELF64 function located in symbols.c
output is `unsigned char **` but you treated it as `unsigned char *`…
-
Similar to #102 and #196, there is a conflict in the 2.0.2 version as well:
```text
Dex: Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lcom/face…
-
Jira Link: [DB-11038](https://yugabyte.atlassian.net/browse/DB-11038)
### Description
Some tests that use libpq from tserver get
> failed to connect to local postgres: Network error (yb/yql/pgwra…
-
Linking phase fails for airwave-host-32 when compiling on 64-bit host:
```
[ 31%] Linking CXX executable airwave-host-32
ld: Relocatable linking with relocations from format elf64-x86-64 (/usr/li…
-
clang version 18.0.0 (bc41b0ac2b03b8c305d7399d772c87d27cc9831c)
Target: x86_64-unknown-linux-gnu
Similar to #42688 but a different manifestation of the same DWARF violation.
DW_AT_call_value ex…
-
Disabling ASLR should not be a requirement for using msan on FreeBSD.
Right now it fails with
```
This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE
```
The check…
-
First, I would like to thank you all for this amazing work.
Second, I would like to point out a bug (I think) I encountered. I tried running vmlinux-to-elf on a boot.img extracted from the Factory …
-
At a high level this is a pretty simple issue where this module:
```wasm
(module
(memory 1)
(func (param i32) (result v128)
local.get 0
v128.load32_splat
)
)
```
generates …