Subject: Re: coldfusion (undefined symbol)
To: User Noud <noud@knot.nl>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-i386
Date: 12/19/2000 10:47:29
On Tue, 19 Dec 2000, User Noud wrote:
> i cleaned my LD_LIBRARY_PATH, cfexec's are running now.
> but the main application cfserver..still core-dumps. (..)
...
> can i use gdb to look around in coldfusion's cfserver,
> given it's a linux binary using linux binary libs?

You'll probably need a linux gdb binary for that.

What's more likely to reveil your problem is when you ktrace the whole
thing: "ktrace -id ./start", when it crashes do a "kdump >x", then search
your cfserver process in "x" and give the last few lines before it's
segfault (or whatever).


 - Hubert

-- 
Hubert Feyrer <hubert@feyrer.de>