On Fri Sep 02 02:59:43 2011, davem wrote: > On Thu, Sep 01, 2011 at 10:09:30PM -0700, Father Chrysostomos via RT > wrote: > > Caused by this commit, but that doesn’t look like very useful > > information. Does the branch from which the threads changes were > merged > > still exist, so I can try and find a description of the change (it > added > > Perl_shared_object_destroy)? > > That's odd; the commit you show is from the 5.10 maint branch; not > sure > how a bisect ended up there. Well, this is the ineluctable result of doing things late at night. :-) I did it on the maint branch, because I assumed it would be faster, since there are fewer commits there. Then I proceeded to forget that I was on the maint branch. > That commit (done under perforce) is the > equivalent under git of cherry-picking several individual commits from > blead and applying them as a single commit to maint. To find the > equivalent blead commits, you need to look them up individually; for > example a likely candidate is "[32658] threads::shared 1.15": > > $ git rev-list --before=2008-12-18 -1 --all > --grep='^p4raw-id:.*@32658$' > 794f4697121b50d7447d6309d7c9ada4bca913e2 Thank you.Thread Previous | Thread Next