Skip to content

kernel img & initrd & deb

Choose a tag to compare

@UEFI-code UEFI-code released this 05 May 07:38
· 56 commits to master since this release

ECO Version

root@debian:~# uname -a
Linux debian 6.6.0-danger+ #355 SMP PREEMPT_DYNAMIC Mon May  5 07:36:57 UTC 2025 x86_64 GNU/Linux
root@debian:~# gdb python3
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
...
(gdb) run
Starting program: /usr/bin/python3 
warning: Selected architecture i386:x86-64 is not compatible with reported target architecture i386
warning: Architecture rejected target-supplied description
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
Program received signal SIGINT, Interrupt.
0x00007ffff7da8904 in __GI___select (nfds=1, readfds=0x7fffffffda00, writefds=0x0, 
    exceptfds=0x0, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:69
69	../sysdeps/unix/sysv/linux/select.c: No such file or directory.
(gdb) info registers rip cs ds ss
rip            0x7ffff7da8904      0x7ffff7da8904 <__GI___select+180>
cs             0x30                48
ds             0x0                 0
ss             0x28                40
(gdb) stepi
0x00007ffff7da8904	69	in ../sysdeps/unix/sysv/linux/select.c
(gdb) 
0x00007ffff7da890a	69	in ../sysdeps/unix/sysv/linux/select.c
(gdb)