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 [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ