simhau
Joined: 06 Feb 2007 Posts: 55
|
Posted: Fri Jun 06, 2008 4:56 am Post subject: ddbi memory problem? |
|
|
Originally posted at tangos forum, but larsivi suggested it might be related to ddbi > http://dsource.org/projects/tango/forums/topic/519
I suddenly get an exception when running fetchAll with dbi
Code: | Error: Finalization error (tango.core.Exception.FinalizeException)
backtrace:
0057e6b2 onFinalizeError (+22)
00586cd3 uint gcx.Gcx.fullcollect(void*, void*) (+413)
005f0055 Z tango.text.UnicodeData.FoldingCaseData.__init (+482d9)
c85de801 ??? |
I have no idea what this is or why it is fired...
I'm also getting some strange Access Vialotions on memcmp when using Row.getFieldIndex sometimes at what seems completely random...
This is using dmd 1.030 and tango rev. 3542 and ddbi rev. 86 (with some slight modifications to get it to build) |
|