-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure whether it is an issue or not. #6
Comments
Is the
or you can download its source from here to |
Yes, libwuya is empty.
will give it a shot after downloading it.
Thanks for your quick reply.
On Jun. 13, 2019 at 3:32 a.m., <WuBingzheng <notifications@github.com>> wrote:
Is the libwuya empty?
libwuya is another project and used as git-submodule here.
So you can get it by git clone with --recursive:
$ git clone --recursive https://github.com/WuBingzheng/libleak.git
or you can download its source from here
<https://github.com/WuBingzheng/libwuya> to libwuya/ directory.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AMANXRLLJPEZ65EZ3MCDFVDP2HZYDA5CNFSM4HXKDAKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXSZOLI#issuecomment-501585709>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMANXRJRZ3XVJV5XGHBOXWDP2HZYDANCNFSM4HXKDAKA>
.
|
Hi Wubing, For example: Before: After: File: wuy_heap.c After: Other than that, it is pretty good. |
Wubing, A question for you. What kind of expire threshold will be set under this case? Maybe around 5mins? Thanks in advance. |
If the leak happens at cache memory, which means some place allocates memory from the cache but does not put back to the cache forever, it's hard to find the leak by If the leak happens not at cache memory, you can focus on non-cache-memory in In both case, 20secs or 1min should be OK. |
Thanks for your reply. However there was a core dump when have tried to kick off leaklib, looks like 32bits linux box doesn't like leaklib. I can't spend extra time on digging into this core file. |
I did not test on 32bit linux. |
Have downloaded source code :
-rw-rw-r-- 1 zhaog man 3.2K Jun 9 23:37 README.md
-rw-rw-r-- 1 zhaog man 198 Jun 9 23:37 Makefile
-rw-rw-r-- 1 zhaog man 15K Jun 9 23:37 libleak.c
drwxrwxr-x 2 zhaog man 152 Jun 12 10:51 libwuya/
Tried to build it up by kicking off command make in below old linux box
Linux ceres 2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005 i686 i686 i386 GNU/Linux
But looks like it was failed with bunch of errors.
Build log was attached. Could you please take a look?
Thanks
build.log
The text was updated successfully, but these errors were encountered: