View Single Post
Old 04-14-2017, 09:05 AM   #94
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
IIRC, the loader checks for all required symbols (by their version) at load time, not after execution starts.
So if it was a library mismatch, I would expect it to fail to start, not start and fail.
But the symbols are not actually linked until called (which would be after execution starts).

- - - -

Seeing the error message (if any) will tell us what is happening.

And there is an environment variable that can be set to tell us more than we would ever want to know about the linking process if the minimal error message does not help.
knc1 is offline   Reply With Quote