Menu

GemConnect / News: Recent posts

SIGSEGV during connection disconnect

Some users have reported problems with SIGSEGV during connection disconnects. The latest patch fixes this problem by modifying code in file src/gssybapi.c in function GsDisconnect(), by moving the call to:

if (!GsUnloading)
GciPerform(GsKeepArray, "remove:", &(conn->object), 1);

to before the free(conn); statement.

Posted by Bill Erickson 2010-11-30

64-bit GemConnect for Sybase

Courtesy of the fine folks at Computas, there is a version of GemConnect for Sybase version 1.1.1 modified to coexist with GemConnect for Oracle 2.2 on 64-bit servers running GemStone/S 64. A makefile and library file for CentOS / Red Hat Linux is included.

Give it a try!

http://sourceforge.net/projects/gemconnsyb1ora2/

as always, further contributions and enhancements are welcome.

-- Monty

Posted by Monty Williams 2010-07-15