Van writes:
> Greetings:
> 
> Running a Debian kernel 2.4.9 and MySQL 4.0 compiled and appears to be running. 
> Selects against the local database appear to work fine.
> 
> I've got a couple userland applications that update data in remote 3.23.x
> servers that no longer work.  I haven't seen anything related to this in the
> archives.  The client applications worked fine before upgrading to 4.0.
> 
> vanboers@tempe:~$ strace ./mysqlscan 1 2
> execve("./mysqlscan", ["./mysqlscan", "1", "2"], [/* 17 vars */]) = 0
> fcntl(0, F_GETFD)                       = 0
> fcntl(1, F_GETFD)                       = 0
> fcntl(2, F_GETFD)                       = 0
> uname({sys="Linux", node="tempe", ...}) = 0
> osf_getsysinfo(0x2d, 0x11ffffa10, 0x11ffffce8, 0, 0x120085820) = 0
> osf_setsysinfo(0xe, 0x11ffffa10, 0x11ffffce8, 0, 0x120085820) = 0
> getxuid()                               = 1000
> getxuid()                               = 1000
> getxgid(0xe)                            = 1000
> getxgid(0xe)                            = 1000
> brk(0)                                  = 0x1200b86a0
> brk(0x1200b86e0)                        = 0x1200b86e0
> brk(0x1200ba000)                        = 0x1200ba000
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++
> 
> Any ideas?
> 
> Regards,
> Van
> -- 
> =================================================================
> Linux rocks!!!   http://www.dedserius.com/
> =================================================================

Hi!

This is possibly a problem of dependencies. May be some libs or objs
were not rebuild but were linked in.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to