Skip to Content.
Sympa Menu

freetds - Re: More on Odd Problem.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Cameron <cameron AT stl.dec.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: More on Odd Problem.
  • Date: Fri, 22 Dec 2000 12:00:42 +1100


Tim Uckun wrote:
> But left no core file that I could see. Where did it leave this core
> file? It's not in the directory of the php executable (/usr/local/bin)
> it's not in the directory of the php file or my home directory.

Perhaps it did not dump core.

Use gdb.

For example

% gdb /usr/local/bin/php
gdb> run -f file.php
Segmentation fault
gdb> bt

Shows where in the code the fault is occurring.

--
James Cameron (cameron AT stl.dec.com)

Not the Director of Titanic, but he had his name before I did.




Archive powered by MHonArc 2.6.24.

Top of Page