[uml-user] alarm_handler

2006-02-28 Thread Dalibor Dukic
code from alarm_handler function defined in os/signal.c. And this is repeating till CTRL+c. I will be glad if someone help me that I can step the function which I break. UML kernel is 2.6.14.4 and host kernel is 2.6.15. Can anyone help ? thnx in advance. -- Dal

[uml-user] alarm_handler

2006-03-01 Thread Dalibor Dukic
in advance. -- Dalibor Dukic <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group br

[uml-user] 2.6.17.10

2006-08-24 Thread Dalibor Dukic
Hi, I'm trying to compile um arch with CONFIG_MODE_TT=y and I get problem when linking. CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/um/sys-i386/built-in.o: In function `__setup_host_supports_tls': arch/um/sys-i386/tls.c:366: undefined reference to `check_host_s

Re: [uml-user] 2.6.17.10

2006-08-25 Thread Dalibor Dukic
alarm_handler function defined in os/signal.c. I tried disabling CONFIG_UML_REAL_TIME_CLOCK and (gdb) handle SIGALRM pass nostop noprint (gdb) handle SIGVTALRM pass nostop noprint and still the same. But on 2.6.17.10 in SKAS0 mode everything work great. thnx in advance >