[op25-dev] *** glibc error ***

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/op25-dev@lists.osmocom.org/.

Steve Glass stevie.glass at gmail.com
Thu Aug 8 07:56:21 UTC 2013


Ok, so its telling you that there is a bad pointer being passed to free.
Things you can do:
* Set "ulimit -c unlimited" in the shell before running the program.
That way you get a "core" file when the program crashes and can run the
debugger on it to find out why.
* Run valgrind on the executable. When the program finishes it will
produce a summary of all memory errors.
Hope that helps.
Stevie

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 268 bytes
Desc: OpenPGP digital signature
URL: <http://lists.osmocom.org/pipermail/op25-dev/attachments/20130808/3edd5224/attachment.bin>


More information about the op25-dev mailing list