On Windows during make_examples.bat empbuild.exe crashes with:

Unhandled exception at 0x00007fffca148bcf in empbuild.exe: 0xC0000005: 
Access violation reading location 0x0000000000000009.

Dump file:
https://www.dropbox.com/s/bnmhgt8uybo41q1/empbuild_20141129.7z?dl=0

The debugger marks empbuild.c on the marked line

/*EXEC SQL EXECUTE IMMEDIATE :cmd;*/
{
isc_embed_dsql_execute_immed (isc_status, &DB, &gds__trans, 0, cmd, 3, 
NULL);
SQLCODE = isc_sqlcode(isc_status); // <--- Debugger breaks on this line
}
if (SQLCODE)
     {
     isc_print_status (gds__status);
     exit (FINI_ERROR);
     }

I initially thought I had messed something up with my changes for 
CORE-4526, but I also get it on a clean checkout of HEAD (rev: 60304).

Is this a known issue?

Mark
-- 
Mark Rotteveel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to