You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "David N. Welton" <da...@dedasys.com> on 2004/12/02 21:28:13 UTC

segfault

Ok... I am getting the segfault too.

I don't get it when manually compiling with:

gcc -pipe -shared apache_multipart_buffer.c apache_request.c
rivetChannel.c rivetParser.c rivetCore.c mod_rivet.c TclWebapache.c
-DSTART_TAG='"<?"' -DEND_TAG='"?>"'
-DNAMEOFEXECUTABLE='"/usr/bin/tclsh8.4"' -I/usr/include/tcl8.4/
-I/usr/include/apache-1.3/ -L/usr/lib -ltcl8.4 -ldl -lieee -lc -lm
-lpthread -lcrypt -ldb /usr/lib/libexpat.so  -Wl,--export-dynamic
-Wl,-soname -Wl,mod_rivet.so -o .libs/mod_rivet.so

Now... what's causing the funkyness...

-- 
David N. Welton
Personal:                   http://www.dedasys.com/davidw/
Apache Tcl:                 http://tcl.apache.org/
Free Software:              http://www.dedasys.com/freesoftware/
Linux Incompatibility List: http://www.leenooks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: segfault

Posted by "David N. Welton" <da...@dedasys.com>.
It's being caused by -DUSE_TCL_STUBS=1 during compilation...

-- 
David N. Welton
Personal:                   http://www.dedasys.com/davidw/
Apache Tcl:                 http://tcl.apache.org/
Free Software:              http://www.dedasys.com/freesoftware/
Linux Incompatibility List: http://www.leenooks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org