http://qs321.pair.com?node_id=349654

zakzebrowski has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,
I have been writing code to select from a mysql database on cygwin, and I've been getting the following error messages:
Bad free() ignored (PERL_CORE) at import.pl line 43. Bad free() ignored (PERL_CORE) at import.pl line 43. Signal 11

This is on a line that simply calls the $sth->execute($var1,$var2) of an insert statement. I think it's something to do with the mysql client binary, because I am using the same code (in export.pl) selecting from mysql and inserting into a Sqlite database. Note, cygwin only has perl version 5.8.2 NOT 5.8.3 , because that's the latest version available for cygwin. Any ideas? The only reference I found was a google groups article, which no one replied to. Any ideas? Thanks.



----
Zak - the office

Replies are listed 'Best First'.
Re: DBI/Mysql/cygwin : Bad free() ignored (PERL_CODE)
by dragonchild (Archbishop) on May 01, 2004 at 18:20 UTC
    I'm running into the same problem selecting from a SQLite database on Cygwin using 5.8.2 as well.

    ------
    We are the carpenters and bricklayers of the Information Age.

    Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

Re: DBI/Mysql/cygwin : Bad free() ignored (PERL_CODE)
by Anonymous Monk on May 03, 2004 at 03:36 UTC