Re: DBI and unicode seg. fault
From: Tim Bunce (Tim.Bunce_at_pobox.com)
Date: 07/23/04
- Next message: Tim Bunce: "Re: DBD::Oracle for Oracle 9i versoin 9.2.0 (64 bit Oracle)"
- Previous message: Surjit Sahoo: "DBD::Oracle for Oracle 9i versoin 9.2.0 (64 bit Oracle)"
- In reply to: Ondrej Koala Vacha: "Re: DBI and unicode seg. fault"
- Next in thread: Ondrej Koala Vacha: "Re: DBI and unicode seg. fault"
- Reply: Ondrej Koala Vacha: "Re: DBI and unicode seg. fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 23 Jul 2004 02:17:17 +0100 To: Ondrej Koala Vacha <koala@vju.cz>
On Thu, Jul 22, 2004 at 11:13:21PM +0200, Ondrej Koala Vacha wrote:
> On Thu, 22 Jul 2004, Tim Bunce wrote:
>
> > The trace shows that the connect() method has returned but the prepare()
> > method has not been entered. The segmentation fault is probably from
> > Encode::encode().
>
> No, the example generated a sql query:
>
> 040722 23:07:17 218 Connect koala@localhost on test
> 218 Query select á
>
>
> Encode::encode works fine. I have found one solution: in open.pm comment
> two binmode commands, lines 133+134:
>
> # binmode(STDOUT, ":$1");
> # binmode(STDERR, ":$1");
>
> I don't know why :(
Please try to isolate the problem further. A stack trace from the
core file would be a _big_ help. Try using
http://search.cpan.org/search%3fmodule=Devel::CoreStack
Reproducing it without the DBI, if possible, would also help.
Tim.
- Next message: Tim Bunce: "Re: DBD::Oracle for Oracle 9i versoin 9.2.0 (64 bit Oracle)"
- Previous message: Surjit Sahoo: "DBD::Oracle for Oracle 9i versoin 9.2.0 (64 bit Oracle)"
- In reply to: Ondrej Koala Vacha: "Re: DBI and unicode seg. fault"
- Next in thread: Ondrej Koala Vacha: "Re: DBI and unicode seg. fault"
- Reply: Ondrej Koala Vacha: "Re: DBI and unicode seg. fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|