RE: Help needed in deciphering strace Output

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

> getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY})
> = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by
> SIGSEGV +++ 
> Process 826 detached

What you can gather from this log is that most likely your application
tried to access a memory it shouldn't (dereferencing uninitialized /
NULL ptr, array index out of bounds etc etc). And it was done after you
application returned from syscall getrlimit() but before it made any
other syscall.

Thanks,

Rajat

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux