Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 15:11:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        tcltk@FreeBSD.org
Subject:   [Bug 191285] lang/expect segfault in exp_spawnv
Message-ID:  <bug-191285-30738-XcxOpWq6xu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191285-30738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191285-30738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191285

Pietro Cerutti <gahr@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Issue Resolved
         Resolution|---                         |Report to Upstream

--- Comment #4 from Pietro Cerutti <gahr@FreeBSD.org> ---
libexpect(3) starts with 

       #include expect_tcl.h
       Expect_Init(interp);

       cc files... -lexpect5.20 -ltcl7.5 -lm

so you see that somehow tcl is included and linked against.

I think they assume that interp is a correctly initialized interpreter.

I agree that the documentation could be improved to assume less and explain
more. Please report this upstream.

Thank you,

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191285-30738-XcxOpWq6xu>