Re: Compiling makedumpfile from source

2021-07-28 Thread manty kuma
Thank you Kazuhito san. I will check the mentioned source. Manty On Wed, Jul 28, 2021 at 2:43 PM HAGIO KAZUHITO(萩尾 一仁) wrote: > > -Original Message- > > Hi kazuhito san, > > > > Just following up on my last email. > > Sincere apologies for asking for your time. > > I want to specifically

RE: Compiling makedumpfile from source

2021-07-27 Thread 萩尾 一仁
-Original Message- > Hi kazuhito san, > > Just following up on my last email. > Sincere apologies for asking for your time. > I want to specifically understand what the "user data" section is and > what it means to exclude it from the dump. "user data" are anonymous pages or huge pages. h

Re: Compiling makedumpfile from source

2021-07-27 Thread manty kuma
Hi kazuhito san, Just following up on my last email. Sincere apologies for asking for your time. I want to specifically understand what the "user data" section is and what it means to exclude it from the dump. Thank you very much. Best Regards, Manty On Fri, Jul 9, 2021 at 10:45 AM manty kuma

Re: Compiling makedumpfile from source

2021-07-08 Thread manty kuma
Hi Kazuhito san, I am looking to better understand the sections being filtering out with each of the following options. Zero page: Pages that are empty. Ignoring these pages won't have any impact on analysis. non-private cache and private cache: What exactly are these sections of memory? Just a

Re: Compiling makedumpfile from source

2021-07-08 Thread manty kuma
Sorry. I am not sure how but I completely missed this email. Yes, /tmp was not available in my env. I just did mkdir before executing `makedumpfile` and it is now working well. Thank you very much. On Mon, Jun 28, 2021 at 4:07 PM HAGIO KAZUHITO(萩尾 一仁) wrote: > > -Original Message- > > Hi

RE: Compiling makedumpfile from source

2021-06-28 Thread 萩尾 一仁
-Original Message- > Hi Kazuhito san, > > I am getting the following error when trying to use makedumpfile utility. > > > copy_vmcoreinfo: Can't open the vmcoreinfo file(/tmp/vmcoreinfoLUQc25). No > > such file or directory. > > makedumpfile Failed > > In your setup how are you providin

Re: Compiling makedumpfile from source

2021-06-27 Thread manty kuma
Hi Kazuhito san, I am getting the following error when trying to use makedumpfile utility. > copy_vmcoreinfo: Can't open the vmcoreinfo file(/tmp/vmcoreinfoLUQc25). No > such file or directory. > makedumpfile Failed In your setup how are you providing the vmcoreinfo file? In my case it is check

Re: Compiling makedumpfile from source

2021-06-11 Thread 萩尾 一仁
-Original Message- > When i try to makedumpfile without vmcorefile, it complains that > "/tmp/vmcoreinfo no such file or directory" and fails to collect the dump. > > From the README it appears to me that makedumpfile can get vmcoreinfo > from /proc/vmcore > Is there any special CONFIG nee

Re: Compiling makedumpfile from source

2021-06-11 Thread manty kuma
When i try to makedumpfile without vmcorefile, it complains that "/tmp/vmcoreinfo no such file or directory" and fails to collect the dump. From the README it appears to me that makedumpfile can get vmcoreinfo from /proc/vmcore Is there any special CONFIG needed to support this? Thank you in adva

Re: Compiling makedumpfile from source

2021-06-10 Thread manty kuma
I removed existing libzstd and installed the latest one from Now, elfutils compiles fine. But when compiling makedumpfile i have following issue: ``` makedumpfile (master) $ make LINKTYPE=dynamic cc -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.6.9+

Re: Compiling makedumpfile from source

2021-06-10 Thread 萩尾 一仁
-Original Message- > Thank you. > for example, i am trying to compile: elfutils-0.182 package downloaded > from https://sourceware.org/elfutils/ftp/0.182/ > After successfully configuring it, make fails with following error. Ah, I thought by mistake that you failed to compile makedumpfile.

Re: Compiling makedumpfile from source

2021-06-10 Thread manty kuma
Thank you. for example, i am trying to compile: elfutils-0.182 package downloaded from https://sourceware.org/elfutils/ftp/0.182/ After successfully configuring it, make fails with following error. Making all in libdwfl CC zstd.o In file included fr

RE: Compiling makedumpfile from source

2021-06-10 Thread 萩尾 一仁
Hi Manty, -Original Message- > What version of elfutils is needed by `makedumpfile`? > elfutils-0.144 is mentioned in README. > I tried this one but the compilation is broken. > > https://sourceware.org/elfutils/ftp/0.144/ > > Should I try to use the latest one instead? It could be buil