Subject: HP-UX 11.11/4.0.20 mysqlimport BUS ERROR

>Description:
        Installed mysql from the binary download on mysql.com
        according to the INSTALL-BINARY instructions. Attempted
        to use mysqlimport as described in the online documentation
        (http://dev.mysql.com/doc/mysql/en/mysqlimport.html) using
        simple two line file imptest.txt. Received bus error and coredump
        as follows:

        mysql> describe imptest;
        +-------+-------------+------+-----+---------+-------+
        | Field | Type        | Null | Key | Default | Extra |
        +-------+-------------+------+-----+---------+-------+
        | id    | int(11)     | YES  |     | NULL    |       |
        | n     | varchar(30) | YES  |     | NULL    |       |
        +-------+-------------+------+-----+---------+-------+
        2 rows in set (0.02 sec)

         mysql> exit
         Bye

         % cat imptest.txt
         100     Max Sydow
         101     Count Dracula

         % mysqlimport --local test imptest.txt
         Bus error(coredump)

         % file core
         core:           core file from 'mysqlimport' - received SIGBUS

         % uname -a
         HP-UX myhost B.11.11 U 9000/800 547706587 unlimited-user license

        %  getconf KERNEL_BITS
        64

>How-To-Repeat:
        See above. Same problem occurs with either of these binaries.
        mysql-standard-4.0.20-hp-hpux11.11-hppa2.0w-64bit.tar.gz
        mysql-standard-4.0.20-hp-hpux11.11-hppa2.0w.tar.gz
        mysql-standard-4.0.17-hp-hpux11.11-hppa2.0w.tar.gz
>Fix:
        I need one. My data loader depends on mysqlimport!

>Submitter-Id:  <submitter ID>
>Originator:    Gary Lehr
>Organization:
 Computer Sciences Corporation
>MySQL support: none
>Synopsis:      mysqlimport bus error on HP-UX 11.11
>Severity:      Serious. I can't deploy my app without this.
>Priority:      High
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-4.0.20-standard (Official MySQL-standard binary)
>Server: /usr/local/mysql/bin/mysqladmin  Ver 8.40 Distrib 4.0.20, for
hp-hpux11.11 on hppa2.0w
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version          4.0.20-standard-log
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /tmp/mysql.sock
Uptime:                 20 hours 25 min 40 sec

Threads: 1  Questions: 30  Slow queries: 0  Opens: 12  Flush tables: 1
Open tables: 3  Queries per second avg: 0.000
>C compiler:
>C++ compiler:
>Environment:

System: HP-UX ndceqign B.11.11 U 9000/800 547706587 unlimited-user license


Some paths:  /usr/contrib/bin/perl /usr/bin/make /usr/local/bin/gcc
/usr/bin/cc
GCC: Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1
/specs
Configured with: ./configure  : (reconfigured) ./configure  :
(reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured)
./configure
Thread model: single
gcc version 3.0.1
Compilation info: CC='cc'  CFLAGS='+DAportable'  CXX='aCC'
CXXFLAGS='+DAportable'  LDFLAGS=''  ASFLAGS=''
LIBC:
lrwxr-xr-x   1 root       root             8 Mar  6  2002 /lib/libc.0 ->
./libc.1
-r-xr-xr-x   1 bin        bin        1867776 Dec  7  2001 /lib/libc.1
-r-xr-xr-x   1 bin        bin        1814528 Jun 27  2003 /lib/libc.2
-r--r--r--   1 bin        bin        2537200 Jun 27  2003 /lib/libc.a
lrwxr-xr-x   1 root       root            15 Mar  6  2002 /lib/libc.sl ->
/usr/lib/libc.2
lrwxr-xr-x   1 root       root             8 Mar  6  2002 /usr/lib/libc.0
-> ./libc.1
-r-xr-xr-x   1 bin        bin        1867776 Dec  7  2001 /usr/lib/libc.1
-r-xr-xr-x   1 bin        bin        1814528 Jun 27  2003 /usr/lib/libc.2
-r--r--r--   1 bin        bin        2537200 Jun 27  2003 /usr/lib/libc.a
lrwxr-xr-x   1 root       root            15 Mar  6  2002 /usr/lib/libc.sl
-> /usr/lib/libc.2
Configure command: ./configure '--prefix=/usr/local/mysql'
'--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin'
'--with-comment=Official MySQL-standard binary'
'--with-extra-charsets=complex' '--with-server-suffix=-standard'
'--enable-thread-safe-client' '--enable-local-infile' '--disable-shared'
'--with-embedded-server' '--with-innodb' 'CC=cc' 'CFLAGS=+DAportable'
'CXXFLAGS=+DAportable' 'CXX=aCC'
Perl: This is perl, version 5.005_03 built for PA-RISC2.0


Gary F. Lehr, PhD.
Technical Lead, North America
GIS GPES Unix Engineering
Newark, DE
302-391-8490


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to