> 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.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]