Some ambigious access violation
Sai-Lai Lo
S.Lo@orl.co.uk
Thu, 26 Feb 1998 10:31:23 GMT
>>>>> Henrik Schulz writes:
> I'm sorry, the I dumped source line where the failure appears as an example
> should better be written asint c = 0;
> orb = CORBA::ORB_init(c,NULL,orbName);
> may be you have another idea in mind that would help me to solve this problem.
Oh dear! This failure is caused by a bug in the ORB because it uses argv[0]
without testing if argv is a NULL pointer. You can workaround it for the
moment by giving it a proper argv.
Thanks for the report.
Sai-Lai