[Mono-devel-list] mono-0.93 + debian = problems

Artur Brodowski bzdurqa at wp.pl
Mon May 31 08:41:20 EDT 2004


Hi,

I've compiled second beta2 previewlet on Debian box and while compiler
seems to run without problems, runtime is broken:

First, I'm getting lots of those:
** Message: : u_strToUpper error: U_FILE_ACCESS_ERROR
even when running bundled utils, like sqlsharp.

Second, code that runs fine on other workstation (Gentoo + Mono Beta1),
spits out weird errors:

$ mcs indexer.cs -r:System.Data -r:ByteFX.Data
Compilation succeeded

$ mono indexer.exe news/
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
 
Unhandled Exception: System.ArgumentException: Keyword not supported:
'User ID'
in <0x002cf>
ByteFX.Data.MySqlClient.MySqlConnectionString:ConnectionParameterParsed
(System.Collections.Hashtable,string,string)
in <0x00112> ByteFX.Data.Common.DBConnectionString:Parse (string)
in <0x00017> ByteFX.Data.Common.DBConnectionString:SetConnectionString
(string)
in <0x0001c> ByteFX.Data.MySqlClient.MySqlConnectionString:.ctor
(string)
in <0x00034> ByteFX.Data.MySqlClient.MySqlConnection:.ctor (string)
in <0x0005b> (wrapper remoting-invoke-with-check)
ByteFX.Data.MySqlClient.MySqlConnection:.ctor (string)
in <0x00076> TinySearchEngine.XmlIndexer:.ctor (string)
in <0x000e9> TinySearchEngine.XmlIndexer:Main (string[])

free(): invalid pointer 0x82ed380!

I guess the exception has something to do with U_FILE_ACCESS_ERROR,
but here's code snippet, just to make sure:

string connString =
	"Server=localhost;" +
	"Database=dbaname;" +
	"User ID=user;" +
	"Password=pass";
dbh = new MySqlConnection(connString);

Anybody knows, what's wrong?

regards,
artb.




More information about the Mono-devel-list mailing list