Operating System - HP-UX
1752318 Members
5661 Online
108786 Solutions
New Discussion юеВ

Bus Error detected (core dump) while connecting through RFC

 
Piyush Trambadiya
Occasional Advisor

Bus Error detected (core dump) while connecting through RFC

Hello All,

Bus error is detected and core dump is generating while sending RDBMS data to SAP through RFC C Program.
Please suggest for this !!

Thanks in advance !! Have a nice time to you all !!!
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Bus Error detected (core dump) while connecting through RFC

Shalom,

strings core file

Send the file for analysis to the application vendor.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Bus Error detected (core dump) while connecting through RFC

You could use gdb to get a stack trace to see if any of the function names indicates the problem.
$ file core # to find the executable
$ gdb executable core
(gdb) bt
(gdb) q
Piyush Trambadiya
Occasional Advisor

Re: Bus Error detected (core dump) while connecting through RFC

Thanks for the prompt reply !!

Sending file to the Application Vendore. Will see what they says !!!

Again Thanks a bunch !!!!