On Thu, Mar 02, 2006 at 09:06:27AM +0100, Johannes Ranke wrote:
> > Yes, and it seems to not be a bug in unixodbc.  Reassigning to rodbc.

> > > I am just rebuilding R with the nostrip option because this is what I am
> > > really interested in.

> > The only segfault you reported was in php; I don't see that rebuilding R
> > with debugging symbols will be particularly useful.  A backtrace of the php
> > segfault, with or without debugging symbols, may be helpful, but that's a
> > separate bug from the rodbc bug.

> You are right, I was not thinking. Now I can't get the backtrace of the
> php segfault:

> [EMAIL PROTECTED]:~$ cat odbctest.php
> <?php
> $dbh = odbc_connect('cytotox', 'cytotox', 'cytotox') or
> die(odbc_errormsg() );
> ?>
> [EMAIL PROTECTED]:~$ php odbctest.php
> Speicherzugriffsfehler

> (gdb) shell php odbctest.php
> (gdb)

> gdb does not tell me anything. Sorry for my ignorance.

The expected commands are "gdb php", followed by "run odbctest.php" and
"bt".

I would clone this bug and reassign a copy to the php odbc package, but I
don't see that you've mentioned which version of php you're using.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

Attachment: signature.asc
Description: Digital signature

Reply via email to