Dstack-TEE / Dstack-TEE/dstack

SegFault when running almalinux:8 based docker images

Abierto
#109 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Rust
Estrellas
544
Forks
96
Merge medio
17 h 57 min
PR fusionados (30 d)
117

Descripción

It crashed in glibc at program start. Most commands are effected.
Reproduce:
```bash
docker run --rm -it almalinux:8 bash
```

`almalinux:9` and `almalinux:10` work fine though.

GDB couldn't catch the SEGFAULT:

```
[root@1f9eebb6f557 /]# /gdb/gdb bash
GNU gdb (GDB) 16.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from bash...

warning: Cannot parse .gnu_debugdata section; LZMA support was disabled at compile time
(No debugging symbols found in bash)
(gdb) r
Starting program: /usr/bin/bash
During startup program terminated with signal SIGSEGV, Segmentation fault.
(gdb)
```

[strace.txt](https://github.com/user-attachments/files/18858939/strace.txt)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.