Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 30 Aug 2002 21:36:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 30 Aug 2002 21:36:32 -0400 Received: from [210.78.155.203] ([210.78.155.203]:260 "EHLO discovery") by vger.kernel.org with ESMTP id ; Fri, 30 Aug 2002 21:36:31 -0400 Date: Sat, 31 Aug 2002 03:07:48 +0800 From: Hu Gang To: Linux Kernel , Pavel Machek Subject: software suspend in 2.5.32 test reporter. Message-Id: <20020831030748.43ab8094.hugang@soulinfo.com> Organization: Beijing Soul X-Mailer: Sylpheed version 0.7.8claws9 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 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: 2281 Lines: 66 Dear Pavel Machek: 2.5.32 without CONFIG_PM , it work fine in my machine. 2.5.32 with CONFIG_PM, Oops in add_timer. Here is Oops , it is hardcopy from CRT. c0119cd5 *pde = 00000000 Oops: 0002 CPU: 0 EIP: 0060:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010086 eax: cf902ec4 ebx: cf902ec4 ecx: 00000012 edx: 00000000 esi: cf902ec4 edi: cf902d60 ebp: 00003000 esp: cd647e64 Stack: 0000300c d1864121 cf902ec4 cff79c00 Call Trace: [] [] [] [] [] Code: 89 5a 04 89 13 89 43 04 89 18 51 9d eb 14 51 9d 8b 44 24 04 >>EIP; c0119cd5 <===== >>eax; cf902ec4 <_end+f66ca38/11574bd4> >>ebx; cf902ec4 <_end+f66ca38/11574bd4> >>esi; cf902ec4 <_end+f66ca38/11574bd4> >>edi; cf902d60 <_end+f66c8d4/11574bd4> >>esp; cd647e64 <_end+d3b19d8/11574bd4> Trace; d1864121 Trace; d18630c0 Trace; c016eda3 Trace; c106ee69 <_end+dd89dd/11574bd4> Trace; c016ee86 Code; c0119cd5 00000000 <_EIP>: Code; c0119cd5 <===== 0: 89 5a 04 mov %ebx,0x4(%edx) <===== Code; c0119cd8 3: 89 13 mov %edx,(%ebx) Code; c0119cda 5: 89 43 04 mov %eax,0x4(%ebx) Code; c0119cdd 8: 89 18 mov %ebx,(%eax) Code; c0119cdf a: 51 push %ecx Code; c0119ce0 b: 9d popf Code; c0119ce1 c: eb 14 jmp 22 <_EIP+0x22> c0119cf7 Code; c0119ce3 e: 51 push %ecx Code; c0119ce4 f: 9d popf Code; c0119ce5 10: 8b 44 24 04 mov 0x4(%esp,1),%eax -- --- Hu Gang - 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/