DBD::mysql make bus error

DBD::mysql make bus error

am 24.08.2004 00:23:33 von allen.w.chu

------_=_NextPart_001_01C4895F.D373506A
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi-

=20

I get the following output when I run 'make' for installing the
DBD::mysql module.

=20

------

cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm

cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod

cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm

cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm

cp lib/Mysql/Statement.pm blib/lib/Mysql/Statement.pm

cp lib/Mysql.pm blib/lib/Mysql.pm

cc -c
-I/nfs/dm/disks/web01/server/ipd_server/perl/perl5.6/lib/sit e_perl/5.6.1
/ia64-linux/auto/DBI -I'/usr/include/mysql' -fno-strict-aliasing
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -O2 =
-DVERSION=3D\"2.9004\"
-DXS_VERSION=3D\"2.9004\" -fpic
-I/nfs/dm/disks/web01/server/ipd_server/perl/perl5.6/lib/5.6 .1/ia64-linu
x/CORE dbdimp.c

dbdimp.c: In function `CountParam':

dbdimp.c:94: Internal error: Bus error.

Please submit a full bug report.

See for instructions.

make: *** [dbdimp.o] Error 1

------

=20

Has anybody else encountered this problem? I'm not sure how to go about
resolving this Bus error. I look at the line and it's just the end
bracket for the function.

=20

Any help would be greatly appreciated.

=20

Thanks.

=20

-Allen

=20


------_=_NextPart_001_01C4895F.D373506A--

Re: DBD::mysql make bus error

am 24.08.2004 00:58:26 von Rudy Lippan

On Mon, 23 Aug 2004, Chu, Allen W wrote:

>
> cc -c
> -I/nfs/dm/disks/web01/server/ipd_server/perl/perl5.6/lib/sit e_perl/5.6.1
> /ia64-linux/auto/DBI -I'/usr/include/mysql' -fno-strict-aliasing
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.9004\"
> -DXS_VERSION=\"2.9004\" -fpic
> -I/nfs/dm/disks/web01/server/ipd_server/perl/perl5.6/lib/5.6 .1/ia64-linu
> x/CORE dbdimp.c
>
> dbdimp.c: In function `CountParam':
>
> dbdimp.c:94: Internal error: Bus error.
>
> Please submit a full bug report.
>
> See for instructions.
>
> make: *** [dbdimp.o] Error 1
>
> ------
>
>
>
> Has anybody else encountered this problem? I'm not sure how to go about
> resolving this Bus error. I look at the line and it's just the end
> bracket for the function.
>

I don't think anything that the source code does should be able to cause the
compilter to get a SIGBUS just as nothing should cause a SIGSEGV, so as weird as
it may sound, my guess would be that it is a compiler bug. What compiler are you
using? It looks like you are using IA-64, right? How well has it been tested
agasint ia64? Of course this is just a guess, and I could be wrong.


If you find an answer, I'd love to know what the problem is.

Rudy




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBD::mysql make bus error

am 24.08.2004 00:58:26 von Rudy Lippan

On Mon, 23 Aug 2004, Chu, Allen W wrote:

>
> cc -c
> -I/nfs/dm/disks/web01/server/ipd_server/perl/perl5.6/lib/sit e_perl/5.6.1
> /ia64-linux/auto/DBI -I'/usr/include/mysql' -fno-strict-aliasing
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.9004\"
> -DXS_VERSION=\"2.9004\" -fpic
> -I/nfs/dm/disks/web01/server/ipd_server/perl/perl5.6/lib/5.6 .1/ia64-linu
> x/CORE dbdimp.c
>
> dbdimp.c: In function `CountParam':
>
> dbdimp.c:94: Internal error: Bus error.
>
> Please submit a full bug report.
>
> See for instructions.
>
> make: *** [dbdimp.o] Error 1
>
> ------
>
>
>
> Has anybody else encountered this problem? I'm not sure how to go about
> resolving this Bus error. I look at the line and it's just the end
> bracket for the function.
>

I don't think anything that the source code does should be able to cause the
compilter to get a SIGBUS just as nothing should cause a SIGSEGV, so as weird as
it may sound, my guess would be that it is a compiler bug. What compiler are you
using? It looks like you are using IA-64, right? How well has it been tested
agasint ia64? Of course this is just a guess, and I could be wrong.


If you find an answer, I'd love to know what the problem is.

Rudy




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org