Re: (CORBA_ORB_init): assertion failed:



Hi Anil,

On Thu, 24 Jan 2002, anil kumar wrote:

> hello,
>   I am new to ORBit2 .After Compiling ORBit2 when i run test program
> echo-server i get Error
> "
>
> (process:14415): ** ERROR **: file corba-orb.c: line 114 (CORBA_ORB_init):
> assertion failed: (ORBIT_ALIGNOF_CORBA_POINTER > 2)
> aborting...
> Trace/BPT trap (core dumped)
>
> "

	Okay, this crops up every now and again. I've just added the
following to ORBit2/docs/FAQ:

---
** assertion failed: (ORBIT_ALIGNOF_CORBA_POINTER > 2) ?

        This error usually occurs when the compiler alignment
configure check fails to work correctly. Have a look at the
ORBIT_ALIGNOF defines in include/orbit/orbit-config.h. If these are
all zeros, then you need to look at config.log and figure out why
configure if coming up with these bogus values.
---

	If you manage to figure out why the configure check failed,
could you let me know - I'd like to beef up this question with known
problems and fixes .... and maybe actually fix the configure check too :-)

Good Luck,
Mark.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]