tags 323849 + help tags 304604 + help tags 322746 + help thanks Hi,
I am fiddling around this bug, but haven't been able to do any real progress - I cannot find anything leading to a simple double-free in the module, as all the free() calls are done through readline4's xfree, which is: /* Use this as the function to call when adding unwind protects so we don't need to know what free() returns. */ void xfree (string) PTR_T string; { if (string) free (string); } ... So double xfree() calls on any variable do not become double frees - I fear, though, that there might be a corruption in one of the pointers, and it is trying to free an address which was not propperly allocated. For the record, I haven't stumbled upon the bug either... And, even though I am the libterm-readline-gnu-perl maintainer, I cannot find the problem... Please, anybody, help here :) -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)1451-2244 / 5623-0154 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]