[Xenomai-core] 2.6.17 hang on "will halt now" (possibly SMI related)

2006-06-30 Thread Rodrigo Rosenfeld Rosas
I began to experience a problem since 2.6.17 when shutting down my PC. I noticed the problem just after I recompiled my kernel to enable the SMI workaround. I, then rebooted the new kernel and when I tried to shutdown the system, it stopped on "will halt now" message or something like. The sam

Re: [Xenomai-core] xeno task debigging

2006-06-30 Thread Dmitry Adamushko
Hi, do you mean that your rt tasks work fine until you press Ctrl-Alt-FN to switch virtual terminals? well, it's pretty enough information at least to point out the code that caused a problem in question :) it seems to be "sysexit" in entry.S, namely the following block /* if something modifie

Re: [Xenomai-core] xeno task debigging

2006-06-30 Thread Jan Kiszka
s.a. wrote: > Hi, > I have got the following kernel message in a process that crashes sometimes > the action to obtain it is console switching with ctrl alt Fx > the two processes are xeno tasks > > any idea about the problem ? Please tell us your Xenomai and I-ipipe patch version. Also your ker

[Xenomai-core] xeno task debigging

2006-06-30 Thread s.a.
Hi, I have got the following kernel message in a process that crashes sometimes the action to obtain it is console switching with ctrl alt Fx the two processes are xeno tasks any idea about the problem ? how to debug this in xenomai ? is there a workaround ? general protection fault: [#1]

Re: [Xenomai-core] prepare_kernel --output-patch

2006-06-30 Thread Wolfgang Grandegger
Romain Lenglet wrote: Wolfgang Grandegger wrote: what is "prepare_kernel --output-patch" useful for? It modifies the behavior of prepare_kernel, so that it does not modify the kernel source tree (except that it must apply the Adeos patch), but instead generates a patch file that has the sam

Re: [Xenomai-core] prepare_kernel --output-patch

2006-06-30 Thread Romain Lenglet
Wolfgang Grandegger wrote: > what is "prepare_kernel --output-patch" useful for? It modifies the behavior of prepare_kernel, so that it does not modify the kernel source tree (except that it must apply the Adeos patch), but instead generates a patch file that has the same effect when applied ag

Re: [Xenomai-core] Some questions about the ARM port (Integrator vs. PXA)

2006-06-30 Thread Stelian Pop
Le vendredi 30 juin 2006 à 08:29 +0200, Detlef Vollmann a écrit : > Stelian Pop wrote: > > Le jeudi 29 juin 2006 à 10:38 +0200, Detlef Vollmann a écrit : > > > > a) What's the difference between __ipipe_mach_ticks_per_jiffy > > > and LATCH? > > > > As a matter of fact there is no difference.

Re: [Xenomai-core] [PATCH] pid and current-domain tracing

2006-06-30 Thread Jan Kiszka
Grmbl, off-by-one bug. That buffer requires 12 bytes. Add-on patch to fix this: --- linux-2.6.16.16.orig/kernel/ipipe/tracer.c +++ linux-2.6.16.16/kernel/ipipe/tracer.c @@ -612,7 +612,7 @@ void ipipe_trace_panic_dump(void) { int cnt = back_trace; int start, pos; - char task_

[Xenomai-core] prepare_kernel --output-patch

2006-06-30 Thread Wolfgang Grandegger
Hello, what is "prepare_kernel --output-patch" useful for? Thanks. Wolfgang. ___ Xenomai-core mailing list Xenomai-core@gna.org https://mail.gna.org/listinfo/xenomai-core