Skip to content
Prev 28631 / 63468 Next

reproducible segmentation fault caused by textConnection()

If you call gctorture(TRUE) the error happens immediately,
at the same place.
    2064                PROTECT(tmp = lengthgets(this->data, ++this->len));

Is this a case where PROTECT_WITH_INDEX() and REPROTECT()
need to be used (in connections.c)?  Could lengthgets (used
by the SET_LENGTH() macro) be changed to propogate the protection
status?  It looks like it always requires protection tricks
to use.
	Bill
On Tue, 29 Apr 2008, Bill Dunlap wrote:

            
----------------------------------------------------------------------------
Bill Dunlap
Insightful Corporation
bill at insightful dot com
360-428-8146

 "All statements in this message represent the opinions of the author and do
 not necessarily reflect Insightful Corporation policy or position."