Date: Tue, 13 Mar 2012 16:03:08 +0100 From: Alexandre Martins <alexandre.martins@netasq.com> To: freebsd-current@freebsd.org Cc: Konstantin Belousov <kostikbel@gmail.com>, jb <jb.1234abcd@gmail.com> Subject: Re: Double free() in libc or gdb ? Message-ID: <201203131603.11558.alexandre.martins@netasq.com> In-Reply-To: <loom.20120313T150805-759@post.gmane.org> References: <201203121750.36937.alexandre.martins@netasq.com> <201203131108.43815.alexandre.martins@netasq.com> <loom.20120313T150805-759@post.gmane.org>
index | next in thread | previous in thread | raw e-mail
Dear, On Tuesday 13 March 2012 15:18:31 jb wrote: > Alexandre Martins <alexandre.martins <at> netasq.com> writes: > > ... > > first.c: > > ... > > second.c > > ... > > main.c > > ... > > > > while(42) > > How do you exit that loop ? It's just a sample. There is no exit here, you have to kill the process. > > > ... > > Compilation and execution : > > > > gcc -shared -O0 -g second.c -o second.so > > gcc -shared -O0 -g first.c -o libfirst.so > > gcc -O0 -g toto.c -lfirst -L. -o test > > export LD_LIBRARY_PATH=$PWD > > gdb ./test > > ... > > What is your toto.c (source code) ? > What about your main.c in compilation ? Yes, you're right. "toto.c" is the "main.c" file. > > jb > > > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" To Konstantin Belousov : The GDB v7.3 solved the assert. but is still memleak. Regards -- Alexandre Martins NETASQ -- We secure IThelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203131603.11558.alexandre.martins>
