From: Arno P. <ar...@pu...> - 2011-09-22 04:18:06
|
OK, I checked a bit deeper. The core of the problem is that there is a goto that jumps *into* a try-block. This is not permissible and causes the problems. We'll work on it... Arno On 9/21/11 9:02 PM, Shai wrote: > That doesn't seem to solve the problem although it does fail in a slightly different way. It still doesn't pass via the try section. > I did revert the Java side changes entirely so now my code is back to doing return directly from the switch nested in the try/catch. > > BTW the LLVM issue I was experiencing was due to a bug in my native code, I would recommend making LLVM the default since the compile time is a huge improvement (at least 3 times faster). > > Thanks. > > > >> thanks for the nice analysis! It seems that the exception context was >> not properly restored when exiting a switch statement. Can you please >> check if the attached patch fixes this problem? > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers |