Re: gbrowser.cgi

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Wed, 17 Jan 1996 17:11:08 +0100

Hi!

Aditya Sehgal <sehgal@tri.sbc.com> said:

Aditya> I tried to set the environment variable
Aditya> QUERY_STRING to "FILE=X.721&TYPE=class&LABEL=alarmRecord"
Aditya> and then invoke gbrowser.cgi script.
Aditya> The gbrowser.cgi script crashes at
Aditya> gdmo load /home/sehgal/tkined/X721.gdmo
Aditya> with segmentation fault.

Aditya> Does anyone know what is wrong with the way I am trying to
Aditya> invoke this script? Is there any way to debug the script? Any
Aditya> pointers and insights appreciated.

A core dump is a serious problem. However, I can not reproduce this
core dump on our machines. It would be helpful to get a complete
description of the problem including the version numbers of Tcl and
Scotty, the operating system (and the compiler) you are using and the
backtrace extracted from the core file. (Either call "gdb scotty core"
and type `bt' or call "dbx scotty core" and type `where'.)

Juergen