Re: basic questions to strace

2016-10-07 Thread Eugene Syromyatnikov
On Fri, Oct 7, 2016 at 5:06 PM, Lentes, Bernd wrote: > > >> On Fri, Oct 7, 2016 at 4:08 PM, Lentes, Bernd >> wrote: >>> >>> > >>> >>> Is that a segmentation fault ? >> Well, I assume so by "general protection" message from your excerpt, >> which is printed when there is unhandled SIGSEGV, iirc. >

Re: basic questions to strace

2016-10-07 Thread Lentes, Bernd
> On Fri, Oct 7, 2016 at 4:08 PM, Lentes, Bernd > wrote: >> >> >> >> Is that a segmentation fault ? > Well, I assume so by "general protection" message from your excerpt, > which is printed when there is unhandled SIGSEGV, iirc. It is one. When i do a "strace -f /usr/sbin/nsrexecd 2>&1|less" t

Re: basic questions to strace

2016-10-07 Thread Eugene Syromyatnikov
On Fri, Oct 7, 2016 at 4:08 PM, Lentes, Bernd wrote: > > > - On Oct 7, 2016, at 3:59 PM, Eugene Syromyatnikov evg...@gmail.com wrote: > > >>> Starting a process give me this error in the log: >>> traps: nsrexecd[12162] general protection ip:7f085e4cb960 sp:7f085a4e9278 >>> error:0 in libpthrea

Re: basic questions to strace

2016-10-07 Thread Lentes, Bernd
- On Oct 7, 2016, at 3:59 PM, Eugene Syromyatnikov evg...@gmail.com wrote: >> Starting a process give me this error in the log: >> traps: nsrexecd[12162] general protection ip:7f085e4cb960 sp:7f085a4e9278 >> error:0 in libpthread-2.23.so[7f085e4b9000+18000] >> It seems that the kernel is st

Re: basic questions to strace

2016-10-07 Thread Eugene Syromyatnikov
On Fri, Oct 7, 2016 at 1:16 PM, Lentes, Bernd wrote: > Hi, > > i'm a system administrator, not a developer. I use strace sometimes for > debugging problems, and i like it very much. Nice tool. > I have some principal questions and hope this is the right place to ask. If > not please inform me