Constantin Vasilyev
2014-09-04 18:28:51 UTC
I'm trying this again with freshly compiled nightly snapshot of FreeTDS
Starting copy...
*** glibc detected ***
/tmp/freetds-dev.0.92.377/src/apps/.libs/lt-freebcp: double free or
corruption (!prev): 0x000000000196a5c0 ***
Segmentation fault
Am I doing something wrong?
Constantin
Frediano
_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
src/apps/freebcp foo.dbo.blobs out /tmp/blobs.bcp -c -S MSSQL0 -U ***
-P ***Starting copy...
*** glibc detected ***
/tmp/freetds-dev.0.92.377/src/apps/.libs/lt-freebcp: double free or
corruption (!prev): 0x000000000196a5c0 ***
Segmentation fault
Am I doing something wrong?
Constantin
Hi FreeTDS team,
I ran into a problem trying to freebcp some larger blobs in and out of MS SQL 2008 server.
create table blobs (id int not null, data image)
1 rows copied.
Starting copy...
*** glibc detected *** freebcp: free(): corrupted unsorted chunks: 0x0000000002241a90 ***
*** glibc detected *** freebcp: malloc(): memory corruption: 0x0000000002243d10 ***
I tried 0.91 stable and 0.92.377 with the same result.
Any clue?
Constantin
Fixed in both 0.91 and master.I ran into a problem trying to freebcp some larger blobs in and out of MS SQL 2008 server.
create table blobs (id int not null, data image)
cat /tmp/blobs.bcp
1 0123456780freebcp foo.dbo.blobs in /tmp/blobs.bcp -S MSSQL0 -c -U **** -P ****
Starting copy...1 rows copied.
Starting copy...
*** glibc detected *** freebcp: free(): corrupted unsorted chunks: 0x0000000002241a90 ***
*** glibc detected *** freebcp: malloc(): memory corruption: 0x0000000002243d10 ***
I tried 0.91 stable and 0.92.377 with the same result.
Any clue?
Constantin
Frediano
_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds