Relative Content

Tag Archive for memory-leaks

double free or corruption (out), coredump. Where can I find the coredump?

I have been working in Fedora on a C++ client for the BaseX XML database. The original version of the client was developed in Eclipse and consisted of a test program and some source files that allowed communication with the database. The Eclipse version of the code gives no error messages when executed.
For the next version of the program, I used the files used for communication to develop a shared library. All I had to do for this was to add a public header.