From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Crash with paravirt-ops 2.6.31.6 kernel Date: Fri, 20 Nov 2009 12:12:36 +0800 Message-ID: <4B061734.5010307@goop.org> References: <28846609.721258484676784.JavaMail.root@ifrit.dereferenced.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <28846609.721258484676784.JavaMail.root@ifrit.dereferenced.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: William Pitcock Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 11/18/09 03:04, William Pitcock wrote: > Begin: Running /scripts/init-bottom ... done. > [ 1.254927] init[1] general protection ip:f779042f sp:ff9b0340 error:0 > [ 1.255189] Kernel panic - not syncing: Attempted to kill init! > [ 1.255202] Pid: 1, comm: init Tainted: G W 2.6.31.6 #2 > [ 1.255210] Call Trace: > [ 1.255226] [] ? panic+0x86/0x133 > [ 1.255237] [] ? mntput_no_expire+0x23/0xed > [ 1.255247] [] ? cap_file_free_security+0x0/0x1 > [ 1.255258] [] ? xen_force_evtchn_callback+0x9/0xa > [ 1.255267] [] ? check_events+0x12/0x20 > [ 1.255275] [] ? cap_file_free_security+0x0/0x1 > [ 1.255285] [] ? _write_lock_irq+0x7/0x16 > [ 1.255295] [] ? exit_ptrace+0xa7/0x126 > [ 1.255304] [] ? do_exit+0x72/0x66b > [ 1.255312] [] ? do_group_exit+0x6c/0x99 > [ 1.255321] [] ? get_signal_to_deliver+0x303/0x327 > [ 1.255332] [] ? dummycon_dummy+0x0/0x3 > [ 1.255341] [] ? _spin_unlock_irqrestore+0xc/0xd > [ 1.255351] [] ? do_notify_resume+0x79/0x6d1 > [ 1.255360] [] ? _spin_unlock_irqrestore+0xc/0xd > [ 1.255369] [] ? check_events+0x12/0x20 > [ 1.255378] [] ? xen_force_evtchn_callback+0x9/0xa > [ 1.255387] [] ? check_events+0x12/0x20 > [ 1.255396] [] ? dummycon_dummy+0x0/0x3 > [ 1.255404] [] ? _spin_unlock_irqrestore+0xc/0xd > [ 1.255414] [] ? xen_restore_fl_direct_end+0x0/0x1 > [ 1.255423] [] ? _spin_unlock_irqrestore+0xc/0xd > [ 1.255432] [] ? force_sig_info+0xd3/0xe1 > [ 1.255441] [] ? retint_signal+0x48/0x8c > > I don't know why this is happening. It does not happen on XenSource 2.6.18 kernel, or the Debian 2.6.26 kernel. > Unfortunately this is a known bug that hasn't been properly investigated yet. There's a bug in AMD syscall return on 32-on-64 domains; the workaround is to boot with "vdso32=0" on the kenrel command line. J