Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected OPTLINK Termination at EIP=0040F60A during building #100

Closed
bubnenkoff opened this issue Apr 14, 2017 · 2 comments
Closed

Unexpected OPTLINK Termination at EIP=0040F60A during building #100

bubnenkoff opened this issue Apr 14, 2017 · 2 comments

Comments

@bubnenkoff
Copy link

bubnenkoff commented Apr 14, 2017

I am getting next error when building project:

Unexpected OPTLINK Termination at EIP=0040F60A
EAX=03930000 EBX=00438C70 ECX=00000EE6 EDX=000002CE 
ESI=00000104 EDI=03930468 EBP=0019FF38 ESP=0019FEF0 
First=00402000

The project is buildable only if mysqldriver is commented in database.d:

import std.stdio;
import std.string;
import core.thread;
import ddb.postgres;
// import mysql; // <-- here
import vibe.d;
import config;

Tested on dmd 2.073 and 2.074. Windows 10. Demo project attached.

http://rgho.st/7j5LQLZxb

@bubnenkoff
Copy link
Author

It's work only in release mode for me with
dub --build=release

@Abscissa
Copy link

This is a bug in optlink, please file at D's issue tracker: https://issues.dlang.org/enter_bug.cgi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants