Linux Core Dump... I will attach the result of gdb.

Asked 2 years ago, Updated 2 years ago, 106 views

It's almost done, but I suddenly see an error saying what I deleted.

Program received signal SIGSEGV, Segmentation fault. __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:31 31 ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: No such file or directory.

Can you tell me what this means?

linux gdb c

2022-09-21 10:42

1 Answers

Segment Violation, which occurs as Unaligned in 64-bit code, is when the address used is usually a non-multiple of 4.


2022-09-21 10:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.