Assembly window not showing function names

Author: securitytimeCreated Apr 4, 2022Updated Apr 4, 2022
Labelsexternal issue

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

image

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

image

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.