-
Notifications
You must be signed in to change notification settings - Fork 883
Conversation
is there not a rkt issue for this? |
I couldn't find any |
edac0c5
to
2740934
Compare
Rebased. |
subpackages: | ||
- driver | ||
- vendored/github.com/camlistore/go4/lock | ||
- vendored/github.com/cznic/exp/lldb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Achtung, vendor stripping/flattening is not happening here as ql does vendoring in a non-standard directory.
Evoking @s-urbaniak here, as I guess this is a new corner-case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately there is not much we can do here, since ql does import rewriting for those "vendored" packages, see https://github.com/cznic/ql/blob/master/file.go#L23-L24.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get out of this, I guess we have to unvendor cznic/exp/lldb
, and github.com/camlistore/go4/lock
in our glide.yaml file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As an interim solution, that should be safe to do as we gain both of them as transitive dependencies via ql only (just verified).
It fixes an occassional panic when doing GC.
2740934
to
cdc3b88
Compare
Generally LGTM but do we really have no reference at all for this supposed panic?? |
For the record, crash reported by @Quentin-M OOB:
|
It fixes an occassional panic when doing GC.