[Refdb-devel] [ refdb-Bugs-1599713 ] checkref: *** glibc detected *** double free or corruption
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2006-11-20 13:19:38
|
Bugs item #1599713, was opened at 2006-11-20 14:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1599713&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: refdbd Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dominik (dreusser) Assigned to: Markus Hoenicka (mhoenicka) Summary: checkref: *** glibc detected *** double free or corruption Initial Comment: On my debian box I get the following error while running checkref (I'm not sure whether this really is a problem in refdbd or some debian-glibc bug): client: refdbc: checkref test.ris could not write to refdbd. Stop server: CREATE TEMPORARY TABLE t_temp_xlink (xlink_id BIGINT NOT NULL AUTO_INCREMENT,link_id BIGINT NOT NULL,xref_id BIGINT NOT NULL,xlink_type ENUM("URL","PDF","FULLTEXT","RELATED", "IMAGE"),xlink_source ENUM("REFERENCE","NOTE"),PRIMARY KEY (xlink_id),KEY (link_id),KEY (xref_id)) BEGIN LOCK TABLES t_temp_refdb WRITE, t_temp_author WRITE, t_temp_keyword WRITE, t_temp_periodical WRITE, t_temp_user WRITE, t_temp_xauthor WRITE, t_temp_xkeyword WRITE, t_temp_xuser WRITE, t_temp_note WRITE, t_temp_xnote WRITE, t_temp_link WRITE, t_temp_xlink WRITE, refdb.t_journal_words WRITE *** glibc detected *** double free or corruption (!prev): 0x080ff5a0 *** child exited with code 0 server waiting n_max_fd=4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1599713&group_id=26091 |