Re: free(): double free detected in tcache 2
Denis Corbin <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.dar.support |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
> As this only took a few seconds, I have done this. The test program
> executes without error:
>
> cobb@novatech ~/denis> cat >test1.cpp
> // -----
> #include <string>
> #include <deque>
>
> int main()
> {
> std::deque<std::string> fichier;
> fichier.clear();
> }
> // -----
> cobb@novatech ~/denis> g++ test1.cpp -o test1
> cobb@novatech ~/denis> ./test1
> cobb@novatech ~/denis>
>
Ok so the problem is not due to that point, thank you for testing!
By the way I have fixed the initial problem with the fact you had dar
requiring again some intial slices when testing with --sequential-read
you can find the fix in GIT on branch_2.6.x or use the interim release
2.6.9.RC1 available at:
ftp://ftp.dm3c.org/dar.linux.free.fr/Interim_releases/
Regards
Denis
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEOzEprx3d76WjfYGPCDGwvQPYsYIFAl5YCBsACgkQCDGwvQPY
sYIINw/5AfMw7arQZsWExUmXa2Uop8DxX8s0gCGELCrvC5hVXnRbWmn0oUmZpJj1
yG7cdH2wMgQ41ZSayeRrDtb7Ogo1GiJNect0dyXe4RSN26VsIRnMmx/rtmbcMeLE
UTTB8clmQu8RFF55d3y/bIdSA8kTHqUE3AXSNvEREhZ28BLkEhJIuRVMWsbbj/lF
jNjMaE4ywj+Ss3FkAzpdB0cLvnK/tuLKA700PlkvJyvhi5fDBde3NaRGXrvv0PVQ
zLwdMGcOR0xHJjA/Hqsy22A9ZcttvK+YeVfeKg0pWbKcCiGCTAy1PTeKCa0Dz64b
nqMrVT2KPj61R5dwECHLfo+ivZOyuAhKdEy6TNE7+w3I3LOlxUWmn8Jpfr6wW6iP
3LIBNfUpd1ckUYrlg+XnhuiOjvXHAyTV5p50ILy/Bu/+uthDOJFCHQFcUkUiYn2B
hCC7AidSrh5Wdtv1J4QbDs9+ZRSDL46ojv14tKjTUdt+MGSaXe1wNX9AgE4PGyV/
PKs9BVZi7mG9YO13cgUc/ZAWL+XIQZqVh4e+FYnxTXapTYueDdP6BOBtVrgqBnlV
5Qchb21QTZgzop/Z08fJDrnykN5iNM71SS2TUfM2BWlS3Af6EtygLE1v2/1Du3wz
/nnT8LBJjz2eBycZt7WBR82+CfDIOnD9xhY9sXlE1TXLIlUVjkU=
=dbYq
-----END PGP SIGNATURE-----