Login  Register

building with Qt 5.5

Posted by ravas on Aug 26, 2015; 6:40pm
URL: https://forum.librecad.org/building-with-Qt-5-5-tp5712065.html

I upgraded to Qt 5.5 last week;
and, just to see what would happen, I ran:

1. Build → Run qmake
2. Build → Rebuild All

It seems to build fine but I get:

Starting C:\1B\librecad\windows\LibreCAD.exe...
The program has unexpectedly finished.
C:\1B\librecad\windows\LibreCAD.exe crashed

and from the debugger log:

CALL: RUN ENGINE
<19-exec-run
>=thread-group-started,id="i1",pid="12916"
sThread group i1 created
dTaking notice of pid 12916
>=thread-created,id="1",group-id="i1"
sThread 1 created
>~"[New Thread 12916.0x3230]\n"
s[New Thread 12916.0x3230]
>19^running
dNOTE: ENGINE RUN AND INFERIOR RUN OK
sRunning.
dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
dINFERIOR STARTED
sApplication started
>*running,thread-id="all"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>=thread-exited,id="1",group-id="i1"
sThread 1 in group i1 exited
>=thread-group-exited,id="i1"
sThread group i1 exited
>19^error,msg="During startup program exited with code 0xc0000139."
dCOOKIE FOR TOKEN 19 ALREADY EATEN (InferiorRunOk). TWO RESPONSES FOR ONE COMMAND?
dNOTE: INFERIOR EXITED
dState changed from InferiorRunOk(11) to InferiorExitOk(16) [master]
dState changed from InferiorExitOk(16) to InferiorShutdownOk(19) [master]
dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) [master]
dQUEUE: SHUTDOWN ENGINE
sExecutable failed: During startup program exited with code 0xc0000139.
In searching for "During startup program exited with code 0xc0000139"
someone suggested Build Environment →  Clear system environment
but I tried that (and rebuilt) with the same outcome.

Any thoughts?