Date: Wed, 8 May 2013 13:00:20 -0400 (EDT) From: Daniel Eischen <deischen@freebsd.org> To: Larry Rosenman <ler@lerctr.org> Cc: java@freebsd.org, freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: openjdk6 broken on current Message-ID: <Pine.GSO.4.64.1305081257080.8949@sea.ntplx.net> In-Reply-To: <Pine.GSO.4.64.1305081253450.8949@sea.ntplx.net> References: <20130505082750.GY12114@ithaqua.etoilebsd.net> <CAPJF9w=WiZNwEypqKfX%2BWBH_YarxqGgkSwqCVcAtUCXBcmaTRw@mail.gmail.com> <20130505084925.GZ12114@ithaqua.etoilebsd.net> <1e05f442e819d9eb77b16cee5b47d4c4@webmail.lerctr.org> <CAPJF9w=rMnZ-oY4hC6zrjE3RbnXJ=Lv_N=rOJmuYgK=rWkCODg@mail.gmail.com> <e52278a5-8fd0-4069-acab-c0b58e50de37@email.android.com> <CAPJF9wmFgLrt7rbNnZ7FaatOPewsqgGciT3ZhjO1H-tAR2-PSw@mail.gmail.com> <fa7b7f86a6dd96db540e946f7a2a3f13@webmail.lerctr.org> <CAPJF9w=zj6pO-ChbBqts9Q67Dba3i%2BT-VR7C3TEZNOVtHovY%2BA@mail.gmail.com> <072097222ecf7a0454b6bf3c5a345e7a@webmail.lerctr.org> <Pine.GSO.4.64.1305081248330.8949@sea.ntplx.net> <b95fe82f-d063-4df4-8060-00fe3be9e545@email.android.com> <Pine.GSO.4.64.1305081253450.8949@sea.ntplx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 May 2013, Daniel Eischen wrote: > On Wed, 8 May 2013, Larry Rosenman wrote: > >> Daniel Eischen <deischen@freebsd.org> wrote: >>> On Wed, 8 May 2013, Larry Rosenman wrote: >>> >>>> Can SOMEONE please look at this? >>>> >>>> I have a real need to get java back on my -CURRENT server soon. >>> >>> Did/can you try just backing out r249606? >>> >>> -- >>> DE >> >> How can I generate a patch to do that? > > Go here: > > http://svnweb.freebsd.org/base/head/lib/libthr/thread/thr_sig.c?sortby=date&view=log > > then click on "Diff to previous 249606", then click on "Patch" > at the top. You can try backing out each/all of the recent > changes to thr_sig.c to see what the culprit is. > > You'll have to use "-R" to reverse the patch I believe. Or, if you have a checked out svn repo, you can always use svn to generate the patch: $ cd /path/to/svn/src $ svn diff -r249606:249605 # no need to use -R on this patch -- DE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.1305081257080.8949>