You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize required global variables to avoid compilation failure
In dynamic linking mode, the bootstrapping process will fail, and the
root cause is that certain global variables are uninitialized, causing
the compiler to retrieve invalid values and trigger a segmentation
fault.
After further experiments, this commit initializes minimal required
variables so that the bootstrapping can complete in both static and
dynamic modes.
0 commit comments