In the Assembly window, I am not seeing the function names. Instead, only "?"s are shown (I marked it red):

When I switch to "layout asm", the function names are displayed correctly:

Is this a bug?
To reproduce, I wrote a simple "Hello World" C program on Kali Linux and compiled it with gcc -o helloworld helloworld.c.