Messages in this thread |  | | Date | Mon, 9 Dec 1996 09:44:10 -0500 (EST) | From | "Richard B. Johnson" <> | Subject | Possible race condition |
| |
Dec 9 09:10:47 chaos kernel: VFS: Mounted root (ext2 filesystem) readonly. Dec 9 09:10:47 chaos kernel: Adding Swap: 130748k swap-space (priority -1)
Linux chaos 2.1.14 #13 Fri Dec 6 16:19:43 EST 1996 i586
This occurs when setserial is executed in /etc/rc.d/rc.serial. The only thing it sets is /dev/cua0 and /dev/cua1 which it will do fine interactively after the system is up.
Further, if I comment out "swapon -a " so I am not enabling swapping at the time, it works fine.
Possible race while enabling swapping????
Dec 9 09:10:47 chaos kernel: divide error: 0000 Dec 9 09:10:47 chaos kernel: CPU: 0 Dec 9 09:10:47 chaos kernel: EIP: 0010:[<c019f931>] Dec 9 09:10:47 chaos kernel: EFLAGS: 00010082 Dec 9 09:10:47 chaos kernel: eax: fffffffe ebx: fffffffe ecx: 00000000 edx: ffffffff Dec 9 09:10:47 chaos kernel: esi: c0012ce4 edi: 00000725 ebp: 00000000 esp: c0ea2efc Dec 9 09:10:47 chaos kernel: ds: 0018 es: 0018 ss: 0018 Dec 9 09:10:47 chaos kernel: Process setserial (pid: 28, process nr: 9, stackpage=c0ea2000) Dec 9 09:10:47 chaos kernel: Stack: c0dc7000 00000086 c0ea2f28 c0dc7000 000003e8 c01a911f c0dc7000 00000000 Dec 9 09:10:47 chaos kernel: c0012ce4 c0f802fc c01fdbec c0ed0018 c0dc7934 c019f7e4 c0dc7000 00000000 Dec 9 09:10:47 chaos kernel: c0dc7000 00000002 c0fe5b80 00000000 00000001 00000246 c01a1c27 c0dc7000 Dec 9 09:10:47 chaos kernel: Call Trace: [<c01a911f>] [<c019f7e4>] [<c01a1c27>] [<c01a201e>] [<c012207c>] [<c01220ec>] [<c0122140>] Dec 9 09:10:47 chaos kernel: [<c010a786>] Dec 9 09:10:47 chaos kernel: Code: f7 7e 10 89 c3 b9 05 00 00 00 31 d2 f7 f1 89 c3 85 db 75 05
Cheers, Dick Johnson -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Richard B. Johnson Project Engineer Analogic Corporation Voice : (508) 977-3000 ext. 3754 Fax : (508) 532-6097 Modem : (508) 977-6870 Ftp : ftp@boneserver.analogic.com Email : rjohnson@analogic.com, johnson@analogic.com Penguin : Linux version 2.1.14 on an i586 machine. Warning : It's hard to remain at the trailing edge of technology. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|  |