Sponsored Content
Full Discussion: bus error (coredump)
Top Forums UNIX for Dummies Questions & Answers bus error (coredump) Post 302150669 by charu on Wednesday 12th of December 2007 05:05:29 AM
Old 12-12-2007
My code uses CORBA. So, its a CORBA with C++. Well, when I ran the executable using dbx I found the following error. Couldnt comprehend what it means. Kindly help.

$> dbx EprovInputClient core
program terminated by signal BUS (invalid address alignment)
(dbx) where -q
=>[1] CORBA::PPTR::_marker(void) const
[2] COTClass::unload(void)
[3] CORBA::LoaderListClass::~LoaderListClass(void)
[4] __STATIC_DESTRUCTOR(void)
[5] _fini()
[6] 0xef7cae28()
[7] 0xef7caf0c()
[8] _exithandle()
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bus Error

This may belong in the C Programming forum, but here goes anyway... What would cause a bus error? I searched google for a cause, but came up with some conflicting reports... Could it be caused by disk space? A lot of the pages I found mentioned linking with the incorrect versions of the... (4 Replies)
Discussion started by: LivinFree
4 Replies

2. UNIX for Dummies Questions & Answers

Bus error(coredump

aix 5.3 ML1 system was functioing well, when suddenly telnet session hung and then I got the following message "Bus error(coredump)" would appreciate if anyone would assist as to what to do next. (3 Replies)
Discussion started by: Student37
3 Replies

3. UNIX for Advanced & Expert Users

Bus Error(coredump)

Hi, I am using HP-UX. While i try to run the Sqlplus command using the shel script in encounter the following error: <shell script name>: some number Bus Error(coredump) What may be the reason behind this. I read few previous threads in this forum where i found some similar case. There it was... (2 Replies)
Discussion started by: Jayesh
2 Replies

4. Programming

BUS error

Hi! I've got a program which runs fine under Linux, but I have compiled it to run under SunOS 5.8 in a Sparc computer, and now it sometimes fails with "bus error". Ussing gdb I surfed to the error line, which is *pointer = some_vector; where some_vector is a 16 byte struct (4 integers)... (1 Reply)
Discussion started by: shesatmine
1 Replies

5. UNIX for Advanced & Expert Users

Bus error(coredump) while running SQL*Loader in HP Unix 11

Hi All, I am getting coredump error, when I try to execute Oracle SQL*Loader from Shell script in Unix environment. But SQL*Loader from local machine runs fine with same database. SQL*Loader: Release 9.2.0.6.0 - Production on Mon Apr 23 05:23:47 2007 Copyright (c) 1982, 2002, Oracle... (3 Replies)
Discussion started by: srinivas_paluku
3 Replies

6. UNIX for Advanced & Expert Users

Segmentation (CoreDump) error !!

Hi all, I am trying to create few directories using script and its giving me segmentation error. #!/bin/ksh createDirectories() createDirectories() { cat dirs | \ while read line do mkdir... (16 Replies)
Discussion started by: varungupta
16 Replies

7. HP-UX

Need help on Bus error(coredump)

Hi all, I am quite weak in C but I need to get some work done. Hope someone can help me out. I keep getting this error when i try to run my C application in my HP-UX 10.20 machine. Some code snippet: Month(DBTime) =====This is a function which will return variable "CutOffTime" to be use... (5 Replies)
Discussion started by: Vision©
5 Replies

8. HP-UX

Bus Error

I am getting bus error when i include "#!/bin/ksh". If i remove interpreter then script is working. Can anyone explain this and how can i avoid this error? Operating System is HP-UX B.11.23 U 9000/800 1091834454 (2 Replies)
Discussion started by: anbu23
2 Replies

9. Programming

Bus error

Hi everyone, I have a GUI project and when I run it and left in idle state for a long time(there is nothing done, just opened GUI, no more actions),I get bus error after trying to do anything with it. I've tried to build it in debug mode and use gdb, but I don't get any error in debug mode.It... (3 Replies)
Discussion started by: sisi
3 Replies

10. Programming

Bus Error: 10...Help please!

Hi all, I am writing a phonebook program to store names and number using a list. Here is the code for the function which allows the user to enter the name and number (where the error occurs). //THIS FUNCTION ADDS A NEW ENTRY TO THE phonebook_list void insert(void){ //variables int... (5 Replies)
Discussion started by: kdejan
5 Replies
libORBit-2.3(3) 					 Introduction to Library Functions					   libORBit-2.3(3)

NAME
libORBit-2 - the GNOME Object Request Broker (ORB) DESCRIPTION
libORBit-2 is a CORBA Object Request Broker (ORB) which forms the core of the GNOME component system, Bonobo. ORBit2 conforms to the CORBA 2.4 specification and provides an implementation of the C language mapping. ORBit2 also provides some extensions to the CORBA specifica- tion; for example, an interface type data representation which can be generated by the IDL compiler or at runtime, and used to dynamically invoke CORBA methods and process CORBA requests. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libORBit-2.so GNOME Object Request Broker shared library /usr/share/gtk-doc/html Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-component | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
orbit-idl-2(1), libORBitCosNaming-2(3), libIDL-2(3), libbonobo-activation(3), libbonobo-2(3) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003, 2004. SunOS 5.10 31 Aug 2004 libORBit-2.3(3)
All times are GMT -4. The time now is 12:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy