Path to this page:
Subject: CVS commit: pkgsrc/databases/unixodbc
From: Takahiro Kambe
Date: 2009-10-21 06:21:28
Message id: 20091021042128.0A8CC175DA@cvs.netbsd.org
Log Message:
Try to fix some pthread problems detected on NetBSD 4.0_STABLE
(and may be later).
* When connecting a SQL server, isql crashed.
isql: Error detected by libpthread: Unlocking unlocked mutex.
* Setting "Threding = 0" in odbcinst.ini, isql crashed when closing
connection to a SQL server.
isql: Error detected by libpthread: Destroying locked mutex.
I've checked mutex handling and created patches.
Bump PKGREVISION.
Files: