On 29-11-2014 14:18, Mark Rotteveel wrote:
> 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?

I did some checking with various revisions, the last build that doesn't 
crash is rev. 60185, the first to crash is rev. 60186: "Get rid of 
upgradeInterface API method and some adjustments. To be continued."

I am working on Windows 8.1 Pro 64 bit with all the latest updates, 
compiling for AMD64 using VS 2010, and have also VS 2013 installed.

The fact that the snapshot builds continue to be built seems to indicate 
it is something environment (or OS) related.

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