[Mono-list] mysql bounce kills mono

Keith Dreibelbis kd+mono@techhouse.org
Thu, 5 Aug 2004 11:28:08 -0700


Hi mono-list,

I just put a bug on the mysql site:

http://bugs.mysql.com/bug.php?id=4906

But I wondered if I should also mention it on this list.  The bug is, 
if mono has been using a mysqld, and the mysqld bounces, the next query 
from mono will cause a SIGABRT with error "Too many heap sections: 
Increase MAXHINCR or MAX_HEAP_SECTS".  As far as I know, the mysql 
client library (ByteFX) is all C#.  So, at worst, it ought to be 
causing an exception, not a signal.

More details and sample code are at that url.


-kd