X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 30 Jul 2015 12:51 PM by  anon
IDL-Java Bridge and Ctrl-c
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
30 Jul 2015 12:51 PM
    We have an issue with one of our tools that uses the IDL-Java bridge. After using the tool, we find that using Ctrl-c no longer generates interrupts for the rest of the IDL session. (We're seeing this with IDL 8.4 on the command line on Linux and Mac machines.) After some experimenting, we've found that the following is enough to reproduce the behavior: (Start IDL) IDL> ^C % Interrupt encountered. IDL> obj = OBJ_NEW('IDLjavaObject$java_lang_thread', 'java.lang.Thread') IDL> ^C (Nothing happens) If we press Ctrl-c while a pure IDL procedure is running, it will continue to run and finish as though Ctrl-c was not pressed at all. If we press Ctrl-c before calling a Java method or while the method is running, we never get the IDL prompt back. Is there a way to make IDL respond to Ctrl-c after using the IDL-Java bridge?

    Deleted User



    New Member


    Posts:81
    New Member


    --
    31 Jul 2015 06:29 PM
    Hi Chris, Using your example, I'm able to reproduce the problem you describe. I'm working with our development group to try to understand the issue. I'll post a follow up when I have more information. Regards,

    Deleted User



    New Member


    Posts:
    New Member


    --
    17 Aug 2015 09:00 AM
    Hi, Jim. Any updates? Thanks, Chris
    You are not authorized to post a reply.