Opened 4 years ago

Closed 4 years ago

#6146 closed defect (wontfix)

Issues handling libraries during Windows build

Reported by: Adrian Pop Owned by: Adrian Pop
Priority: high Milestone: 1.17.0
Component: Package Manager Version:
Keywords: Cc:

Description

Sometimes the windows builds fail on target 'libs-for-testing'.
We should investigate more.

Sometimes omc crashes:

../../build/bin/omc index.mos
true
true
"C:/dev/jenkins/ws/Windows/OM_Win/testsuite/libraries-for-testing"
""
true
"C:/dev/jenkins/ws/Windows/OM_Win/testsuite/libraries-for-testing/.openmodelica/libraries/"

Makefile:11: recipe for target '.openmodelica/libraries/20200610130629.stamp' failed
make[1]: *** [.openmodelica/libraries/20200610130629.stamp] Segmentation fault

Sometimes fetching some library via omc fails:

BioChem 1.0.1+msl.3.2.1 failed
Error: Curl error for URL https://github.com/OpenModelica/OpenModelica-ModelicaStandardLibrary/archive/06af0578789283267a4089fffd8f2fb302e0405a.zip: Failure when receiving data from the peer

Makefile:11: recipe for target '.openmodelica/libraries/20200610130629.stamp' failed
make[1]: *** [.openmodelica/libraries/20200610130629.stamp] Error 1

Change History (4)

comment:1 by Francesco Casella, 4 years ago

Milestone: Future1.17.0

Milestone future actually means never...

comment:2 by Adrian Pop, 4 years ago

PR: https://github.com/OpenModelica/OpenModelica/pull/6943
will show the statements executed so I can (hopefully) find out where it dies.

comment:3 by Adrian Pop, 4 years ago

Owner: changed from Martin Sjölund to Adrian Pop
Status: newaccepted

comment:4 by Adrian Pop, 4 years ago

Resolution: wontfix
Status: acceptedclosed

This doesn't seem to happen anymore with clang builds or the newer gcc.
Will reopen if it shows up again.

Note: See TracTickets for help on using tickets.