Re: [Sqlrelay-discussion] Glibc error with Java API
Brought to you by:
mused
|
From: Ionut C. <ion...@av...> - 2006-07-28 21:47:27
|
No, it was me. It was happenning with an oracle back-end and php API, when fetching clobs containing unicode characters. I attached the old e-mail I sent initially. Last time I tested on 0.37 stable it was still happenning. Note that in that old e-mail I said it wasn't happenning in 0.34. What we later discovered however was that there was no segfault (and no obvious memory leak), but the unicode chars and large fragments of text around them got silently truncated. Regards, Ionut ----- Original Message ----- From: "David Muse" <dav...@fi...> To: "Discussion of topics related to SQL Relay" <sql...@li...> Sent: Wednesday, July 26, 2006 6:04 AM Subject: Re: [Sqlrelay-discussion] Glibc error with Java API |I think I remember someone reporting this before, maybe you :) | | Those errors generally occur when there's a double free or an | uninitialized variable. I'll look through the code for something like | that, but if you can narrow down which queries cause the crash, it'll be | a lot easier to figure out. | | Dave | dav...@fi... | | | On Mon, 2006-07-24 at 16:19 -0300, Rodrigo P. Telles wrote: | > Hi Folks, | > | > I'm facing some errors using SQLRelay 0.36.4 with Java API as listed below. | > I tried to update to the latest SQLRelay version (0.37) but nothing changes the error still happening. | > When that error happens the Java App is killed! | > | > 2006-07-24 15:31:57.535476500 *** glibc detected *** free(): invalid | > next size (fast): 0x08069680 *** | > | > 2006-07-24 15:20:53.190113500 *** glibc detected *** free(): invalid | > next size (fast): 0x0806e300 *** | > | > 2006-07-24 15:19:07.109816500 *** glibc detected *** free(): invalid | > next size (fast): 0x080b5f18 *** | > | > 2006-07-24 14:55:28.414175500 *** glibc detected *** free(): invalid | > next size (fast): 0x08105270 *** | > | > 2006-07-24 14:53:42.518603500 *** glibc detected *** free(): invalid | > next size (fast): 0x08106058 *** | > | > 2006-07-24 14:53:12.011833500 *** glibc detected *** free(): invalid | > pointer: 0x08133558 *** | > | > 2006-07-24 14:51:10.687502500 *** glibc detected *** malloc(): memory | > corruption: 0x08128c28 *** | > | > 2006-07-24 14:50:25.076671500 *** glibc detected *** free(): invalid | > next size (fast): 0x080f5738 *** | > | > 2006-07-24 14:48:39.040298500 *** glibc detected *** free(): invalid | > pointer: 0x08133468 *** | > | > 2006-07-24 14:47:53.374118500 *** glibc detected *** free(): invalid | > next size (fast): 0x08139610 *** | > | > 2006-07-24 14:47:07.763850500 *** glibc detected *** free(): invalid | > pointer: 0x08167e98 *** | > | > 2006-07-24 14:44:21.419332500 *** glibc detected *** free(): invalid | > next size (fast): 0x08128440 *** | > | > 2006-07-24 14:43:20.713662500 *** glibc detected *** corrupted | > double-linked list: 0x08139608 *** | > | > 2006-07-24 14:37:17.769239500 *** glibc detected *** free(): invalid | > next size (fast): 0x0806bef0 *** | > | > 2006-07-24 14:29:14.538502500 *** glibc detected *** free(): invalid | > next size (fast): 0x080f8918 *** | > | > | > Its happening on some (random) SGBD operations (select, update, delete, etc). | > | > Informations about O.S.: | > Mandriva 2006 Kernel 2.6.12-12mdk | > glibc-2.3.5-5mdk | > gcc-4.0.1-5mdk | > gcc-c++-4.0.1-5mdk | > | > Looks like there is some memory leak on SQLRelay. | > Thanks for any help! | > | > Telles | > | > | > | > ------------------------------------------------------------------------- | > Take Surveys. Earn Cash. Influence the Future of IT | > Join SourceForge.net's Techsay panel and you'll get the chance to share your | > opinions on IT & business topics through brief surveys -- and earn cash | > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV | > _______________________________________________ | > Sqlrelay-discussion mailing list | > Sql...@li... | > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion | > | | | ------------------------------------------------------------------------- | Take Surveys. Earn Cash. Influence the Future of IT | Join SourceForge.net's Techsay panel and you'll get the chance to share your | opinions on IT & business topics through brief surveys -- and earn cash | http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV | _______________________________________________ | Sqlrelay-discussion mailing list | Sql...@li... | https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |