Le 28.02.2006 23:30, Jesper Juhl a écrit : > On 2/28/06, Jiri Slaby wrote: > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>Jesper Juhl napsal(a): >> >>>Since I'm in X when the lockup happens and I don't have enough time >>>from clicking the eclipse icon to the box locks up to make a switch to >>>a text console I don't know if an Oops or similar is dumped to the >>>console (there's nothing in the locks after a reboot) :-( >> >>So why don't just run eclipse from console (DISPLAY=... eclipse), or use atd, >>crond... (less common variants)? >> > > > Good idea, thanks. Dunno why I didn't think of that. > > -- > Jesper Juhl I experienced similar symptoms while launching mozilla 1.7.12. I found that java was the culprit. Here is a full dmesg captured by netconsole with the following scenario: - boot to runlevel 1 (init 1) - launch java (type "java[Enter]", no args). The first oops is : BUG: unable to handle kernel NULL pointer dereference at virtual address 00000034 printing eip: *pde = 00000000 Oops: 0002 [#1] last sysfs file: /block/hdd/removable Modules linked in: ide_cd cdrom loop aes dm_crypt nls_iso8859_1 nls_cp850 vfat fat reiser4 reiserfs raid1 md_mod via_agp agpgart video joydev usbhid ohci1394 ieee1394 uhci_hcd usbcore dm_mirror dm_mod CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010246 (2.6.16-rc5-mm1 #115) EIP is at do_coredump+0x6a/0x592 eax: 00000034 ebx: 00000034 ecx: 00000000 edx: ffff0001 esi: dfab5000 edi: 0000000b ebp: dfab5ec4 esp: dfab5e44 ds: 007b es: 007b ss: 0068 Process java (pid: 1192, threadinfo=dfab5000 task=dfe17a90) Stack: <0>dfab5fbc 0000000b 00000000 c03206a4 00000000 c0122643 dfab5eb0 c031e0c0 00000086 dca10988 dfe17f2c dca109b4 dfab5f34 dfab5e80 c011d8fc dfab5eac c011dd14 00000000 0000000b 0000000b dca10988 00000000 0000000a dfab5000 Call Trace: [] show_stack_log_lvl+0xa0/0xab [] show_registers+0x12e/0x194 [] die+0x14e/0x1db [] do_page_fault+0x468/0x55f [] error_code+0x4f/0x54 [] get_signal_to_deliver+0x32c/0x343 [] do_notify_resume+0x7f/0x636 [] work_notifysig+0x13/0x19 Code: 10 00 0f 84 3f 05 00 00 89 d3 b8 af 30 28 c0 ba 42 00 00 00 83 c3 34 e8 56 29 fc ff e8 6b ff 11 00 ba 01 00 ff ff 89 d8 8b 4d 88 <0f> c1 10 85 d2 0f 85 31 13 00 00 8a 81 54 01 00 00 24 03 75 15 Java version (java -version): java version "1.5.0_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing) This a binary downloaded from Sun. glibc version (rpm -q glibc): glibc-2.3.5-6mdk attached files: - full dmesg - .config file ~~ laurent