Sponsored Content
Operating Systems Solaris Bad system call (core dumped) Solaris 11.2 (installation of Sybase 12.5.4) Post 302943598 by clement_te on Monday 11th of May 2015 04:00:57 AM
Old 05-11-2015
Bad system call (core dumped) Solaris 11.2 (installation of Sybase 12.5.4)

Dear all,

I am trying to install Sybase ASE 12.5.4 on a Sun OS Solaris 11.2 (sparcv9) machine but I am getting the following messages when launching the setup file :

Code:
-bash-4.1$ ./setup
InstallShield Wizard

Initializing InstallShield Wizard...

Searching for Java(tm) Virtual Machine...
Bad System Call (core dumped)

I ran mdb to get more information and this is what I get:

Code:
ffbfee08 access+8(baeb9, 89bb4, ba4b0, ba4b0, 0, 9)
ffbfef00 __1cMPlatformImplWcreateTempSubDirectory6F_nHSString__+0x30(baeb9, 1, 0, b8800, 0, b99a8)
ffbfefb0 __1cIJVMFilesOwriteVerifyJar6M_v_+0xd8(1, b99a8, b99a8, 0, baeb8, 1)
ffbff078 __1cIJVMFilesGsearch6MrnQJVMMatchPtrDeque__v_+0x18(b0790, ffbff270, ffbff594, 1, 0, baeb8)
ffbff198 __1cILauncherHfindJVM6Fbb_v_+0xdc(1, 1, 1, 1, 1, 1)
ffbff2b8 __1cMInstructionsHexecute6kM_i_+0x260(daf80, b8800, 0, 0, 4, b9a78)
ffbff5a8 __1cILauncherDrun6F_i_+0x20(b0760, 1, 7, 4, b9a78, b2e6c)
ffbff650 __1cILauncherOprocessCmdLine6FrknLStringDeque__i_+0xedc(ffbffb90, 0, 0, 1, 13, 0)
ffbffa28 __1cILauncherHprocess6FrnLStringDeque_rknHSString__i_+0x98(ffbffb90, ffbffb80, 400, e, b9871, 0)
ffbffac0 main+0x13c(1, ffbffc0c, ffbffc14, b0000, b9870, 1)
ffbffba8 _start+0xf8(0, 0, 0, 0, 0, 0)

Somebody told me the access system call is deprecated in Solaris 11 and that I could verify this in /usr/include/sys/syscall.h but I don't have this file.

Could you confirm this? Would you have any idea where that file is and why my setup won't run? How could I troubleshoot this?

Thank you for your help. Cheers
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Segmentation fault (core dumped)

Hello To All! Now anfd then I receive a message on my console: Segmentation fault (core dumped) What does it mean? Or more precisely what are the implications? :confused: (1 Reply)
Discussion started by: Ivo
1 Replies

2. UNIX for Dummies Questions & Answers

core dumped

what is segmentation core dumped? how should i respond? (9 Replies)
Discussion started by: yls177
9 Replies

3. UNIX for Advanced & Expert Users

Bus Error Core Dumped

I faced following problem while restoring root backup Server : Compaq Proliant 6000 OS SCO : Unixware 7.0 #tar - xvf /dev/rmt/ctape1 After extracting some files following error message occurred and process stopped # BUS ERROR CORE DUMPED What may be the problem? How to avoid... (1 Reply)
Discussion started by: j1yant
1 Replies

4. Filesystems, Disks and Memory

Abort core dumped!!!!

HI All, I am working on Solaris 8, i have this application runing on one of the partitions,(the installation was done here ie /export/home) And the out put of this goes to another parition of other disk attached to the same machine. After a certain period of time is get this error stating... (2 Replies)
Discussion started by: zing
2 Replies

5. Solaris

Segmentation Fault (core dumped)

i am getting Segmentation Fault (core dumped) on solaris, but when i run the same program with same input on linux it runs successfully. How can i trace the fault in program on solaris. (6 Replies)
Discussion started by: junaid.nehvi
6 Replies

6. Solaris

Solaris 10 Core Installation wsftpd make problem

Hello, I have just installed a Solaris10 server with core installation option. I tried to install vsftp on this server but it's asking me "make" to compile the program. But I could'nt find make. I searched that on web and installed SUNWarc SUNWbinutils SUNWgcc SUNWgccruntime SUNWgcmn... (2 Replies)
Discussion started by: shadowfaxxxx
2 Replies

7. Red Hat

Segmentation fault (core dumped)

Hi All, I am getting "Segmentation fault (core dumped)" error in the runtime. I am new this please can you tell me why is that i am getting this error and I am not sure of my compilation : gcc -c avc_test.c gcc -c md5.c gcc avc_test.o md5.o -shared -Llibcoreavc_sdk.so -o proj ... (1 Reply)
Discussion started by: fido.genial
1 Replies

8. Filesystems, Disks and Memory

(core dumped) | gjar

hello, when i make gcc 4.4.2 i get this message find gnu java javax org sun -name .svn -prune -o -name '*.class' -print | \ gjar -cfM@ $here/libgcj-4.4.2.jar /bin/sh: line 2: 32730 Done find gnu java javax org sun -name .svn -prune -o -name '*.class'... (2 Replies)
Discussion started by: aleppos
2 Replies

9. Emergency UNIX and Linux Support

Bad Address when adding system call

Hi guys. I have downloaded kernel 2.6.38-5 to add a system call. I did the following steps: 1. I have added my system call to system call table <src folder>/arc/x86/kernel/syscall_table_32.S .long sys_mycall 2. i have added the system cal number in <src... (5 Replies)
Discussion started by: majid.merkava
5 Replies

10. Programming

which binary dumped core dump?

I have discovered a large number of core dumps on one of our OSX machines (dumped into a generic /cores dir). Is there any way to find out which binary generated them? Thanks! (2 Replies)
Discussion started by: mirni
2 Replies
SQL::ReservedWords::Sybase(3pm) 			User Contributed Perl Documentation			   SQL::ReservedWords::Sybase(3pm)

NAME
SQL::ReservedWords::Sybase - Reserved SQL words by Sybase SYNOPSIS
if ( SQL::ReservedWords::Sybase->is_reserved( $word ) ) { print "$word is a reserved Sybase word!"; } DESCRIPTION
Determine if words are reserved by Sybase. METHODS
is_reserved( $word ) Returns a boolean indicating if $word is reserved by either Sybase ASE 12 or 15. is_reserved_by_ase12( $word ) Returns a boolean indicating if $word is reserved by Sybase ASE 12. is_reserved_by_ase15( $word ) Returns a boolean indicating if $word is reserved by Sybase ASE 15. reserved_by( $word ) Returns a list with Sybase versions that reserves $word. words Returns a list with all reserved words. EXPORTS
Nothing by default. Following subroutines can be exported: is_reserved is_reserved_by_ase12 is_reserved_by_ase15 reserved_by words SEE ALSO
SQL::ReservedWords <http://infocenter.sybase.com/help/> AUTHOR
Christian Hansen "chansen@cpan.org" COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-28 SQL::ReservedWords::Sybase(3pm)
All times are GMT -4. The time now is 03:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy