From: Sergey Vlasov <vsu@altlinux.ru> To: devel-kernel <devel-kernel@altlinux.ru> Subject: [d-kernel] Fw: [Comm] Обновил ядро до 2.4.20-alt8, теперь не работает ps Date: Wed, 6 Aug 2003 19:09:50 +0400 Message-ID: <20030806190950.4e084cc5.vsu@altlinux.ru> (raw) [-- Attachment #1: Type: text/plain, Size: 1922 bytes --] Hello! Если у меня 2.4.20-alt8 скомпилировалось так же, то упало вот здесь (include/linux/sched.h): #define is_dumpable(tsk) ((tsk)->task_dumpable && (tsk)->mm->dumpable) поскольку (tsk)->mm оказался NULL. В 2.4.21 здесь написано: #define is_dumpable(tsk) ((tsk)->task_dumpable && (tsk)->mm && (tsk)->mm->dumpable) Begin forwarded message: Date: Wed, 6 Aug 2003 15:05:48 +0400 From: Андрей <msk@newmail.ru> To: community@altlinux.ru Subject: [Comm] Обновил ядро до 2.4.20-alt8, теперь не работает ps При неудачном запуске ps в сислог пишется следущее: kernel: <1>Unable to handle kernel NULL pointer dereference at virtual address 00000074 kernel: printing eip: kernel: c0153465 kernel: *pde = 00000000 kernel: Oops: 0000 2.4.20-alt8-up #1 Mon Aug 4 17:03:24 MSD 2003 kernel: CPU: 0 kernel: EIP: 0010:[may_ptrace_attach+149/208] Not tainted kernel: EIP: 0010:[<c0153465>] Not tainted kernel: EFLAGS: 00010202 kernel: eax: 00000000 ebx: e5890000 ecx: f4cf2000 edx: c100001c kernel: esi: 00000000 edi: 00000000 ebp: db46c000 esp: f4cf3f1c kernel: ds: 0018 es: 0018 ss: 0018 kernel: Process ps (pid: 23794, stackpage=f4cf3000) kernel: Stack: e08ebba0 e5890000 c01534af e5890000 e08ebba0 e5890000 000007ff c015386b kernel: e5890000 db46c000 e9bb49a0 c013669b 00000000 e9bb49a0 ffffffea 000007ff kernel: c0136e26 e9bb49a0 bffff0f0 000007ff e9bb49c0 bffff908 c01365db c9f25940 kernel: Call Trace: [proc_pid_environ+15/128] [proc_info_read+75/256] [dentry_open+171/432] [sys_read+150/240] [filp_open+75/96] kernel: Call Trace: [<c01534af>] [<c015386b>] [<c013669b>] [<c0136e26>] [<c01365db>] kernel: [getname+95/160] [sys_open+86/128] [system_call+51/64] kernel: [<c013f8bf>] [<c0136946>] [<c0108943>] kernel: Code: f6 40 74 01 75 2b b8 00 e0 ff ff 21 e0 f6 80 ca 01 00 00 08 Best regards, Андрей [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2003-08-06 15:09 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-08-06 15:09 Sergey Vlasov [this message] 2003-08-06 17:27 ` Dmitry V. Levin 2003-08-07 11:01 ` Dmitry V. Levin 2003-08-07 11:15 ` [d-kernel] " Sergey Vlasov 2003-08-07 15:45 ` Sergey Vlasov 2003-08-07 11:29 ` Sergey Vlasov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20030806190950.4e084cc5.vsu@altlinux.ru \ --to=vsu@altlinux.ru \ --cc=devel-kernel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git