Skip to Content.
Sympa Menu

freetds - RE: another php/sqsh core dump

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: RE: another php/sqsh core dump
  • Date: Sun, 9 Sep 2001 08:42:27 -0400 (EDT)


There is a problem with 0.52, please try a snapshot from CVS.

Brian

On Sun, 9 Sep 2001, Pavel Kolesnikov wrote:

> On Tue, 4 Sep 2001, Thompson, Bill D (London) wrote:
>
> > In freetds-0.52/src/tds/config.c there is a function called
> > search_interface_file()
> > There is some code in there which should be replaced with this
> > segment...this solved it for me...
> >
> > /*
> > * create the full pathname to the interface file
> > */
> > [...]
>
> Unfortunatelly, it didn't help. My sqsh is still crashing,
> See my gdb output (sqsh was linked with efence):
>
> (gdb) bt
> #0 0x28114e84 in strtoul () from /usr/lib/libc.so.4
> #1 0x28114a86 in inet_aton () from /usr/lib/libc.so.4
> #2 0x28114a36 in inet_addr () from /usr/lib/libc.so.4
> #3 0x2808c37c in tds_connect (login=0x28428eec) at login.c:153
> #4 0x2808708b in ct_connect (con=0x28426fe0, servername=0x283eeff8
> "SYBASE",
> snamelen=2) at ct.c:298
> #5 0x8052c37 in cmd_connect (argc=1, argv=0x2841afc0) at
> cmd_connect.c:541
> #6 0x804e121 in jobset_run (js=0x2827cff4, cmd_line=0x8061a20
> "\\connect",
> exit_status=0xbfbff898) at sqsh_job.c:428
> #7 0x8052224 in cmd_loop (argc=1, argv=0x28408fc0) at cmd_loop.c:165
> #8 0x804e121 in jobset_run (js=0x2827cff4,
> cmd_line=0x80664bc "\\loop $script", exit_status=0xbfbffb58)
> at sqsh_job.c:428
> #9 0x805f662 in main (argc=4, argv=0xbfbffc34) at sqsh_main.c:609
> #10 0x8049ec1 in _start ()
>
> I have no problem to connect with sybase's isql.
>
> Pavel
>





Archive powered by MHonArc 2.6.24.

Top of Page