Skip to content

Commit 8171652

Browse files
kernel/intel/IntelKernel: add @todo item for GDB 9.2 stack trace issue using GCC 8.x and above
1 parent 4915129 commit 8171652

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/intel/IntelKernel.h

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636

3737
/**
3838
* Implements an x86 compatible kernel.
39+
*
40+
* @todo Debugging the kernel under GDB 9.2 on Ubuntu 20.04 seems to give a malformed/corrupted stacktrace
41+
* It only happens with intel/pc on compilers g++-8 and g++-9 and g++-10.
3942
*/
4043
class IntelKernel : public Kernel
4144
{

0 commit comments

Comments
 (0)