[mico-devel] Andrew Packer is out of the office.

2010-07-31 Thread Andrew . Packer
I will be out of the office starting 29/07/2010 and will not return until 02/08/2010. I will respond to your message when I return. If it cannot wait then please contact the following; Alison Smith - General team and Falcon issues Tony Keane - RATA/SMS issues Paul Tipling - SMS issues. Than

Re: [mico-devel] idl compiler options

2010-07-31 Thread Karel Gardas
Hello Thomas, when dealing with segfaults it would be great if you post also your crash stack trace. You can obtain it from your core file (if it's not generated then enable core file generation by using ulimit) and using gdb `which idl` bt The trace will not be accurate if you have not recompi

Re: [mico-devel] FowardRequest - receive_exception

2010-07-31 Thread Karel Gardas
Hi Ricardo, this is indeed interesting question. I would be inclined to reply with 'yes, MICO should retry the request but for this I would rather consult specification and I hope to get to this in a week or so (I'm on holidays now). Anyway, I do have few comments below with regarding to your pa

Re: [mico-devel] compile error with certain configure options

2010-07-31 Thread Karel Gardas
Hi, it looks like --enable-final is broken in 2.3.13 release. Could you be so kind and test the latest development source code? I fixed that few months ago. I guess darcs is available for you on Arch linux and then this is just a single command and ./bootstrap.sh (which requires autoconf 2.13 ins

Re: [mico-devel] Redefining assert can cause ODR violations

2010-07-31 Thread Karel Gardas
Hello, indeed. mico/assert.h is included inside CORBA.h which is not the best and pollutes user code with MICO assert. It might be interesting to see object files sizes change when MICO's assert is used and when the std assert is used as comment in mico/assert.h suggests some dramatic differences