Re: [Xenomai] Unexpected mode switches when reordering C++ lines

2017-09-27 Thread dietmar.schindler
> Von: Andreas Glatz > Gesendet: Mittwoch, 27. September 2017 15:38 > > ... > >>>u32Tmp= ntohl(*reinterpret_cast(pDat)); > >>>sPhasor.mag = interpretU32AsFloat(u32Tmp); > >>>u32Tmp= ntohl(*reinterpret_cast(pDat+4)); > >>>sPhasor.angle = interpretU32AsFloat(u32Tmp);

Re: [Xenomai] TCP communication problem

2012-05-31 Thread dietmar.schindler
Hallo, Frederik wrote: > When the client (rtest.c attached) connects to the server (rtestd.c > attached), the server starts sending packets to the client. Packets > are paired : first a header and then a corresponding data packet. The > payload of each packet starts with a sequence number (to matc

[Xenomai] ftrace

2012-06-05 Thread dietmar.schindler
A Xenomai-patched 2.6.34 kernel (ppc GNU/Linux) crashes when issuing the command echo function >/sys/kernel/debug/tracing/current_tracer (sometimes displaying NIP in a function from "source/kernel/trace/ring_buffer.c", sometimes with no message). Are Xenomai and ftrace incompatible? -- Best Re

Re: [Xenomai] ftrace

2012-06-13 Thread dietmar.schindler
> From: Philippe Gerum [mailto:r...@xenomai.org] > Sent: Tuesday, June 05, 2012 10:17 AM > > On 06/05/2012 10:06 AM, dietmar.schind...@manroland.com wrote: > > A Xenomai-patched 2.6.34 kernel (ppc GNU/Linux) crashes when issuing the > command > > > > echo function>/sys/kernel/debug/tracing/current_

Re: [Xenomai] RTDM driver for the Advantech 1680U CANbus Adapter

2012-07-03 Thread dietmar.schindler
> From: xenomai-boun...@xenomai.org [mailto:xenomai-boun...@xenomai.org] On > Behalf Of Wolfgang Grandegger > Sent: Tuesday, July 03, 2012 10:30 PM > ... > I mean "high-check" in the sense of "replacing". So, you mean "high-jack" (to prevent future incomprehension). -- Dietmar p. s.: It is not w

[Xenomai] [PATCH, Xenomai 2.5.6]

2012-07-27 Thread dietmar.schindler
These are patches for two files in ksrc/nucleus of Xenomai 2.5.6 to cure an incompatibility with Linux 2.4; if they are bad in form, please let me know. Index: heap.c === --- heap.c (revision 3587) +++ heap.c (revision 4276

Re: [Xenomai] [PATCH, Xenomai 2.5.6]

2012-07-29 Thread dietmar.schindler
> -Original Message- > From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] > Sent: Friday, July 27, 2012 5:54 PM > > On 07/27/2012 02:45 PM, dietmar.schind...@manroland-web.com wrote: > > > These are patches for two files in ksrc/nucleus of Xenomai 2.5.6 to > > cure an inco

Re: [Xenomai] [PATCH, Xenomai 2.5.6]

2012-07-31 Thread dietmar.schindler
> -Original Message- > From: Philippe Gerum [mailto:r...@xenomai.org] > Sent: Friday, July 27, 2012 2:52 PM > To: Schindler, Dietmar RAEK1 MRA > Cc: xenomai@xenomai.org > Subject: Re: [Xenomai] [PATCH, Xenomai 2.5.6] > > On 07/27/2012 02:45 PM, dietmar.schind...@manroland-web.com wrote: > >

[Xenomai] Xenomai processes crash with "Illegal instruction"

2013-07-04 Thread dietmar.schindler
Hello! We are having trouble with "Illegal instruction" (illegal opcode) crashes (dumping core) of two different Xenomai programs on different computers, occuring approximately once every few days. Here are some perhaps relevant details... Linux kernel version: 2.6.34 /proc/xenomai/version: 2.

Re: [Xenomai] Xenomai processes crash with "Illegal instruction"

2013-07-04 Thread dietmar.schindler
> Von: Philippe Gerum [mailto:r...@xenomai.org] > Gesendet: Donnerstag, 4. Juli 2013 11:18 > > On 07/04/2013 11:04 AM, dietmar.schind...@manroland-web.com wrote: > > We are having trouble with "Illegal instruction" (illegal opcode) crashes > > (dumping core) of > two different Xenomai programs on

Re: [Xenomai] Xenomai processes crash with "Illegal instruction"

2013-07-16 Thread dietmar.schindler
> Von: Philippe Gerum [mailto:r...@xenomai.org] > Gesendet: Donnerstag, 4. Juli 2013 14:09 > > On 07/04/2013 01:20 PM, dietmar.schind...@manroland-web.com wrote: > >> Von: Philippe Gerum [mailto:r...@xenomai.org] > >> Gesendet: Donnerstag, 4. Juli 2013 11:18 > >> > >> On 07/04/2013 11:04 AM, dietma

Re: [Xenomai] [Xenomai-forge] [PATCH] Silence unused_result warning from write()

2013-11-11 Thread dietmar.schindler
> Von: Jan Kiszka > Gesendet: Freitag, 8. November 2013 19:18 > > On 2013-11-08 18:23, Gilles Chanteperdrix wrote: > > On 11/08/2013 06:55 AM, Gernot Hillier wrote: > >> Am 07.11.2013 19:01, schrieb Gilles Chanteperdrix: > >>> On 11/07/2013 10:22 AM, Gernot Hillier wrote: > Some glibc versions

Re: [Xenomai] integrate event signaled by RT thread into non-RT event loops (poll, select, eventfd..)?

2013-11-20 Thread dietmar.schindler
> Von: Michael Haberler > Gesendet: Mittwoch, 20. November 2013 15:33 > > I'm looking for a simple method to post an event from an RT thread so a > userland non-RT > thread can wait for, and pick it up via a file descriptor (without switching > the originating > thread to primary domain, of cours

Re: [Xenomai] [Xenomai-git] Jan Kiszka : alchemy: Replace static variable no_alchemy_task with macro

2014-02-04 Thread dietmar.schindler
> Von: Philippe Gerum > Gesendet: Dienstag, 4. Februar 2014 18:49 > > On 02/04/2014 06:44 PM, Gilles Chanteperdrix wrote: > > On 02/04/2014 06:39 PM, Philippe Gerum wrote: > >> On 02/04/2014 06:32 PM, Gilles Chanteperdrix wrote: > >>> On 02/04/2014 06:27 PM, Philippe Gerum wrote: > If g++ chok

Re: [Xenomai] Message Pipe services behaviour

2014-11-03 Thread dietmar.schindler
> Von: Steve M. Robbins > Gesendet: Mittwoch, 29. Oktober 2014 17:11 > ... > To avoid running through the select/read loop once for each message, our old > FIFO-based code opened the file in nonblocking mode and did a read into a > buffer > that could hold up to 100 messages. We generally would r

Re: [Xenomai] [pull] forge: Adjust default registry mount point

2014-11-28 Thread dietmar.schindler
> Von: Gilles Chanteperdrix > Gesendet: Freitag, 28. November 2014 11:16 > ... > In fact, the point is. Putting xenomai mount point under /mnt does > not even break Debian. Because of the new standard, there is little > chance for any Debian package to mount anything on /mnt or under > /mnt. > > It

Re: [Xenomai] Bosch CCAN/DCAN driver for RTDM

2015-02-10 Thread dietmar.schindler
> Von: Alfred Koegel > Gesendet: Dienstag, 10. Februar 2015 15:39 > ... > I intended to do a port a few months ago, because i started a project with a > Atom™ E640 cpu... Of course, Atom alone isn't a trademark - only Intel® Atom™ is. -- Regards, Dietmar Schindler

Re: [Xenomai] Segfaults and ENOMEM during rt_event_create()

2015-08-06 Thread dietmar.schindler
> Von: Philippe Gerum > Gesendet: Donnerstag, 6. August 2015 10:01 > > ..., but the ternary operator is a bit special since by > design, it won't compete for precedence with the expressions it evaluates. Actually, this is not special - no operator will "compete for precedence with the expressions

Re: [Xenomai] Cannot create a share library linked against Xenomai libs

2016-09-19 Thread dietmar.schindler
> Von: Xenomai [mailto:xenomai-boun...@xenomai.org] Im Auftrag von Leopold > Palomo-Avellaneda > Gesendet: Montag, 19. September 2016 22:45 > > I'm trying to build a shared library, using the posix skin with Xenomai 3.0.3. > I have built xenomai with: > > '--with-core=cobalt' '--enable-smp' '--ena