Re: [Virtuoso-users] Crash when abusing multiple results sets in a procedure

2014-02-09 Thread Quentin
Good to hear. Am I right in thinking it's not allowed to return two differently named result sets from the one function? On 9 February 2014 13:23, Hugh Williams wrote: > Hi Quentin, > > Testing against the latest development archive the server does not crash, > thus this issue should be resolv

Re: [Virtuoso-users] Crash when abusing multiple results sets in a procedure

2014-02-08 Thread Hugh Williams
Hi Quentin, Testing against the latest development archive the server does not crash, thus this issue should be resolved in the final VOS stable/7 release being prepared: SQL> create procedure test.test.resultsetCrash( ) { declare meta, _dt any; declare query, query2, errorCode, errorMessage

Re: [Virtuoso-users] Crash when abusing multiple results sets in a procedure

2014-02-05 Thread Quentin
I believe it's just an effect of calling exec_result with a row that doesn't match the columns declared to exec_result_names, with that in mind, I've simplified the test case. = create procedure test.test.resultsetCrash( ) { decl

Re: [Virtuoso-users] Crash when abusing multiple results sets in a procedure

2014-02-05 Thread Hugh Williams
Hi Quentin, Can you provide the complete compilable and runnable procedure you are running that is causing the crash, as I cannot get the snippet you have provide below to create ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlin