I got "SIGSEGV on thread : -1507067536" error. Any one who can correct this please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I got "SIGSEGV on thread : -1507067536" error. Any one who can correct this please

https://code.sololearn.com/c8g8uPOD1A3Y/?ref=app

14th Jul 2021, 7:19 AM
WaseEm BhatTi
WaseEm BhatTi - avatar
3 Answers
+ 2
SIGSEGV -Segmentation fault. You are trying to access memory that wasn't allocated for your program or trying to write to memory to which you have read access. Eg Negative Indexing in C is not supported and this will cause such an error.
14th Jul 2021, 7:50 AM
Kirabo Ibrahim
Kirabo Ibrahim - avatar
14th Jul 2021, 7:41 AM
GHOST mHBr
GHOST mHBr - avatar
0
Thanks alot..... I got my silly mistake 😇 "%d" By your support..... This is due to java😊
14th Jul 2021, 9:30 AM
WaseEm BhatTi
WaseEm BhatTi - avatar