-
Building lfortran on openSUSE:tumbleweed leads to a linking error:
```
[ 185s] /usr/bin/c++ -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-u…
-
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…
-
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 *`…
-
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…
-
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 …
-
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…
-
当加载器(ELF Loader)将ELF文件加载到内存后,会初始化进程堆栈,包括`argc`, `argv`, `环境变量`和`辅助向量`,初始化后的进程堆栈结构如下(`x86_64`)
```
position content size(bytes) + comment
-----------------------…
-
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 …