Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760183AbXJMRQL (ORCPT ); Sat, 13 Oct 2007 13:16:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753699AbXJMRP5 (ORCPT ); Sat, 13 Oct 2007 13:15:57 -0400 Received: from nf-out-0910.google.com ([64.233.182.190]:34868 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754118AbXJMRP4 (ORCPT ); Sat, 13 Oct 2007 13:15:56 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=d5Bb169WE7XRbmCq3iHqk3nVA5umDUXpBDZLviuCdkHGtlH7xsrOF1WZ0B2uEYkZeynk9Y9l144OZCqAYnxEYl6m4MpedYe9G9jb2FHjyePI4XmE6AhzguT2F4z7p2NFKrqcnZ0INf+7twt9M5jZBuHzsbjgR2M8Mlx1/FYRcu0= Message-ID: <4710FC91.6030806@googlemail.com> Date: Sat, 13 Oct 2007 19:12:49 +0200 From: Gabriel C User-Agent: Thunderbird 2.0.0.6 (X11/20071004) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org Subject: Re: 2.6.23-mm1 References: <20071011213126.cf92efb7.akpm@linux-foundation.org> In-Reply-To: <20071011213126.cf92efb7.akpm@linux-foundation.org> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2457 Lines: 57 Andrew Morton wrote: Hi, > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ > > - I've been largely avoiding applying anything since rc8-mm2 in an attempt > to stabilise things for the 2.6.23 merge. > > But that didn't stop all the subsystem maintainers from going nuts, with > the usual accuracy. We're up to a 37MB diff now, but it seems to be working > a bit better. Works a bit better right :) At least it boots here but I have a strange problem with it. It seems 2.6.23-mm1 kills off java. Every program needs java here does not work anymore telling 'my java' installation is incorrect. Also I noticed firefox is acting weird as well thunderbird. Gtk apps just random freeze and need be killed with -11. Running 'java -version' manually returns nothing , 'java -jar some.jar' does nothing as well. ( not even a error or anything else ) ( I've also tested sun's java 1.5 and 1.6 and openjre as well all with same result ) I only have a WARNING in my dmesg but i don't think this is related to this : Oct 13 01:44:52 lara [10722.146448] WARNING: at fs/namespace.c:586 __mntput() Oct 13 01:44:52 lara [10722.146478] [] mntput_no_expire+0x5d/0xab Oct 13 01:44:52 lara [10722.146503] [] sys_umount+0x1f8/0x202 Oct 13 01:44:52 lara [10722.146511] [] check_pgt_cache+0x13/0x15 Oct 13 01:44:52 lara [10722.146529] [] sys_stat64+0xf/0x23 Oct 13 01:44:52 lara [10722.146549] [] remove_vma+0x31/0x36 Oct 13 01:44:52 lara [10722.146574] [] do_page_fault+0x180/0x4ea Oct 13 01:44:52 lara [10722.146600] [] sys_oldumount+0xb/0xe Oct 13 01:44:52 lara [10722.146614] [] sysenter_past_esp+0x5f/0x85 Oct 13 01:44:52 lara [10722.146639] [] xfrm_tmpl_resolve+0x2bd/0x37b Oct 13 01:44:52 lara [10722.146656] ======================= I also noticed some programs like vlc segfaults : vlc[20506]: segfault at 01950000 eip 01950000 esp b4876368 error 4 Booting 2.6.23 makes all these go away. I don't have anything else in my logs. Any idea what patches could cause this problem(s) ? Config can be found there -> http://194.231.229.228/2.6.23-mm1-config Regards, Gabriel C - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/