Comment 159 for bug 1887190

Revision history for this message
wangjun (biggerchina) wrote :

first c program, has error,
window 1
```
[ra@localhost 1]$ sudo ./test
[sudo] password for ra:
Segmentation fault
[ra@localhost 1]$
```

windows 2
```
[ra@localhost ~]$ sudo dmesg -W
[sudo] password for ra:
[ 545.297119] test[3424]: segfault at 0 ip 00007f679289151c sp 00007ffc4ea14900 error 4 in libc-2.32.so[7f6792875000+14f000]
[ 545.297127] Code: 41 54 45 31 e4 55 53 48 83 ec 28 48 89 74 24 08 85 c9 0f 85 ce 02 00 00 83 ff 01 0f 84 8d 01 00 00 83 ff 24 0f 87 84 01 00 00 <49> 0f be 55 00 49 8b 48 68 4c 89 eb 48 89 d0 f6 44 51 01 20 74 19

```