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
I'm trying to do a batch build of everything from scratch to get a feel for how the build process works, and right now it seems like distri does a hard coded check for its source tree at ~/distri. This is all good and well, but there really doesn't appear to be any error checking around this so a segfault occurs when the source archive is located anywhere else.
I'm happy to debug further, but I'm having trouble figuring out where certain values get initialized. I think that whatever is supposed to provide s.g.Nodes() on line 325 of batch.go isn't handling the bad directory correctly.
The text was updated successfully, but these errors were encountered:
I'm trying to do a batch build of everything from scratch to get a feel for how the build process works, and right now it seems like distri does a hard coded check for its source tree at ~/distri. This is all good and well, but there really doesn't appear to be any error checking around this so a segfault occurs when the source archive is located anywhere else.
I'm happy to debug further, but I'm having trouble figuring out where certain values get initialized. I think that whatever is supposed to provide s.g.Nodes() on line 325 of batch.go isn't handling the bad directory correctly.
The text was updated successfully, but these errors were encountered: