Dstack-TEE / Dstack-TEE/dstack

SegFault when running almalinux:8 based docker images

未关闭
#109 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Rust
星标
544
派生
96
平均合并
23 小时 40 分钟
30 天内合并 PR
126

描述

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)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。